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,
Object... requestItems)
Deprecated.
Create a TilesRequestContext for the given context,
request, and response.
|
protected javax.servlet.ServletContext |
getServletContext(TilesApplicationContext context)
Deprecated.
|
createApplicationContext, init@Deprecated public JspTilesContextFactory()
public TilesRequestContext createRequestContext(TilesApplicationContext context, Object... requestItems)
createRequestContext in interface TilesRequestContextFactorycreateRequestContext in class ServletTilesContextFactorycontext - the associated TilesApplicationContextrequestItems - the associated request items, typically a request and a response.protected javax.servlet.ServletContext getServletContext(TilesApplicationContext context)
TilesApplicationContext.getContext().getServletContext in class ServletTilesContextFactorycontext - The application context.Copyright © 2025. All rights reserved.