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

Uses in package org.apache.struts.action

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.

Uses in package org.apache.struts.config

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, if any; otherwise return null.
ActionConfig[]
Return the action configurations for this module.

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, if any; otherwise return null.
ActionConfig[]
Return the action configurations for this module.

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.

Copyright B) 2000-2005 - Apache Software Foundation