| |
|
| java.lang.Object com.opensymphony.webwork.TestConfigurationProvider
TestConfigurationProvider | public class TestConfigurationProvider implements ConfigurationProvider(Code) | | TestConfigurationProvider provides a simple configuration class without the need for xml files, etc. for simple testing.
author: $author$ |
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 configurationManager)(Code) | | Initializes the configuration object.
|
needsReload | public boolean needsReload()(Code) | | Tells whether the ConfigurationProvider should reload its configuration
|
|
|
|