|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TilesContextFactory
Creates an instance of the appropriate TilesApplicationContext implementation.
Method Summary | |
---|---|
TilesApplicationContext |
createApplicationContext(Object context)
Create a TilesApplicationContext for the given context. |
TilesRequestContext |
createRequestContext(TilesApplicationContext context,
Object... requestItems)
Create a TilesRequestContext for the given context, request, and response. |
void |
init(Map<String,String> configurationParameters)
Initialize the factory. |
Method Detail |
---|
void init(Map<String,String> configurationParameters)
configurationParameters
- A map of parameters.TilesApplicationContext createApplicationContext(Object context)
context
- The (application) context to use.
TilesRequestContext createRequestContext(TilesApplicationContext context, Object... requestItems)
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 |