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