|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

java.lang.Objectorg.apache.tiles.factory.TilesContainerFactory
org.apache.tiles.factory.KeyedDefinitionsFactoryTilesContainerFactory
public class KeyedDefinitionsFactoryTilesContainerFactory
Factory that creates instances of container that will extend the
KeyedDefinitionsFactoryTilesContainer class.
| Field Summary | |
|---|---|
static String |
CONTAINER_KEYS_INIT_PARAM
The name of the initialization parameter that will contain a comma-separated list of keys to use. |
static String |
KEY_EXTRACTOR_CLASS_INIT_PARAM
Init parameter name that contains the class name for the key extractor. |
| Fields inherited from class org.apache.tiles.factory.TilesContainerFactory |
|---|
CONTAINER_FACTORY_INIT_PARAM, CONTAINER_FACTORY_MUTABLE_INIT_PARAM, CONTEXT_FACTORY_INIT_PARAM, defaultConfiguration, DEFINITIONS_FACTORY_INIT_PARAM, PREPARER_FACTORY_INIT_PARAM |
| Constructor Summary | |
|---|---|
KeyedDefinitionsFactoryTilesContainerFactory()
|
|
| Method Summary | |
|---|---|
DefinitionsFactory |
createDefinitionsFactory(Object context)
Creates a definitions factory. |
MutableTilesContainer |
createMutableTilesContainer(Object context)
Creates a mutable Tiles container. |
TilesContainer |
createTilesContainer(Object context)
Creates an immutable Tiles container. |
protected void |
storeContainerDependencies(Object context,
Map<String,String> initParameters,
Map<String,String> configuration,
BasicTilesContainer container)
Stores container dependencies, that is called before TilesContainer.init(Map). |
| Methods inherited from class org.apache.tiles.factory.TilesContainerFactory |
|---|
createContainer, createFactory, getFactory, getFactory, getInitParameter, getInitParameterMap, initializeContainer, resolveFactoryName, setDefaultConfiguration, setDefaultValue |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String CONTAINER_KEYS_INIT_PARAM
public static final String KEY_EXTRACTOR_CLASS_INIT_PARAM
| Constructor Detail |
|---|
public KeyedDefinitionsFactoryTilesContainerFactory()
| Method Detail |
|---|
public MutableTilesContainer createMutableTilesContainer(Object context)
throws TilesException
createMutableTilesContainer in class TilesContainerFactorycontext - The (application) context object.
TilesException - If something goes wrong during initialization.
public TilesContainer createTilesContainer(Object context)
throws TilesException
createTilesContainer in class TilesContainerFactorycontext - The (application) context object.
TilesException - If something goes wrong during initialization.
public DefinitionsFactory createDefinitionsFactory(Object context)
throws TilesException
context - The context object to use.
TilesException - If something goes wrong.
protected void storeContainerDependencies(Object context,
Map<String,String> initParameters,
Map<String,String> configuration,
BasicTilesContainer container)
throws TilesException
TilesContainer.init(Map).
storeContainerDependencies in class TilesContainerFactorycontext - The (application) context object to use.initParameters - The initialization parameters.configuration - The merged configuration parameters (both defaults
and context ones).container - The container to use.
TilesException - If something goes wrong during initialization.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||