org.apache.tiles.servlet.context
Class ServletTilesRequestContextFactory
java.lang.Object
   org.apache.tiles.servlet.context.ServletTilesRequestContextFactory
org.apache.tiles.servlet.context.ServletTilesRequestContextFactory
- All Implemented Interfaces: 
- TilesRequestContextFactory, Initializable
- public class ServletTilesRequestContextFactory 
- extends Object- implements TilesRequestContextFactory
Creates an instance of the appropriate TilesRequestContext
 implementation in a servlet environment.
- Since:
- 2.1.1
- Version:
- $Rev: 711885 $ $Date: 2008-11-06 17:06:38 +0100 (gio, 06 nov 2008) $
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
ServletTilesRequestContextFactory
public ServletTilesRequestContextFactory()
init
public void init(Map<String,String> configParameters)
- Initializes the object.
 
- 
- Specified by:
- initin interface- Initializable
 
- 
- Parameters:
- configParameters- The map of parameters.
 
createRequestContext
public TilesRequestContext createRequestContext(TilesApplicationContext context,
                                                Object... requestItems)
- Create a TilesRequestContext for the given context,
 request, and response.
 
- 
- Specified by:
- createRequestContextin interface- TilesRequestContextFactory
 
- 
- Parameters:
- context- the associated- TilesApplicationContext
- requestItems- the associated request items, typically a request and a response.
- Returns:
- TilesRequestContext
 
Copyright © 2001-2009 Apache Software Foundation. All Rights Reserved.