This project has retired. For details please refer to its
Attic page.
WildcardServletTilesApplicationContextFactory (Tiles 2 2.1.4 API)
org.apache.tiles.servlet.context.wildcard
Class WildcardServletTilesApplicationContextFactory
java.lang.Object
org.apache.tiles.context.AbstractTilesApplicationContextFactory
org.apache.tiles.servlet.context.wildcard.WildcardServletTilesApplicationContextFactory
public class WildcardServletTilesApplicationContextFactory
- extends AbstractTilesApplicationContextFactory
In the createApplicationContext(Object)
method creates an instance
of WildcardServletTilesApplicationContext
.
- Since:
- 2.1.1
- Version:
- $Rev: 749983 $ $Date: 2009-03-04 13:41:31 +0100 (mer, 04 mar 2009) $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WildcardServletTilesApplicationContextFactory
public WildcardServletTilesApplicationContextFactory()
init
public void init(Map<String,String> params)
-
createApplicationContext
public TilesApplicationContext createApplicationContext(Object context)
- Create a TilesApplicationContext for the given context.
- Specified by:
createApplicationContext
in class AbstractTilesApplicationContextFactory
- Parameters:
context
- The (application) context to use.
- Returns:
- TilesApplicationContext The Tiles application context.
Copyright © 2001-2009 Apache Software Foundation. All Rights Reserved.