org.apache.tiles.jsp.context
Class JspTilesContextFactory
java.lang.Object
org.apache.tiles.jsp.context.JspTilesContextFactory
- All Implemented Interfaces:
- TilesContextFactory
public class JspTilesContextFactory
- extends Object
- implements TilesContextFactory
Creates an instance of the appropriate TilesApplicationContext implementation.
- Version:
- $Rev: 531864 $ $Date: 2007-04-24 12:24:30 +0200 (Tue, 24 Apr 2007) $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JspTilesContextFactory
public JspTilesContextFactory()
init
public void init(Map<String,String> configParameters)
-
- Specified by:
init
in interface TilesContextFactory
createApplicationContext
public TilesApplicationContext createApplicationContext(Object context)
-
- Specified by:
createApplicationContext
in interface TilesContextFactory
createRequestContext
public TilesRequestContext createRequestContext(TilesApplicationContext context,
Object... requestItems)
-
- Specified by:
createRequestContext
in interface TilesContextFactory
getServletContext
protected ServletContext getServletContext(TilesApplicationContext context)
- Returns the original servlet context.
- Parameters:
context
- The application context.
- Returns:
- The original servlet context, if found.
Copyright © 2001-2008 Apache Software Foundation. All Rights Reserved.