Apache Struts API Documentation: Class SessionActionMapping

Apache Struts API


org.apache.struts.action Class SessionActionMapping

java.lang.Object
  |
  +--org.apache.struts.config.ActionConfig
        |
        +--org.apache.struts.action.ActionMapping
              |
              +--org.apache.struts.action.SessionActionMapping
All Implemented Interfaces:
java.io.Serializable

public class SessionActionMapping
extends ActionMapping

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

Version:
$Rev: 54929 $ $Date: 2004-10-16 17:38:42 +0100 (Sat, 16 Oct 2004) $
See Also:
Serialized Form

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
SessionActionMapping()
          Construct a new instance of this class with the desired default form bean scope.
 
Methods inherited from class org.apache.struts.action.ActionMapping
findForward, findForwards, getInputForward
 
Methods inherited from class org.apache.struts.config.ActionConfig
addExceptionConfig, addForwardConfig, findException, findExceptionConfig, findExceptionConfigs, findForwardConfig, findForwardConfigs, freeze, getAttribute, getForward, getInclude, getInput, getModuleConfig, getMultipartClass, getName, getParameter, getPath, getPrefix, getRoleNames, getRoles, getScope, getSuffix, getType, getUnknown, getValidate, removeExceptionConfig, removeForwardConfig, setAttribute, setForward, setInclude, setInput, setModuleConfig, setMultipartClass, setName, setParameter, setPath, setPrefix, setRoles, setScope, setSuffix, setType, setUnknown, setValidate, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Constructor Detail

SessionActionMapping

public SessionActionMapping()

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



Copyright © 2000-2005 - The Apache Software Foundation