Package com.commongroundpublishing.rubylet.config

Examples of com.commongroundpublishing.rubylet.config.FilterConfigConfig


        this(new ChainedConfig(new ServletConfigConfig(config),
                               new ServletContextConfig(config.getServletContext())));
    }
   
    public RubyConfig(FilterConfig config) {
        this(new ChainedConfig(new FilterConfigConfig(config),
                               new ServletContextConfig(config.getServletContext())));
    }
View Full Code Here

TOP

Related Classes of com.commongroundpublishing.rubylet.config.FilterConfigConfig

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.