This project has retired. For details please refer to its
Attic page.
RepeaterTilesRequestContextFactory (Tiles 2 2.1.4 Test API)
org.apache.tiles.mock
Class RepeaterTilesRequestContextFactory
java.lang.Object
org.apache.tiles.mock.RepeaterTilesRequestContextFactory
- All Implemented Interfaces:
- TilesRequestContextFactoryAware, TilesRequestContextFactory, Initializable
public class RepeaterTilesRequestContextFactory
- extends Object
- implements TilesRequestContextFactory, TilesRequestContextFactoryAware
"Repeats" (i.e. returns back) the context as a
TilesApplicationContext
, or the request as a
TilesRequestContext
.
- 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 |
RepeaterTilesRequestContextFactory
public RepeaterTilesRequestContextFactory()
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
init
public void init(Map<String,String> configurationParameters)
-
- Specified by:
init
in interface Initializable
Copyright © 2001-2009 Apache Software Foundation. All Rights Reserved.