public class FreeMarkerTilesRequestContextFactory extends Object implements TilesRequestContextFactory, TilesRequestContextFactoryAware
| Constructor and Description |
|---|
FreeMarkerTilesRequestContextFactory() |
| Modifier and Type | Method and Description |
|---|---|
TilesRequestContext |
createRequestContext(TilesApplicationContext context,
Object... requestItems)
Create a TilesRequestContext for the given context,
request, and response.
|
void |
init(Map<String,String> configurationParameters)
Initializes the object.
|
void |
setRequestContextFactory(TilesRequestContextFactory contextFactory)
Sets the Tiles request context factory.
|
public FreeMarkerTilesRequestContextFactory()
public void setRequestContextFactory(TilesRequestContextFactory contextFactory)
setRequestContextFactory in interface TilesRequestContextFactoryAwarecontextFactory - The Tiles context factory.public TilesRequestContext createRequestContext(TilesApplicationContext context, Object... requestItems)
createRequestContext in interface TilesRequestContextFactorycontext - the associated TilesApplicationContextrequestItems - the associated request items, typically a request and a response.public void init(Map<String,String> configurationParameters)
init in interface InitializableconfigurationParameters - The map of parameters.Copyright © 2025. All rights reserved.