Uses of Class org.apache.struts.config.ActionConfig

Uses in package org.apache.struts.config

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
ActionConfigMatcher.convertActionConfig(String path, ActionConfig orig, Map vars)
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
ActionConfigMatcher.convertActionConfig(String path, ActionConfig orig, Map vars)
Clones the ActionConfig and its children, replacing various properties with the values of the wildcard-matched strings.
ActionConfig
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
Matches the path against the compiled wildcard patterns.

Uses in package org.apache.struts.action

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.

Uses in package org.apache.struts.util

Methods with parameter type org.apache.struts.config.ActionConfig

String
RequestUtils.actionURL(HttpServletRequest request, ActionConfig action, String pattern)
Return the context-relative URL that corresponds to the specified ActionConfig, relative to the module associated with the current modules's ModuleConfig.

Uses in package org.apache.struts.config.impl

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

Copyright B) 2000-2007 - The Apache Software Foundation