BEA Systems, Inc.

com.beasys.commerce.user.jsp.tags
Class GetChildGroupNamesTag

java.lang.Object
  |
  +--javax.servlet.jsp.tagext.TagSupport
        |
        +--com.beasys.commerce.user.jsp.tags.UserManagerTag
              |
              +--com.beasys.commerce.user.jsp.tags.GetChildGroupNamesTag

public class GetChildGroupNamesTag
extends UserManagerTag

Corresponds to <um:getChildGroupNames>.

The <um:getChildGroupNames> tag returns the names of any groups that are children of the given group.

Tag Attribute

Required

Type

Description

groupName

yes

String

The name of the group to search for child groups.

id

yes

String

The name of the id which will be assigned the String array of child group names.

See Also:
GetChildGroupsTag, Serialized Form

Fields inherited from class com.beasys.commerce.user.jsp.tags.UserManagerTag
printStackTraces, verbose
 
Fields inherited from class javax.servlet.jsp.tagext.TagSupport
id, pageContext
 
Constructor Summary
GetChildGroupNamesTag()
           
 
Method Summary
 int doStartTag()
          Go through the UserManager session bean to search for the names of the given group's children.
 java.lang.String getGroupName()
          Get the name of the group to query
 void release()
          Reset the tag attributes
 void setGroupName(java.lang.String groupName)
          Set the name of the group to query
 
Methods inherited from class com.beasys.commerce.user.jsp.tags.UserManagerTag
getUserManager
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
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

GetChildGroupNamesTag

public GetChildGroupNamesTag()
Method Detail

setGroupName

public void setGroupName(java.lang.String groupName)
Set the name of the group to query

getGroupName

public java.lang.String getGroupName()
Get the name of the group to query

doStartTag

public int doStartTag()
               throws javax.servlet.jsp.JspException
Go through the UserManager session bean to search for the names of the given group's children.
Overrides:
doStartTag in class javax.servlet.jsp.tagext.TagSupport

release

public void release()
Reset the tag attributes
Overrides:
release in class javax.servlet.jsp.tagext.TagSupport

BEA Systems, Inc.

Copyright © 2000 BEA Systems, Inc. All Rights Reserved