|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.struts.action.ActionMapping com.pow2.struts.action.ToolkitActionMapping com.pow2.acl.struts.action.ACLActionMapping
This class extends the com.pow2.struts.action.ToolkitActionMapping
class, adding the role
property and the relative
public "getter" and "setter" methods.
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 |
public ACLActionMapping()
Method Detail |
public String getGroup()
public String getRole()
public boolean isValidatePermissions()
public void setGroup(String group)
group
- The new group valuepublic void setRole(String role)
role
- The new role valuepublic void setValidatePermissions(boolean validatePermissions)
validatePermissions
- The new validatePermissions value
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |