public class ChainedTilesContextFactory extends Object implements TilesContextFactory
| Modifier and Type | Field and Description |
|---|---|
static String[] |
DEFAULT_FACTORY_CLASS_NAMES
Deprecated.
Simply do not use it.
|
static String |
FACTORY_CLASS_NAMES
Deprecated.
Simply do not use it.
|
| Constructor and Description |
|---|
ChainedTilesContextFactory()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
TilesApplicationContext |
createApplicationContext(Object context)
Deprecated.
Create a TilesApplicationContext for the given context.
|
TilesRequestContext |
createRequestContext(TilesApplicationContext context,
Object... requestItems)
Deprecated.
Create a TilesRequestContext for the given context,
request, and response.
|
void |
init(Map<String,String> configParameters)
Deprecated.
Initializes the object.
|
void |
setFactories(List<TilesContextFactory> factories)
Deprecated.
Simply do not use it.
|
@Deprecated public static final String FACTORY_CLASS_NAMES
@Deprecated public static final String[] DEFAULT_FACTORY_CLASS_NAMES
@Deprecated public void setFactories(List<TilesContextFactory> factories)
factories - The factories to be used.public void init(Map<String,String> configParameters)
init in interface InitializableconfigParameters - The map of parameters.public TilesApplicationContext createApplicationContext(Object context)
createApplicationContext in interface TilesContextFactorycontext - The (application) context to use.public TilesRequestContext createRequestContext(TilesApplicationContext context, Object... requestItems)
createRequestContext in interface TilesRequestContextFactorycontext - the associated TilesApplicationContextrequestItems - the associated request items, typically a request and a response.Copyright © 2025. All rights reserved.