Frames | No Frames |
Methods with parameter type org.apache.struts.config.ActionConfig | |
String | Return the context-relative URL that corresponds to the specified
ActionConfig , relative to the module associated
with the current modules's ModuleConfig . |
Methods with parameter type org.apache.struts.config.ActionConfig | |
void | Add a new ActionConfig instance to the set associated
with this module. |
void | Remove the specified action configuration instance. |
Methods with return type org.apache.struts.config.ActionConfig | |
ActionConfig | ModuleConfig.findActionConfig(String path) Return the action configuration for the specified path, if any;
otherwise return null . |
ActionConfig[] | Return the action configurations for this module. |
Classes derived from org.apache.struts.config.ActionConfig | |
class | An ActionMapping represents the information that the
controller servlet, ActionServlet , knows about the mapping
of a particular request to an instance of a particular action class. |
class | Subclass of ActionMapping that defaults the form bean
scope to request . |
class | Subclass of ActionMapping that defaults the form bean
scope to session . |
Methods with parameter type org.apache.struts.config.ActionConfig | |
void | Add a new ActionConfig instance to the set associated
with this module. |
void | Remove the specified action configuration instance. |
Methods with return type org.apache.struts.config.ActionConfig | |
ActionConfig | ModuleConfigImpl.findActionConfig(String path) Return the action configuration for the specified path, if any;
otherwise return null . |
ActionConfig[] | Return the action configurations for this module. |