com.iplanet.jato.taglib
Class UseViewBeanTag
java.lang.Object
|
+--javax.servlet.jsp.tagext.TagSupport
|
+--com.iplanet.jato.taglib.TagBase
|
+--com.iplanet.jato.taglib.UseViewBeanTag
- All Implemented Interfaces:
- ContainerViewTag, java.io.Serializable, javax.servlet.jsp.tagext.Tag
- public class UseViewBeanTag
- extends TagBase
- implements ContainerViewTag
- Version:
- JATO/1.2.2 $Id: UseViewBeanTag.java,v 1.25 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 |
DEFAULT_VIEW_BEAN_NAME
public static final java.lang.String DEFAULT_VIEW_BEAN_NAME
FIRE_CHILD_DISPLAY_EVENTS_PROPERTY
public static final java.lang.String FIRE_CHILD_DISPLAY_EVENTS_PROPERTY
UseViewBeanTag
public UseViewBeanTag()
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
outputMessageBuffer
protected void outputMessageBuffer(RequestContext requestContext)
getPageContext
public javax.servlet.jsp.PageContext getPageContext()
- Specified by:
getPageContext
in interface ContainerViewTag
pushViewBean
public void pushViewBean(javax.servlet.jsp.PageContext context)
- This method is also called from the pagelet tag to initialize
the pagelet page context
popViewBean
public void popViewBean(javax.servlet.jsp.PageContext context)
- This method is also called from the pagelet tag to deinitialize
the pagelet page context
getViewBean
public ViewBean getViewBean()
setViewBean
protected void setViewBean(ViewBean value)
getContainerView
public ContainerView getContainerView()
- Specified by:
getContainerView
in interface ContainerViewTag
shouldFireChildDisplayEvents
public boolean shouldFireChildDisplayEvents()
- Specified by:
shouldFireChildDisplayEvents
in interface ContainerViewTag
getClassName
public java.lang.String getClassName()
setClassName
public void setClassName(java.lang.String value)
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)