Package com.astamuse.asta4d.web.builtin

Examples of com.astamuse.asta4d.web.builtin.StaticResourceHandler


    }

    private void initSampleRules(UrlMappingRuleHelper rules) {
        //@formatter:off
       
        rules.add("/js/**/*").handler(new StaticResourceHandler());
       
        rules.add("/app/", "/templates/index.html");
        rules.add("/app/index", "/templates/index.html");

        rules.add("/app/snippet", "/templates/snippet.html");
View Full Code Here


    }

    private void initSampleRules(UrlMappingRuleHelper rules) {
        //@formatter:off
       
        rules.add("/js/**/*").handler(new StaticResourceHandler());
       
        rules.add("/app/", "/templates/index.html");
        rules.add("/app/index", "/templates/index.html");

        rules.add("/app/snippet", "/templates/snippet.html");
View Full Code Here

    }

    private void initSampleRules(UrlMappingRuleHelper rules) {
        //@formatter:off
       
        rules.add("/js/**/*").handler(new StaticResourceHandler());
       
        rules.add("/app/", "/templates/index.html");
        rules.add("/app/index", "/templates/index.html");

        rules.add("/app/snippet", "/templates/snippet.html");
View Full Code Here

    }

    private void initSampleRules(UrlMappingRuleHelper rules) {
        //@formatter:off
       
        rules.add("/js/**/*").handler(new StaticResourceHandler());
       
        rules.add("/app/", "/templates/index.html");
        rules.add("/app/index", "/templates/index.html");

        rules.add("/app/snippet", "/templates/snippet.html");
View Full Code Here

TOP

Related Classes of com.astamuse.asta4d.web.builtin.StaticResourceHandler

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.