|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.struts.config.ActionConfig org.apache.struts.action.ActionMapping com.pow2.struts.action.ToolkitActionMapping
This class extends the org.apache.struts.action.ActionMapping
class, adding the validateSession
property and the relative
public "getter" and "setter" methods.
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 |
public ToolkitActionMapping()
Method Detail |
public boolean isValidateSession()
public void setValidateSession(boolean validateSession)
validateSession
- The new validateSession value
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |