com.iplanet.jato.taglib
Class PageletTag

java.lang.Object
  |
  +--javax.servlet.jsp.tagext.TagSupport
        |
        +--com.iplanet.jato.taglib.TagBase
              |
              +--com.iplanet.jato.taglib.PageletTag
All Implemented Interfaces:
ContainerViewTag, java.io.Serializable, javax.servlet.jsp.tagext.Tag

public class PageletTag
extends TagBase
implements ContainerViewTag

Version:
JATO/1.2.2 $Id: PageletTag.java,v 1.6 2002/03/16 03:26:35 todd Exp $
See Also:
Serialized Form

Field Summary
static java.lang.String PAGELET_PARENT_TAG
           
 
Fields inherited from class com.iplanet.jato.taglib.TagBase
USE_TEI, VAR_CURRENT_CONTAINER_VIEW, VAR_CURRENT_TILED_VIEW
 
Fields inherited from class javax.servlet.jsp.tagext.TagSupport
id, pageContext
 
Fields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 
Constructor Summary
PageletTag()
           
 
Method Summary
 int doEndTag()
           
 int doStartTag()
           
 ContainerView getContainerView()
           
 javax.servlet.jsp.PageContext getPageContext()
           
 java.lang.String getType()
           
 void reset()
          Reset any cached state to allow for a new rendering of this tag instance
protected  void setContainerView(ContainerView value)
           
 void setType(java.lang.String value)
           
 boolean shouldFireChildDisplayEvents()
           
 
Methods inherited from class com.iplanet.jato.taglib.TagBase
appendStyleAttributes, checkChildType, fireBeginDisplayEvent, fireEndDisplayEvent, getElementId, getFireDisplayEvents, getName, getParentContainerView, getParentContainerViewTag, getParentViewBean, getRequestContext, getStyle, getStyleClass, getValue, getValueMap, getValues, isTrue, peekContextValue, popContainerView, popContextValue, popPageletContainerViewTag, pushContainerView, pushContextValue, pushPageletContainerViewTag, release, removeValue, setElementId, setFireDisplayEvents, setName, setStyle, setStyleClass, setValue, shouldFireDisplayEvents, writeOutput, writeOutput, writeOutput
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
findAncestorWithClass, getId, getParent, setId, setPageContext, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.iplanet.jato.taglib.ContainerViewTag
getId, getName
 

Field Detail

PAGELET_PARENT_TAG

public static final java.lang.String PAGELET_PARENT_TAG
Constructor Detail

PageletTag

public PageletTag()
Method Detail

reset

public void reset()
Description copied from class: TagBase
Reset any cached state to allow for a new rendering of this tag instance
Overrides:
reset in class TagBase

doStartTag

public int doStartTag()
               throws javax.servlet.jsp.JspException
Overrides:
doStartTag in class javax.servlet.jsp.tagext.TagSupport

doEndTag

public int doEndTag()
             throws javax.servlet.jsp.JspException
Overrides:
doEndTag in class javax.servlet.jsp.tagext.TagSupport

getType

public java.lang.String getType()

setType

public void setType(java.lang.String value)

getContainerView

public ContainerView getContainerView()
Specified by:
getContainerView in interface ContainerViewTag

setContainerView

protected void setContainerView(ContainerView value)

shouldFireChildDisplayEvents

public boolean shouldFireChildDisplayEvents()
                                     throws javax.servlet.jsp.JspException
Specified by:
shouldFireChildDisplayEvents in interface ContainerViewTag

getPageContext

public javax.servlet.jsp.PageContext getPageContext()
Specified by:
getPageContext in interface ContainerViewTag