public class EnhancedContextFactory extends ChainedTilesContextFactory
EnhancedTilesApplicationContext.DEFAULT_FACTORY_CLASS_NAMES, FACTORY_CLASS_NAMES| Constructor and Description |
|---|
EnhancedContextFactory()
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.
|
init, setFactoriespublic TilesApplicationContext createApplicationContext(java.lang.Object context)
createApplicationContext in interface TilesContextFactorycreateApplicationContext in class ChainedTilesContextFactorycontext - The (application) context to use.public TilesRequestContext createRequestContext(TilesApplicationContext context, java.lang.Object... requestItems)
createRequestContext in interface TilesRequestContextFactorycreateRequestContext in class ChainedTilesContextFactorycontext - the associated TilesApplicationContextrequestItems - the associated request items, typically a request and a response.