|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.tiles.servlet.context.ServletTilesContextFactory
public class ServletTilesContextFactory
Creates an instance of the appropriate TilesApplicationContext implementation.
Constructor Summary | |
---|---|
ServletTilesContextFactory()
|
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. |
protected ServletContext |
getServletContext(TilesApplicationContext context)
Returns the original servlet context. |
void |
init(Map<String,String> configParameters)
Initialize the factory. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ServletTilesContextFactory()
Method Detail |
---|
public void init(Map<String,String> configParameters)
init
in interface TilesContextFactory
configParameters
- A map of parameters.public TilesApplicationContext createApplicationContext(Object context)
createApplicationContext
in interface TilesContextFactory
context
- The (application) context to use.
public TilesRequestContext createRequestContext(TilesApplicationContext context, Object... requestItems)
createRequestContext
in interface TilesContextFactory
context
- the associated TilesApplicationContext
requestItems
- the associated request items, typically a request and a response.
protected ServletContext getServletContext(TilesApplicationContext context)
context
- The application context.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |