This project has retired. For details please refer to its Attic page.
RepeaterTilesApplicationContextFactory (Tiles 2 2.1.4 Test API)

org.apache.tiles.mock
Class RepeaterTilesApplicationContextFactory

Package class diagram package RepeaterTilesApplicationContextFactory
java.lang.Object
  extended by org.apache.tiles.context.AbstractTilesApplicationContextFactory
      extended by org.apache.tiles.mock.RepeaterTilesApplicationContextFactory

public class RepeaterTilesApplicationContextFactory
extends AbstractTilesApplicationContextFactory

"Repeats" (i.e. returns back) the context as a RepeaterTilesApplicationContextFactory.MockTilesApplicationContext.

Version:
$Rev: 722062 $ $Date: 2008-12-01 14:09:09 +0100 (lun, 01 dic 2008) $

Nested Class Summary
 class RepeaterTilesApplicationContextFactory.MockTilesApplicationContext
          Empty application context that does nothing.
 
Field Summary
 
Fields inherited from class org.apache.tiles.context.AbstractTilesApplicationContextFactory
APPLICATION_CONTEXT_FACTORY_INIT_PARAM
 
Constructor Summary
RepeaterTilesApplicationContextFactory()
          Constructor.
RepeaterTilesApplicationContextFactory(TilesApplicationContext applicationContext)
          Constructor.
 
Method Summary
 TilesApplicationContext createApplicationContext(Object context)
          
 void init(Map<String,String> configurationParameters)
          
 
Methods inherited from class org.apache.tiles.context.AbstractTilesApplicationContextFactory
createFactory
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RepeaterTilesApplicationContextFactory

public RepeaterTilesApplicationContextFactory()
Constructor.


RepeaterTilesApplicationContextFactory

public RepeaterTilesApplicationContextFactory(TilesApplicationContext applicationContext)
Constructor.

Parameters:
applicationContext - The application context to use.
Method Detail

createApplicationContext

public TilesApplicationContext createApplicationContext(Object context)

Specified by:
createApplicationContext in class AbstractTilesApplicationContextFactory

init

public void init(Map<String,String> configurationParameters)



Copyright © 2001-2009 Apache Software Foundation. All Rights Reserved.