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 TilesRequestContextFactory
createRequestContext
in class ServletTilesContextFactory
context
- the associated TilesApplicationContext
requestItems
- the associated request items, typically a request and a response.protected javax.servlet.ServletContext getServletContext(TilesApplicationContext context)
TilesApplicationContext.getContext()
.getServletContext
in class ServletTilesContextFactory
context
- The application context.Copyright © 2016. All rights reserved.