borland Packages  Class Hierarchy  internetbeans.taglib Package 

ComponentTag class (abstract)

java.lang.Object
   +----com.borland.internetbeans.taglib.ComponentTag
           +----com.borland.internetbeans.taglib.ControlTag
           +----com.borland.internetbeans.taglib.SubmitTag
           +----com.borland.internetbeans.taglib.TableTag

About the ComponentTag class

Variables  Properties  Methods  
Note: This is a feature of JBuilder Professional and Enterprise.

This class is used internally by other com.borland classes. You should never use this class directly.


ComponentTag variables

Variables implemented in this class

ComponentTag properties

*Read-only properties **Write-only properties

Properties implemented in this class

Properties implemented in java.lang.Object

ComponentTag methods

Methods implemented in this class

Methods implemented in java.lang.Object


ComponentTag variables

active

  protected boolean active

bodyContent

  protected BodyContent bodyContent

component

  protected IxComponent component

identifier

  protected String identifier

pageContext

  protected PageContext pageContext

parent

  protected Tag parent

ComponentTag properties

bodyContent

 public void setBodyContent(BodyContent bodyContent)

pageContext

 public void setPageContext(PageContext pageContext)

parent

 public Tag getParent()
 public void setParent(Tag parent)

ComponentTag methods

doAfterBody()

  public int doAfterBody()

doEndTag()

  public int doEndTag()

doInitBody()

  public void doInitBody()

doStartTag()

  public int doStartTag()

newComponent()

  protected abstract IxComponent newComponent()
Returns a new instance of the type of component to represent the tag

postWireComponent()

  protected abstract void postWireComponent()
Completes wire-up after create and merge, probably using attributes in jsp-tag

preWireComponent()

  protected abstract void preWireComponent()
Wire-up after create but before merge, probably using attributes in jsp-tag

release()

  public void release()