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

org.apache.tiles.mock
Class RepeaterTilesApplicationContextFactory.MockTilesApplicationContext

Package class diagram package RepeaterTilesApplicationContextFactory.MockTilesApplicationContext
java.lang.Object
  extended by org.apache.tiles.mock.RepeaterTilesApplicationContextFactory.MockTilesApplicationContext
All Implemented Interfaces:
TilesApplicationContext
Enclosing class:
RepeaterTilesApplicationContextFactory

public class RepeaterTilesApplicationContextFactory.MockTilesApplicationContext
extends Object
implements TilesApplicationContext

Empty application context that does nothing.


Constructor Summary
RepeaterTilesApplicationContextFactory.MockTilesApplicationContext()
           
 
Method Summary
 Map<String,Object> getApplicationScope()
          
 Object getContext()
          
 Map<String,String> getInitParams()
          
 URL getResource(String path)
          
 Set<URL> getResources(String path)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RepeaterTilesApplicationContextFactory.MockTilesApplicationContext

public RepeaterTilesApplicationContextFactory.MockTilesApplicationContext()
Method Detail

getApplicationScope

public Map<String,Object> getApplicationScope()

Specified by:
getApplicationScope in interface TilesApplicationContext

getContext

public Object getContext()

Specified by:
getContext in interface TilesApplicationContext

getInitParams

public Map<String,String> getInitParams()

Specified by:
getInitParams in interface TilesApplicationContext

getResource

public URL getResource(String path)
                throws IOException

Specified by:
getResource in interface TilesApplicationContext
Throws:
IOException

getResources

public Set<URL> getResources(String path)
                      throws IOException

Specified by:
getResources in interface TilesApplicationContext
Throws:
IOException


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