Business Components

oracle.jbo.html.jsp.datatags
Class WebBeanTag

java.lang.Object
  |
  +--javax.servlet.jsp.tagext.TagSupport
        |
        +--oracle.jbo.html.jsp.datatags.WebBeanTag
All Implemented Interfaces:
javax.servlet.jsp.tagext.IterationTag, java.io.Serializable, javax.servlet.jsp.tagext.Tag
Direct Known Subclasses:
DataWebBeanTag

public class WebBeanTag
extends javax.servlet.jsp.tagext.TagSupport

See Also:
Serialized Form

Field Summary
TypeField
protected  java.lang.String sClass
           
protected  WebBean wb
           
 
Fields inherited from class javax.servlet.jsp.tagext.TagSupport
id, pageContext
 
Fields inherited from interface javax.servlet.jsp.tagext.IterationTag
EVAL_BODY_AGAIN
 
Fields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 
Constructor Summary
WebBeanTag()
           
 
Method Summary
TypeMethod
 int doEndTag()
          Process the end tag.
 int doStartTag()
          Process the start tag for this instance.
protected  void initializeBean()
           
 void release()
          release() called after doEndTag() to reset state
 void setWbclass(java.lang.String sClass)
           
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
doAfterBody, findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sClass

protected java.lang.String sClass

wb

protected WebBean wb
Constructor Detail

WebBeanTag

public WebBeanTag()
Method Detail

setWbclass

public void setWbclass(java.lang.String sClass)

initializeBean

protected void initializeBean()
                       throws java.lang.Exception

doStartTag

public int doStartTag()
               throws javax.servlet.jsp.JspException
Process the start tag for this instance. The doStartTag() method assumes that all setter methods have been invoked before. When this method is invoked, the body has not yet been invoked.
Overrides:
doStartTag in class javax.servlet.jsp.tagext.TagSupport

doEndTag

public int doEndTag()
             throws javax.servlet.jsp.JspException
Process the end tag. This method will be called on all Tag objects. All instance state associated with this instance must be reset.
Overrides:
doEndTag in class javax.servlet.jsp.tagext.TagSupport

release

public void release()
release() called after doEndTag() to reset state
Overrides:
release in class javax.servlet.jsp.tagext.TagSupport

Business Components