Package org.exoplatform.web.application.javascript

Examples of org.exoplatform.web.application.javascript.JavascriptConfigParser


        ServletContext scontext = webApp.getServletContext();
        try {
            /* Validate straight away here before creating the PortalContainerPostInitTask */
            final Document document = GateInResourcesSchemaValidator.validate(url);
            /* Also parse both before creating the PortalContainerPostInitTask */
            final ScriptResources scriptResources = new JavascriptConfigParser(scontext, document).parse();
            final List<SkinConfigTask> skinTasks = SkinConfigParser.parse(document);

            /* No exceptions at this point */
            final PortalContainerPostInitTask task = new PortalContainerPostInitTask() {
                public void execute(ServletContext scontext, PortalContainer portalContainer) {
View Full Code Here

TOP

Related Classes of org.exoplatform.web.application.javascript.JavascriptConfigParser

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.