BEA Systems, Inc.

com.beasys.commerce.foundation.property.tags
Class ResultTagExtraInfo

java.lang.Object
  |
  +--javax.servlet.jsp.tagext.TagExtraInfo
        |
        +--com.beasys.commerce.foundation.property.tags.ResultTagExtraInfo
Direct Known Subclasses:
GetPropertyNamesExtraInfo, GetPropertySetNamesExtraInfo

public class ResultTagExtraInfo
extends javax.servlet.jsp.tagext.TagExtraInfo

TagExtraInfo implementation that just sets a result id variable for the jsp. Extend this and use the createResultInfo method to add other variables.


Fields inherited from class javax.servlet.jsp.tagext.TagExtraInfo
tagInfo
 
Constructor Summary
ResultTagExtraInfo()
           
 
Method Summary
 javax.servlet.jsp.tagext.VariableInfo createResultInfo(javax.servlet.jsp.tagext.TagData data)
          Creates a VariableInfo object for the tag's result variable, if there is one.
 javax.servlet.jsp.tagext.VariableInfo[] getVariableInfo(javax.servlet.jsp.tagext.TagData data)
           
 
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

ResultTagExtraInfo

public ResultTagExtraInfo()
Method Detail

getVariableInfo

public javax.servlet.jsp.tagext.VariableInfo[] getVariableInfo(javax.servlet.jsp.tagext.TagData data)
Overrides:
getVariableInfo in class javax.servlet.jsp.tagext.TagExtraInfo
Parameters:
data - the current TagData
Returns:
VariableInfo array with just the result variable

createResultInfo

public javax.servlet.jsp.tagext.VariableInfo createResultInfo(javax.servlet.jsp.tagext.TagData data)
Creates a VariableInfo object for the tag's result variable, if there is one.
Parameters:
data - the current TagData
Returns:
a VariableInfo with the result variable, or null if there is none

BEA Systems, Inc.

Copyright © 2000 BEA Systems, Inc. All Rights Reserved