|
||||||||||
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 org.apache.tiles.jsp.context.JspTilesContextFactory
JspTilesRequestContextFactory
.
public class JspTilesContextFactory
Creates an instance of the appropriate TilesApplicationContext implementation.
Constructor Summary | |
---|---|
JspTilesContextFactory()
Deprecated. Do not use! No replacement. |
Method Summary | |
---|---|
TilesRequestContext |
createRequestContext(TilesApplicationContext context,
Object... requestItems)
Deprecated. Create a TilesRequestContext for the given context, request, and response. |
protected ServletContext |
getServletContext(TilesApplicationContext context)
Deprecated. Use TilesApplicationContext.getContext() . |
Methods inherited from class org.apache.tiles.servlet.context.ServletTilesContextFactory |
---|
createApplicationContext, init |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
@Deprecated public JspTilesContextFactory()
Method Detail |
---|
public TilesRequestContext createRequestContext(TilesApplicationContext context, Object... requestItems)
createRequestContext
in interface TilesRequestContextFactory
createRequestContext
in class ServletTilesContextFactory
context
- the associated TilesApplicationContext
requestItems
- the associated request items, typically a request and a response.
protected ServletContext getServletContext(TilesApplicationContext context)
TilesApplicationContext.getContext()
.
getServletContext
in class ServletTilesContextFactory
context
- The application context.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |