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 TilesRequestContextFactorycreateRequestContext in class ServletTilesContextFactorycontext - the associated TilesApplicationContextrequestItems - the associated request items, typically a request and a response.protected ServletContext getServletContext(TilesApplicationContext context)
TilesApplicationContext.getContext().getServletContext in class ServletTilesContextFactorycontext - The application context.