Frames | No Frames |
Constructors with parameter type org.apache.struts.config.ActionConfig | |
Finds and precompiles the wildcard patterns from the ActionConfig
"path" attributes. | |
Contructs a read-only Mapping instance. |
Fields of type org.apache.struts.config.ActionConfig | |
ActionConfig | The original ActionConfig. |
Methods with parameter type org.apache.struts.config.ActionConfig | |
void | Add a new ActionConfig instance to the set associated
with this module. |
ActionConfig | Clones the ActionConfig and its children, replacing various properties
with the values of the wildcard-matched strings. |
void | Remove the specified action configuration instance. |
Methods with return type org.apache.struts.config.ActionConfig | |
ActionConfig | Clones the ActionConfig and its children, replacing various properties
with the values of the wildcard-matched strings. |
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. |
ActionConfig | Gets the ActionConfig that contains the pattern. |
ActionConfig | ActionConfigMatcher.match(String path) Matches the path against the compiled wildcard patterns. |
Classes derived from org.apache.struts.config.ActionConfig | |
class | An ActionMapping represents the information that the
controller, RequestProcessor , 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 | |
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 | ModuleConfigImpl.findActionConfig(String path) Return the action configuration for the specified path, first looking
a direct match, then if none found, a wildcard pattern match;
otherwise return null . |
ActionConfig[] | Return the action configurations for this module. |