org.apache.beehive.netui.pageflow
Interface AutoRegisterActionServlet.ModuleConfigLocator

All Known Implementing Classes:
PageFlowActionServlet.DefaultModuleConfigLocator, PageFlowActionServlet.LegacyModuleConfigLocator
Enclosing class:
AutoRegisterActionServlet

public static interface AutoRegisterActionServlet.ModuleConfigLocator

Interface for specifying alternate locations for auto-registered Struts modules.

See Also:
AutoRegisterActionServlet.getDefaultModuleConfigLocators()

Method Summary
 String getModuleConfigPath(String moduleName)
          Get the webapp-relative path to a Struts module config file, based on the module name.
 

Method Detail

getModuleConfigPath

String getModuleConfigPath(String moduleName)
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.