This project has retired. For details please refer to its
Attic page.
AbstractTilesApplicationContextFactory (Tiles 2 2.1.4 API)
org.apache.tiles.context
Class AbstractTilesApplicationContextFactory
java.lang.Object
org.apache.tiles.context.AbstractTilesApplicationContextFactory
- Direct Known Subclasses:
- ChainedTilesApplicationContextFactory, PortletTilesApplicationContextFactory, ServletTilesApplicationContextFactory, WildcardServletTilesApplicationContextFactory
public abstract class AbstractTilesApplicationContextFactory
- extends Object
Abstract factory to create factories for TilesApplicationContext
.
- Since:
- 2.1.1
- Version:
- $Rev: 734996 $ $Date: 2009-01-16 14:27:28 +0100 (ven, 16 gen 2009) $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
APPLICATION_CONTEXT_FACTORY_INIT_PARAM
public static final String APPLICATION_CONTEXT_FACTORY_INIT_PARAM
- Initialization parameter that represents the context factory class name.
- Since:
- 2.1.1
- See Also:
- Constant Field Values
AbstractTilesApplicationContextFactory
public AbstractTilesApplicationContextFactory()
createApplicationContext
public abstract TilesApplicationContext createApplicationContext(Object context)
- Create a TilesApplicationContext for the given context.
- Parameters:
context
- The (application) context to use.
- Returns:
- TilesApplicationContext The Tiles application context.
- Since:
- 2.1.1
createFactory
public static AbstractTilesApplicationContextFactory createFactory(TilesApplicationContext preliminaryContext)
- Creates the Tiles application context factory.
- Parameters:
preliminaryContext
- The preliminary TilesApplicationContext
that allows access to the initialization parameters.
- Returns:
- The factory.
- Since:
- 2.1.1
Copyright © 2001-2009 Apache Software Foundation. All Rights Reserved.