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
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RepeaterTilesApplicationContextFactory.MockTilesApplicationContext
public RepeaterTilesApplicationContextFactory.MockTilesApplicationContext()
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.