Package org.sf.bee.app.server.web.templating.tools.context

Examples of org.sf.bee.app.server.web.templating.tools.context.Block


            final Cookies cookies = new Cookies(webcontext);
            event.getTemplateContextData().put(cookies.getName(), cookies);
        }

        // add block tool
        final Block block = new Block(HttpConfiguration.getInstance().getDocRoot(), event.getTemplateContextData());
        event.getTemplateContextData().put(block.getName(), block);
    }
View Full Code Here

TOP

Related Classes of org.sf.bee.app.server.web.templating.tools.context.Block

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.