Business Components

oracle.jbo.html.jsp.datatags
Class RowTagTEI

java.lang.Object
  |
  +--javax.servlet.jsp.tagext.TagExtraInfo
        |
        +--oracle.jbo.html.jsp.datatags.RowTagTEI

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


Constructor Summary
RowTagTEI()
          Constructor
 
Method Summary
 javax.servlet.jsp.tagext.VariableInfo[] getVariableInfo(javax.servlet.jsp.tagext.TagData data)
          information on scripting variables defined by this tag
 boolean isValid(javax.servlet.jsp.tagext.TagData data)
           
 
Methods inherited from class javax.servlet.jsp.tagext.TagExtraInfo
getTagInfo, setTagInfo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RowTagTEI

public RowTagTEI()
Constructor
Method Detail

getVariableInfo

public javax.servlet.jsp.tagext.VariableInfo[] getVariableInfo(javax.servlet.jsp.tagext.TagData data)
information on scripting variables defined by this tag
Overrides:
getVariableInfo in class javax.servlet.jsp.tagext.TagExtraInfo
Parameters:
data - The translation-time TagData instance.

isValid

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

Business Components