|
© 2002 BEA Systems, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--javax.servlet.jsp.tagext.TagSupport
|
+--com.bea.p13n.usermgmt.servlets.jsp.taglib.UserManagementTag
|
+--com.bea.p13n.usermgmt.servlets.jsp.taglib.ResultTag
|
+--com.bea.p13n.usermgmt.servlets.jsp.taglib.RemoveGroupFromGroupTag
Corresponds to <um:removeGroupFromGroup>.
The <um:removeGroupFromGroup> tag removes
a child group from a parent group in a group hierarchy.
|
Tag Attribute |
Required |
Type |
Description |
|
childGroupName |
yes |
String |
The name of the child group to remove from its parent. |
|
parentGroupName |
yes |
String |
The name of the parent group from which the child group will be removed. |
|
result |
yes |
String |
The name of an Integer variable to which the result of the remove group from group operation is assigned. Possible Values:
Failure: |
| Fields inherited from class com.bea.p13n.usermgmt.servlets.jsp.taglib.ResultTag |
result |
| Fields inherited from class com.bea.p13n.usermgmt.servlets.jsp.taglib.UserManagementTag |
GROUP_MGR_REF,
USER_MGR_REF |
| Fields inherited from class javax.servlet.jsp.tagext.TagSupport |
id,
pageContext |
| Constructor Summary | |
RemoveGroupFromGroupTag()
|
|
| Method Summary | |
int |
doStartTag()
Go through the UserManager session bean to remove the child group from the parent group. |
java.lang.String |
getChildGroupName()
Get the name of the child group |
java.lang.String |
getParentGroupName()
Get the name of the parent group |
void |
release()
Reset the tag's attributes |
void |
setChildGroupName(java.lang.String childGroupName)
Set the name of the child group |
void |
setParentGroupName(java.lang.String parentGroupName)
Set the name of the parent group |
| Methods inherited from class com.bea.p13n.usermgmt.servlets.jsp.taglib.ResultTag |
getResult,
setResult |
| Methods inherited from class com.bea.p13n.usermgmt.servlets.jsp.taglib.UserManagementTag |
getGroupManager,
getUserManager |
| Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
doAfterBody,
doEndTag,
findAncestorWithClass,
getId,
getParent,
getValue,
getValues,
removeValue,
setId,
setPageContext,
setParent,
setValue |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public RemoveGroupFromGroupTag()
| Method Detail |
public void setParentGroupName(java.lang.String parentGroupName)
public java.lang.String getParentGroupName()
public void setChildGroupName(java.lang.String childGroupName)
public java.lang.String getChildGroupName()
public int doStartTag()
throws javax.servlet.jsp.JspException
public void release()
|
© 2002 BEA Systems, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||