Package com.jfinal.ext.handler

Examples of com.jfinal.ext.handler.ContextPathHandler


    /**
     * 配置处理器
     */
    public void configHandler(Handlers me) {
        me.add(new ContextPathHandler("base"));
    }
View Full Code Here

TOP

Related Classes of com.jfinal.ext.handler.ContextPathHandler

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.