BEA Systems, Inc.

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

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

public class GetUserNamesExtraInfo
extends ResultTagExtraInfo

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


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

GetUserNamesExtraInfo

public GetUserNamesExtraInfo()
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 ResultTagExtraInfo

BEA Systems, Inc.

Copyright © 2000 BEA Systems, Inc. All Rights Reserved