| |
|
| java.lang.Object org.apache.struts2.TestConfigurationProvider
TestConfigurationProvider | public class TestConfigurationProvider implements ConfigurationProvider(Code) | | TestConfigurationProvider provides a simple configuration class without the need for xml files, etc. for simple testing.
|
Method Summary | |
public void | destroy() | public void | init(Configuration config) | public void | loadPackages() Initializes the configuration object. | public boolean | needsReload() | public void | register(ContainerBuilder builder, LocatableProperties props) |
EXECUTION_COUNT_ACTION_NAME | final public static String EXECUTION_COUNT_ACTION_NAME(Code) | | |
TEST_ACTION_NAME | final public static String TEST_ACTION_NAME(Code) | | |
TEST_NAMESPACE | final public static String TEST_NAMESPACE(Code) | | |
TEST_NAMESPACE_ACTION | final public static String TEST_NAMESPACE_ACTION(Code) | | |
TOKEN_ACTION_NAME | final public static String TOKEN_ACTION_NAME(Code) | | |
TOKEN_SESSION_ACTION_NAME | final public static String TOKEN_SESSION_ACTION_NAME(Code) | | |
destroy | public void destroy()(Code) | | Allows the configuration to clean up any resources used
|
init | public void init(Configuration config)(Code) | | |
loadPackages | public void loadPackages()(Code) | | Initializes the configuration object.
|
needsReload | public boolean needsReload()(Code) | | Tells whether the ConfigurationProvider should reload its configuration
|
register | public void register(ContainerBuilder builder, LocatableProperties props) throws ConfigurationException(Code) | | |
|
|
|