public interface TilesRequestContextFactory extends Initializable
TilesRequestContext
implementation.| Modifier and Type | Method and Description |
|---|---|
TilesRequestContext |
createRequestContext(TilesApplicationContext context,
java.lang.Object... requestItems)
Create a TilesRequestContext for the given context,
request, and response.
|
initTilesRequestContext createRequestContext(TilesApplicationContext context, java.lang.Object... requestItems)
context - the associated TilesApplicationContextrequestItems - the associated request items, typically a request and a response.