|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tiles.context.ChainedTilesContextFactory
org.apache.tiles.context.enhanced.EnhancedContextFactory
public class EnhancedContextFactory
Tiles context factory to be used together with
EnhancedTilesApplicationContext
.
Field Summary |
---|
Fields inherited from class org.apache.tiles.context.ChainedTilesContextFactory |
---|
DEFAULT_FACTORY_CLASS_NAMES, FACTORY_CLASS_NAMES |
Constructor Summary | |
---|---|
EnhancedContextFactory()
|
Method Summary | |
---|---|
TilesApplicationContext |
createApplicationContext(java.lang.Object context)
Create a TilesApplicationContext for the given context. |
TilesRequestContext |
createRequestContext(TilesApplicationContext context,
java.lang.Object... requestItems)
Create a TilesRequestContext for the given context, request, and response. |
Methods inherited from class org.apache.tiles.context.ChainedTilesContextFactory |
---|
init |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EnhancedContextFactory()
Method Detail |
---|
public TilesApplicationContext createApplicationContext(java.lang.Object context)
createApplicationContext
in interface TilesContextFactory
createApplicationContext
in class ChainedTilesContextFactory
context
- The (application) context to use.
public TilesRequestContext createRequestContext(TilesApplicationContext context, java.lang.Object... requestItems)
createRequestContext
in interface TilesContextFactory
createRequestContext
in class ChainedTilesContextFactory
context
- the associated TilesApplicationContext
requestItems
- the associated request items, typically a request and a response.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |