org.apache.tiles.jsp.context
public class JspTilesContextFactory extends ServletTilesContextFactory
Constructor and Description |
---|
JspTilesContextFactory()
Deprecated.
Do not use! No replacement.
|
Modifier and Type | Method and Description |
---|---|
TilesRequestContext |
createRequestContext(TilesApplicationContext context,
java.lang.Object... requestItems)
Deprecated.
Create a TilesRequestContext for the given context,
request, and response.
|
protected ServletContext |
getServletContext(TilesApplicationContext context)
Deprecated.
|
createApplicationContext, init
@Deprecated public JspTilesContextFactory()
public TilesRequestContext createRequestContext(TilesApplicationContext context, java.lang.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.