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

Constructor Summary

PageFlowActionServlet.DefaultModuleConfigLocator()

 

Method Summary

protected String
getGenDir()
public String
getModuleConfigPath(String moduleName)
Get the webapp-relative path to a Struts module config file, based on the module name.
 
Methods from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
   
Methods from interface com.bea.wlw.netui.pageflow.AutoRegisterActionServlet.ModuleConfigLocator
getModuleConfigPath
 

Constructor Detail

PageFlowActionServlet.DefaultModuleConfigLocator

public PageFlowActionServlet.DefaultModuleConfigLocator()
 

Method Detail

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.