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

java.lang.Object
  extended by javax.servlet.jsp.tagext.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
 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.
 boolean isValid(javax.servlet.jsp.tagext.TagData data)
           
 
Methods inherited from class javax.servlet.jsp.tagext.TagExtraInfo
getTagInfo, setTagInfo, validate
 
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 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

isValid

public boolean isValid(javax.servlet.jsp.tagext.TagData data)
Overrides:
isValid in class javax.servlet.jsp.tagext.TagExtraInfo


Copyright © 2000, 2009, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
Other names may be trademarks of their respective owners.