com.bea.p13n.usermgmt.servlets.jsp.taglib
Class GetChildGroupNamesExtraInfo

java.lang.Object
  extended by TagExtraInfo
      extended by com.bea.p13n.usermgmt.servlets.jsp.taglib.UserManagementTagExtraInfo
          extended by com.bea.p13n.usermgmt.servlets.jsp.taglib.GetChildGroupNamesExtraInfo

public class GetChildGroupNamesExtraInfo
extends UserManagementTagExtraInfo

Sets JSP page-scoped variables as a result of the <um:getChildGroupNames> tag. This will include a String array containing the names of groups that are children to the specified group.


Constructor Summary
GetChildGroupNamesExtraInfo()
           
 
Method Summary
 VariableInfo[] getVariableInfo(TagData data)
          Create an array of VariableInfo objects containing information about the variables to create.
 boolean isValid(TagData data)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetChildGroupNamesExtraInfo

public GetChildGroupNamesExtraInfo()
Method Detail

getVariableInfo

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


isValid

public boolean isValid(TagData data)


Copyright © 2006 BEA Systems, Inc. All Rights Reserved