|
|||||||||
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 | |
---|---|
org.apache.tiles.TilesApplicationContext |
createApplicationContext(java.lang.Object context)
Create a TilesApplicationContext for the given context. |
TilesRequestContext |
createRequestContext(org.apache.tiles.TilesApplicationContext context,
java.lang.Object request,
java.lang.Object response)
Create a TilesRequestContext for the given context, request, and response. |
TilesRequestContext |
createRequestContext(org.apache.tiles.TilesApplicationContext context,
javax.servlet.jsp.PageContext pageContext)
Create a TilesRequestContext for the given tiles and page contexts. |
void |
init(java.util.Map configurationParameters)
Initialize the impl |
Method Detail |
---|
void init(java.util.Map configurationParameters)
org.apache.tiles.TilesApplicationContext createApplicationContext(java.lang.Object context)
context
-
TilesRequestContext createRequestContext(org.apache.tiles.TilesApplicationContext context, java.lang.Object request, java.lang.Object response)
context
- the associated TilesApplicationContext
request
- the associated request. Typically a ServletRequest or PortletRequest.response
- the associated response. Typically a ServletResponse or PortletResponse.
TilesRequestContext createRequestContext(org.apache.tiles.TilesApplicationContext context, javax.servlet.jsp.PageContext pageContext)
context
- pageContext
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |