siouxsie.mvc.test
Class TestContainerProvider
java.lang.Object
siouxsie.mvc.test.TestContainerProvider
- All Implemented Interfaces:
- com.opensymphony.xwork2.config.ContainerProvider
public class TestContainerProvider
- extends java.lang.Object
- implements com.opensymphony.xwork2.config.ContainerProvider
- Version:
- $Id: TestContainerProvider.java 143 2008-06-03 20:37:37Z acogo $
- Author:
- Arnaud Cogoluegnes
Method Summary |
void |
destroy()
|
void |
init(com.opensymphony.xwork2.config.Configuration conf)
|
boolean |
needsReload()
|
void |
register(com.opensymphony.xwork2.inject.ContainerBuilder builder,
com.opensymphony.xwork2.util.location.LocatableProperties props)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestContainerProvider
public TestContainerProvider()
register
public void register(com.opensymphony.xwork2.inject.ContainerBuilder builder,
com.opensymphony.xwork2.util.location.LocatableProperties props)
throws com.opensymphony.xwork2.config.ConfigurationException
- Specified by:
register
in interface com.opensymphony.xwork2.config.ContainerProvider
- Throws:
com.opensymphony.xwork2.config.ConfigurationException
destroy
public void destroy()
- Specified by:
destroy
in interface com.opensymphony.xwork2.config.ContainerProvider
init
public void init(com.opensymphony.xwork2.config.Configuration conf)
throws com.opensymphony.xwork2.config.ConfigurationException
- Specified by:
init
in interface com.opensymphony.xwork2.config.ContainerProvider
- Throws:
com.opensymphony.xwork2.config.ConfigurationException
needsReload
public boolean needsReload()
- Specified by:
needsReload
in interface com.opensymphony.xwork2.config.ContainerProvider
Copyright © 2006-2008 null. All Rights Reserved.