|
DLESE Tools v1.6.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.dlese.dpc.schemedit.security.access.ActionPath
public class ActionPath
Wrapper for HotActionMapping
Constructor Summary | |
---|---|
ActionPath(HotActionMapping mapping)
Constructor for the ActionPath object |
Method Summary | |
---|---|
Element |
asElement()
|
String |
getDescription()
Gets the description attribute of the GuardedPath object |
String |
getName()
|
String |
getPath()
Gets the path attribute of the ActionPath object |
Roles.Role |
getRole()
|
static Roles.Role |
getRole(org.apache.struts.action.ActionMapping actionMapping)
Helper method to extract a single role from a roleStr (like the one returned from ActionMapping.getRoles()) that in principle could return mulitiple values. |
void |
setDescription(String description)
Sets the description attribute of the GuardedPath object |
void |
setRole(Roles.Role role)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ActionPath(HotActionMapping mapping)
mapping
- Description of the Parameterdescription
- Description of the Parameterrole
- Description of the ParameterMethod Detail |
---|
public String getPath()
public String getName()
public Roles.Role getRole()
public static Roles.Role getRole(org.apache.struts.action.ActionMapping actionMapping)
public void setRole(Roles.Role role)
public String getDescription()
public void setDescription(String description)
d
- The new description valuepublic Element asElement()
|
DLESE Tools v1.6.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |