BEA Systems, Inc.

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

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

public class GetGroupNamesForUserExtraInfo
extends UserManagerTagExtraInfo

Sets JSP page-scoped variables as a result of the <um:getGroupNamesForUser> tag. This will include an array of Strings corresponding to the names of the groups that the given user belongs to.


Fields inherited from class com.beasys.commerce.user.jsp.tags.UserManagerTagExtraInfo
verbose
 
Fields inherited from class javax.servlet.jsp.tagext.TagExtraInfo
tagInfo
 
Constructor Summary
GetGroupNamesForUserExtraInfo()
           
 
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

GetGroupNamesForUserExtraInfo

public GetGroupNamesForUserExtraInfo()
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