BEA Systems, Inc.

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

java.lang.Object
  |
  +--javax.servlet.jsp.tagext.TagExtraInfo
        |
        +--com.beasys.commerce.user.jsp.tags.UserManagerTagExtraInfo
              |
              +--com.beasys.commerce.user.jsp.tags.GetChildGroupsExtraInfo

public class GetChildGroupsExtraInfo
extends UserManagerTagExtraInfo

Sets JSP page-scoped variables as a result of the <um:getChildGroups> tag. This will include an array of Group objects that are children of the specified Group.


Fields inherited from class com.beasys.commerce.user.jsp.tags.UserManagerTagExtraInfo
verbose
 
Fields inherited from class javax.servlet.jsp.tagext.TagExtraInfo
tagInfo
 
Constructor Summary
GetChildGroupsExtraInfo()
           
 
Method Summary
 javax.servlet.jsp.tagext.VariableInfo[] getVariableInfo(javax.servlet.jsp.tagext.TagData data)
          Create an array of VariableInfo objects containing information about the variables to create.
 
Methods inherited from class javax.servlet.jsp.tagext.TagExtraInfo
getTagInfo, isValid, setTagInfo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetChildGroupsExtraInfo

public GetChildGroupsExtraInfo()
Method Detail

getVariableInfo

public javax.servlet.jsp.tagext.VariableInfo[] getVariableInfo(javax.servlet.jsp.tagext.TagData data)
Create an array of VariableInfo objects containing information about the variables to create.
Overrides:
getVariableInfo in class javax.servlet.jsp.tagext.TagExtraInfo

BEA Systems, Inc.

Copyright © 2000 BEA Systems, Inc. All Rights Reserved