com.bea.struts.adapter.framework
Interface AutoRegisterActionServlet.ModuleConfigLocator

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.


Copyright © 2011, Oracle. All rights reserved.