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

Package class diagram package RepeaterTilesRequestContextFactory
java.lang.Object
  extended by 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) $

Constructor Summary
RepeaterTilesRequestContextFactory()
           
 
Method Summary
 TilesRequestContext createRequestContext(TilesApplicationContext context, Object... requestItems)
          
 void init(Map<String,String> configurationParameters)
          
 void setRequestContextFactory(TilesRequestContextFactory contextFactory)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RepeaterTilesRequestContextFactory

public RepeaterTilesRequestContextFactory()
Method Detail

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.