Package org.apache.tiles.context

Examples of org.apache.tiles.context.ChainedTilesContextFactory


     * @param context The context.
     * @return The context factory.
     * @since 2.1.0
     */
    protected TilesContextFactory createContextFactory(Object context) {
        ChainedTilesContextFactory contextFactory = new ChainedTilesContextFactory();
        registerChainedContextFactories(context, contextFactory);

        return contextFactory;
    }
View Full Code Here

TOP

Related Classes of org.apache.tiles.context.ChainedTilesContextFactory

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.