Package com.astamuse.asta4d.web.dispatch

Examples of com.astamuse.asta4d.web.dispatch.AntPathRuleExtractor


            templateContext = beanCtx.getBean(WebApplicationContext.class);
            Context.setCurrentThreadContext(templateContext);
        }
        UrlMappingRuleHelper helper = new UrlMappingRuleHelper();
        initUrlMappingRules(helper);
        dispatcher.setRuleExtractor(new AntPathRuleExtractor());
        dispatcher.setRuleList(helper.getArrangedRuleList());
        logger.info("url mapping rules are initialized.");
    }
View Full Code Here

TOP

Related Classes of com.astamuse.asta4d.web.dispatch.AntPathRuleExtractor

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.