org.apache.tiles.context
public class ChainedTilesContextFactory extends java.lang.Object implements TilesContextFactory
Modifier and Type | Field and Description |
---|---|
static java.lang.String[] |
DEFAULT_FACTORY_CLASS_NAMES
Deprecated.
Simply do not use it.
|
static java.lang.String |
FACTORY_CLASS_NAMES
Deprecated.
Simply do not use it.
|
Constructor and Description |
---|
ChainedTilesContextFactory()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
TilesApplicationContext |
createApplicationContext(java.lang.Object context)
Deprecated.
Create a TilesApplicationContext for the given context.
|
TilesRequestContext |
createRequestContext(TilesApplicationContext context,
java.lang.Object... requestItems)
Deprecated.
Create a TilesRequestContext for the given context,
request, and response.
|
void |
init(java.util.Map<java.lang.String,java.lang.String> configParameters)
Deprecated.
Initializes the object.
|
void |
setFactories(java.util.List<TilesContextFactory> factories)
Deprecated.
Simply do not use it.
|
@Deprecated public static final java.lang.String FACTORY_CLASS_NAMES
@Deprecated public static final java.lang.String[] DEFAULT_FACTORY_CLASS_NAMES
@Deprecated public void setFactories(java.util.List<TilesContextFactory> factories)
factories
- The factories to be used.public void init(java.util.Map<java.lang.String,java.lang.String> configParameters)
init
in interface Initializable
configParameters
- The map of parameters.public TilesApplicationContext createApplicationContext(java.lang.Object context)
createApplicationContext
in interface TilesContextFactory
context
- The (application) context to use.public TilesRequestContext createRequestContext(TilesApplicationContext context, java.lang.Object... requestItems)
createRequestContext
in interface TilesRequestContextFactory
context
- the associated TilesApplicationContext
requestItems
- the associated request items, typically a request and a response.