BEA Systems, Inc.

com.beasys.commerce.axiom.tags
Class PreparedStatementTagExtraInfo

java.lang.Object
  |
  +--javax.servlet.jsp.tagext.TagExtraInfo
        |
        +--com.beasys.commerce.axiom.tags.PreparedStatementTagExtraInfo

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

The tag extra info data for the preparedStatement tag.


Fields inherited from class javax.servlet.jsp.tagext.TagExtraInfo
tagInfo
 
Constructor Summary
PreparedStatementTagExtraInfo()
           
 
Method Summary
 javax.servlet.jsp.tagext.VariableInfo[] getVariableInfo(javax.servlet.jsp.tagext.TagData data)
          Returns an array of VariableInfo objects which describe the scripting variables to be allocated by the JSP engine.
 
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

PreparedStatementTagExtraInfo

public PreparedStatementTagExtraInfo()
Method Detail

getVariableInfo

public javax.servlet.jsp.tagext.VariableInfo[] getVariableInfo(javax.servlet.jsp.tagext.TagData data)
Returns an array of VariableInfo objects which describe the scripting variables to be allocated by the JSP engine.
Overrides:
getVariableInfo in class javax.servlet.jsp.tagext.TagExtraInfo
Returns:
an array of VariableInfo objects

BEA Systems, Inc.

Copyright © 2000 BEA Systems, Inc. All Rights Reserved