borland Packages Class Hierarchy internetbeans.taglib Package
java.lang.Object +----com.borland.internetbeans.taglib.ComponentTag +----com.borland.internetbeans.taglib.ControlTag +----com.borland.internetbeans.taglib.SubmitTag +----com.borland.internetbeans.taglib.TableTag
Variables Properties Methods
This class is used internally by other com.borland
classes. You should never use this class directly.
protected boolean active
protected BodyContent bodyContent
protected IxComponent component
protected String identifier
protected PageContext pageContext
protected Tag parent
public void setBodyContent(BodyContent bodyContent)
public void setPageContext(PageContext pageContext)
public Tag getParent() public void setParent(Tag parent)
public int doAfterBody()
public int doEndTag()
public void doInitBody()
public int doStartTag()
protected abstract IxComponent newComponent()Returns a new instance of the type of component to represent the tag
protected abstract void postWireComponent()Completes wire-up after create and merge, probably using attributes in jsp-tag
protected abstract void preWireComponent()Wire-up after create but before merge, probably using attributes in jsp-tag
public void release()