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(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.
|
init, setFactories
public TilesApplicationContext createApplicationContext(Object context)
createApplicationContext
in interface TilesContextFactory
createApplicationContext
in class ChainedTilesContextFactory
context
- The (application) context to use.public TilesRequestContext createRequestContext(TilesApplicationContext context, Object... requestItems)
createRequestContext
in interface TilesRequestContextFactory
createRequestContext
in class ChainedTilesContextFactory
context
- the associated TilesApplicationContext
requestItems
- the associated request items, typically a request and a response.Copyright © 2016. All rights reserved.