Package com.opensymphony.sitemesh.webapp

Examples of com.opensymphony.sitemesh.webapp.SiteMeshFilter


        return new String[] { "/" };
    }

    @Override
    protected Filter[] getServletFilters() {
        return new Filter[] { new SiteMeshFilter() };
    }
View Full Code Here

TOP

Related Classes of com.opensymphony.sitemesh.webapp.SiteMeshFilter

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.