com.pow2.struts.action
Class ToolkitActionMapping

java.lang.Object
  extended byorg.apache.struts.config.ActionConfig
      extended byorg.apache.struts.action.ActionMapping
          extended bycom.pow2.struts.action.ToolkitActionMapping
All Implemented Interfaces:
Serializable

public class ToolkitActionMapping
extends org.apache.struts.action.ActionMapping

This class extends the org.apache.struts.action.ActionMapping class, adding the validateSession property and the relative public "getter" and "setter" methods.

Author:
Luca Fossato
See Also:
Serialized Form

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
ToolkitActionMapping()
           
 
Method Summary
 boolean isValidateSession()
          Gets the validateSession attribute of the ActionMapping object
 void setValidateSession(boolean validateSession)
          Sets the validateSession attribute of the ActionMapping object
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ToolkitActionMapping

public ToolkitActionMapping()
Method Detail

isValidateSession

public boolean isValidateSession()
Gets the validateSession attribute of the ActionMapping object

Returns:
The validateSession value

setValidateSession

public void setValidateSession(boolean validateSession)
Sets the validateSession attribute of the ActionMapping object

Parameters:
validateSession - The new validateSession value


Copyright © 2002-2004 Power Of Two S.R.L. All Rights Reserved.