com.iplanet.jato.taglib
Class UseContainerViewTag
java.lang.Object
|
+--javax.servlet.jsp.tagext.TagSupport
|
+--com.iplanet.jato.taglib.TagBase
|
+--com.iplanet.jato.taglib.UseContainerViewTag
- All Implemented Interfaces:
- ContainerViewTag, java.io.Serializable, javax.servlet.jsp.tagext.Tag
- public class UseContainerViewTag
- extends TagBase
- implements ContainerViewTag
- Version:
- JATO/1.2.2 $Id: UseContainerViewTag.java,v 1.18 2002/03/16 03:26:35 todd Exp $
- See Also:
- Serialized Form
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 |
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 |
UseContainerViewTag
public UseContainerViewTag()
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
invokeContainerBeginDisplayEvent
protected void invokeContainerBeginDisplayEvent(ContainerView containerView)
throws javax.servlet.jsp.JspException
invokeContainerEndDisplayEvent
protected void invokeContainerEndDisplayEvent(ContainerView containerView)
throws javax.servlet.jsp.JspException
doEndTag
public int doEndTag()
throws javax.servlet.jsp.JspException
- /
public void doInitBody()
throws JspException
{
// Do nothing
}
// Body support disabled until JSP 1.2 support is available
/**
/
public int doAfterBody()
throws JspException
{
// Do nothing
return SKIP_BODY;
}
/**
- Overrides:
doEndTag
in class javax.servlet.jsp.tagext.TagSupport
getType
public java.lang.String getType()
setType
public void setType(java.lang.String value)
getFireChildDisplayEvents
public java.lang.String getFireChildDisplayEvents()
setFireChildDisplayEvents
public void setFireChildDisplayEvents(java.lang.String value)
getContainerView
public ContainerView getContainerView()
- /
public BodyContent getBodyContent()
{
return bodyContent;
}
// Body support disabled until JSP 1.2 support is available
/**
/
public void setBodyContent(BodyContent value)
{
bodyContent=value;
}
////////////////////////////////////////////////////////////////////////////////
// Accessors & mutators (for child tags)
////////////////////////////////////////////////////////////////////////////////
/**
- 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