|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.jetspeed.portlets.security.rolemgt.RoleActionForm
Field Summary | |
private static String |
DEFAULT_PARENT_ROLE_NAME
The default parent role name. |
private static String |
DEFAULT_PARENT_ROLE_PATH
The default parent role path. |
private static org.apache.commons.logging.Log |
log
The logger. |
private RoleTreeItem |
parentRole
The parent role. |
static String |
ROLE_ACTION_FORM
The role action form bean. |
private String |
roleName
The new role name. |
private String |
rolePath
The new role path. |
private String[] |
selectedRoles
The selected roles. |
Constructor Summary | |
RoleActionForm()
Default Constructor. |
Method Summary | |
void |
addRole()
Add a new role. |
RoleTreeItem |
getParentRole()
|
String |
getRoleName()
|
String |
getRolePath()
|
String[] |
getSelectedRoles()
|
void |
setParentRole(RoleTreeItem parentRole)
|
void |
setRoleName(String roleName)
|
void |
setRolePath(String rolePath)
|
void |
setSelectedRoles(String[] selectedRoles)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static final org.apache.commons.logging.Log log
public static final String ROLE_ACTION_FORM
private static final String DEFAULT_PARENT_ROLE_PATH
private static final String DEFAULT_PARENT_ROLE_NAME
private RoleTreeItem parentRole
private String[] selectedRoles
private String roleName
private String rolePath
Constructor Detail |
public RoleActionForm()
Default Constructor.
Method Detail |
public RoleTreeItem getParentRole()
public void setParentRole(RoleTreeItem parentRole)
parentRole
- The parentRole to set.public String[] getSelectedRoles()
public void setSelectedRoles(String[] selectedRoles)
selectedRoles
- The selectedRoles to set.public String getRoleName()
public void setRoleName(String roleName)
roleName
- The roleName to set.public String getRolePath()
public void setRolePath(String rolePath)
rolePath
- The rolePath to set.public void addRole()
Add a new role.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |