PageFlowActionServlet.DefaultModuleConfigLocator Class
com.bea.wlw.netui.pageflow
PageFlowActionServlet.DefaultModuleConfigLocator Class
- public static class PageFlowActionServlet.DefaultModuleConfigLocator
extends Object
implements AutoRegisterActionServlet.ModuleConfigLocator
, Serializable
Default ModuleConfigLocator that looks for Struts module configuration files according to the pattern
"/WEB-INF/.pageflow-struts-generated/jpf-struts-config-<module>". An instance of this class
is registered by default.
Related Topics
PageFlowActionServlet.DefaultModuleConfigLocator.getDefaultModuleConfigLocators()
-
Hierarchy
-
Object
PageFlowActionServlet.DefaultModuleConfigLocator
-
All Implemented Interfaces
-
AutoRegisterActionServlet.ModuleConfigLocator
, Serializable
-
Direct Known Subclasses
-
PageFlowActionServlet.LegacyModuleConfigLocator
-
Enclosing class
-
PageFlowActionServlet
Methods from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PageFlowActionServlet.DefaultModuleConfigLocator
public PageFlowActionServlet.DefaultModuleConfigLocator()
getGenDir() Method
protected String
getGenDir()
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.