org.apache.tiles.jsp.context
Class JspTilesRequestContextFactory
java.lang.Object
org.apache.tiles.jsp.context.JspTilesRequestContextFactory
- All Implemented Interfaces:
- TilesRequestContextFactoryAware, TilesRequestContextFactory, Initializable
public class JspTilesRequestContextFactory
- extends Object
- implements TilesRequestContextFactory, TilesRequestContextFactoryAware
Creates an instance of the appropriate TilesRequestContext
implementation under a JSP 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 |
JspTilesRequestContextFactory
public JspTilesRequestContextFactory()
init
public void init(Map<String,String> configParameters)
-
- Specified by:
init in interface Initializable
setRequestContextFactory
public void setRequestContextFactory(TilesRequestContextFactory contextFactory)
-
- Specified by:
setRequestContextFactory in interface TilesRequestContextFactoryAware
createRequestContext
public TilesRequestContext createRequestContext(TilesApplicationContext context,
Object... requestItems)
-
- Specified by:
createRequestContext in interface TilesRequestContextFactory
Copyright © 2001-2009 Apache Software Foundation. All Rights Reserved.