ModuleConfigLocator Class

com.bea.struts.adapter.util
ModuleConfigLocator Class

public class ModuleConfigLocator

    extends Object
    implements AutoRegisterActionServlet.ModuleConfigLocator

Hierarchy
Object
  ModuleConfigLocator
All Implemented Interfaces

AutoRegisterActionServlet.ModuleConfigLocator
Direct Known Subclasses

StrutsContentModuleConfigLocator

Field Summary

public static final String
autoConfigPostfix
String
public static final String
autoConfigPrefix
String
public static final String
globalPrefix
String
 

Constructor Summary

ModuleConfigLocator()

 

Method Summary

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
 

Field Detail

autoConfigPostfix

public static final String autoConfigPostfix


autoConfigPrefix

public static final String autoConfigPrefix


globalPrefix

public static final String globalPrefix

 

Constructor Detail

ModuleConfigLocator

public ModuleConfigLocator()
 

Method Detail

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.