Business Components

oracle.jbo.html.jsp.datatags
Class ApplicationModuleTEI

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

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


Constructor Summary
ApplicationModuleTEI()
           
 
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

ApplicationModuleTEI

public ApplicationModuleTEI()
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