AutoRegisterActionServlet.ModuleConfigLocator Interface

com.bea.wlw.netui.pageflow
AutoRegisterActionServlet.ModuleConfigLocator Interface

public static interface AutoRegisterActionServlet.ModuleConfigLocator

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

Related Topics

AutoRegisterActionServlet.ModuleConfigLocator.getDefaultModuleConfigLocators()


All Known Implementing Classes
PageFlowActionServlet.DefaultModuleConfigLocator
Enclosing class

AutoRegisterActionServlet

Method Summary

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

Method Detail

getModuleConfigPath(String) Method

public 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.