@Deprecated public class ServletTilesContextFactory extends java.lang.Object implements TilesContextFactory
Constructor and Description |
---|
ServletTilesContextFactory()
Deprecated.
Do not use! No replacement.
|
Modifier and Type | Method and Description |
---|---|
TilesApplicationContext |
createApplicationContext(java.lang.Object context)
Deprecated.
Create a TilesApplicationContext for the given context.
|
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.
|
void |
init(java.util.Map<java.lang.String,java.lang.String> configParameters)
Deprecated.
Initializes the object.
|
@Deprecated public ServletTilesContextFactory()
public void init(java.util.Map<java.lang.String,java.lang.String> configParameters)
init
in interface Initializable
configParameters
- The map of parameters.public TilesApplicationContext createApplicationContext(java.lang.Object context)
createApplicationContext
in interface TilesContextFactory
context
- The (application) context to use.public TilesRequestContext createRequestContext(TilesApplicationContext context, java.lang.Object... requestItems)
createRequestContext
in interface TilesRequestContextFactory
context
- the associated TilesApplicationContext
requestItems
- the associated request items, typically a request and a response.@Deprecated protected ServletContext getServletContext(TilesApplicationContext context)
TilesApplicationContext.getContext()
.context
- The application context.