GetUserNamesForGroupExtraInfo Class

com.bea.p13n.usermgmt.taglib
GetUserNamesForGroupExtraInfo Class

public class GetUserNamesForGroupExtraInfo

    extends ResultTagExtraInfo

Sets JSP page-scoped variables as a result of the <ugm:getUserNamesForGroup> tag. This includes as String array containing the names of users that belong to the specified group and match the search criteria, and optionally an Integer result to signal if the search was successful.


Hierarchy
Object
  TagExtraInfo
    UserManagementTagExtraInfo
      ResultTagExtraInfo
        GetUserNamesForGroupExtraInfo

Constructor Summary

GetUserNamesForGroupExtraInfo()

 

Method Summary

public VariableInfo[]
getVariableInfo(TagData data)
Create an array of VariableInfo objects containing information about the variables to create.
public boolean
isValid(TagData data)
 
Methods from  com.bea.p13n.usermgmt.taglib.ResultTagExtraInfo
createResultInfo,
 
Methods from  javax.servlet.jsp.tagext.TagExtraInfo
getTagInfo, getVariableInfo, isValid, setTagInfo
 
Methods from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
   

Constructor Detail

GetUserNamesForGroupExtraInfo

public GetUserNamesForGroupExtraInfo()
 

Method Detail

getVariableInfo(TagData) Method

public VariableInfo[] getVariableInfo(TagData data)
Create an array of VariableInfo objects containing information about the variables to create.

Overrides
ResultTagExtraInfo.getVariableInfo(TagData)

isValid(TagData) Method

public boolean isValid(TagData data)
Overrides
ResultTagExtraInfo.isValid(TagData)