ModuleConfigLocator Class
- public class ModuleConfigLocator
extends Object
implements AutoRegisterActionServlet.ModuleConfigLocator
-
Hierarchy
-
Object
ModuleConfigLocator
-
All Implemented Interfaces
-
AutoRegisterActionServlet.ModuleConfigLocator
-
Direct Known Subclasses
-
StrutsContentModuleConfigLocator
Methods from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
autoConfigPostfix
public static final String
autoConfigPostfix
autoConfigPrefix
public static final String
autoConfigPrefix
globalPrefix
public static final String
globalPrefix
ModuleConfigLocator
public ModuleConfigLocator()
getModuleConfigPath(String) Method
public String
getModuleConfigPath(String
moduleName)
Description copied from AutoRegisterActionServlet.ModuleConfigLocator.getModuleConfigPath(String)
Get the webapp-relative path to a Struts module config file, based on the module name.
Parameters
-
moduleName
- the name of the Struts module, e.g., "someModule" or "some/other/module".
Returns
- the webapp-relative path the the Struts module config file.