com.pow2.acl.struts.action
Class ACLActionMapping

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

public class ACLActionMapping
extends com.pow2.struts.action.ToolkitActionMapping

This class extends the com.pow2.struts.action.ToolkitActionMapping class, adding the role 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.action.ActionMapping
attribute, forward, forwards, include, input, instance, mappings, multipartClass, name, parameter, path, prefix, scope, suffix, type, unknown, validate
 
Constructor Summary
ACLActionMapping()
           
 
Method Summary
 String getGroup()
          Gets the group attribute of the ACLActionMapping object
 String getRole()
          Gets the role attribute of the ACLActionMapping object
 boolean isValidatePermissions()
          Gets the validatePermissions attribute of the ACLActionMapping object
 void setGroup(String group)
          Sets the group attribute of the ACLActionMapping object
 void setRole(String role)
          Sets the role attribute of the ACLActionMapping object
 void setValidatePermissions(boolean validatePermissions)
          Sets the validatePermissions attribute of the ACLActionMapping object
 
Methods inherited from class com.pow2.struts.action.ToolkitActionMapping
isValidateSession, setValidateSession
 
Methods inherited from class org.apache.struts.action.ActionMapping
addForward, createFormInstance, findForward, findForwards, getActionClass, getAttribute, getFormAttribute, getFormClass, getFormPrefix, getFormScope, getFormSuffix, getForward, getInclude, getInput, getInputForm, getMappings, getMultipartClass, getName, getParameter, getPath, getPrefix, getScope, getSuffix, getType, getUnknown, getValidate, removeForward, setActionClass, setAttribute, setFormAttribute, setFormClass, setFormPrefix, setFormScope, setFormSuffix, setForward, setInclude, setInput, setInputForm, setMappings, setMultipartClass, setName, setParameter, setPath, setPrefix, 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

ACLActionMapping

public ACLActionMapping()
Method Detail

getGroup

public String getGroup()
Gets the group attribute of the ACLActionMapping object

Returns:
The group value

getRole

public String getRole()
Gets the role attribute of the ACLActionMapping object

Returns:
The role value

isValidatePermissions

public boolean isValidatePermissions()
Gets the validatePermissions attribute of the ACLActionMapping object

Returns:
The validatePermissions value

setGroup

public void setGroup(String group)
Sets the group attribute of the ACLActionMapping object

Parameters:
group - The new group value

setRole

public void setRole(String role)
Sets the role attribute of the ACLActionMapping object

Parameters:
role - The new role value

setValidatePermissions

public void setValidatePermissions(boolean validatePermissions)
Sets the validatePermissions attribute of the ACLActionMapping object

Parameters:
validatePermissions - The new validatePermissions value


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