org.apache.struts.action

Class RequestActionMapping

Implemented Interfaces:
Serializable

public class RequestActionMapping
extends ActionMapping

Subclass of ActionMapping that defaults the form bean scope to request.

Version:
$Revision: 1.5 $ $Date: 2003/04/15 00:18:45 $

Author:
Craig R. McClanahan

Field Summary

Fields inherited from class org.apache.struts.config.ActionConfig

attribute, configured, exceptions, forward, forwards, include, input, moduleConfig, multipartClass, name, parameter, path, prefix, roleNames, roles, scope, suffix, type, unknown, validate

Constructor Summary

RequestActionMapping()
Construct a new instance of this class with the desired default form bean scope.

Method Summary

Methods inherited from class org.apache.struts.action.ActionMapping

findException, findForward, findForwards, getInputForward

Methods inherited from class org.apache.struts.config.ActionConfig

addExceptionConfig, addForwardConfig, findExceptionConfig, findExceptionConfigs, findForwardConfig, findForwardConfigs, freeze, getApplicationConfig, getAttribute, getForward, getInclude, getInput, getModuleConfig, getMultipartClass, getName, getParameter, getPath, getPrefix, getRoleNames, getRoles, getScope, getSuffix, getType, getUnknown, getValidate, removeExceptionConfig, removeForwardConfig, setApplicationConfig, setAttribute, setForward, setInclude, setInput, setModuleConfig, setMultipartClass, setName, setParameter, setPath, setPrefix, setRoles, setScope, setSuffix, setType, setUnknown, setValidate, toString

Constructor Details

RequestActionMapping

public RequestActionMapping()
Construct a new instance of this class with the desired default form bean scope.


Copyright B) 2000-2005 - Apache Software Foundation