|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.struts.config.BaseConfig org.apache.struts.config.ActionConfig org.apache.struts.action.ActionMapping org.apache.struts.action.SessionActionMapping
public class SessionActionMapping
Subclass of ActionMapping
that defaults the form bean scope
to session
.
Field Summary |
---|
Fields inherited from class org.apache.struts.config.ActionConfig |
---|
actionId, attribute, cancellable, catalog, command, exceptions, extensionProcessed, forward, forwards, include, inherit, input, moduleConfig, multipartClass, name, parameter, path, prefix, roleNames, roles, scope, suffix, type, unknown, validate |
Fields inherited from class org.apache.struts.config.BaseConfig |
---|
configured |
Constructor Summary | |
---|---|
SessionActionMapping()
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 |
---|
findForward, findForwards, getInputForward |
Methods inherited from class org.apache.struts.config.BaseConfig |
---|
copyProperties, getProperties, getProperty, inheritProperties, setProperties, setProperty, throwIfConfigured |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SessionActionMapping()
Construct a new instance of this class with the desired default form bean scope.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |