GetGroupNamesForUserExtraInfo Class
- public class GetGroupNamesForUserExtraInfo
extends UserManagementTagExtraInfo
Sets JSP page-scoped variables as a result of the
<ugm:getGroupNamesForUser> tag. This will include an
array of Strings corresponding to the names of the
groups that the given user belongs to.
-
Hierarchy
-
Object
TagExtraInfo
UserManagementTagExtraInfo
GetGroupNamesForUserExtraInfo
Methods from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GetGroupNamesForUserExtraInfo
public GetGroupNamesForUserExtraInfo()
getVariableInfo(TagData) Method
public VariableInfo
[] getVariableInfo(TagData
data)
Create an array of VariableInfo objects containing information
about the variables to create.
-
Overrides
-
TagExtraInfo.getVariableInfo(TagData)
isValid(TagData) Method
public boolean isValid(TagData
data)
-
Overrides
-
TagExtraInfo.isValid(TagData)