com.arsdigita.bebop.jsp
Class ShowAll

java.lang.Object
  extended byjavax.servlet.jsp.tagext.TagSupport
      extended byjavax.servlet.jsp.tagext.BodyTagSupport
          extended bycom.arsdigita.bebop.jsp.ShowComponent
              extended bycom.arsdigita.bebop.jsp.ShowContainer
                  extended bycom.arsdigita.bebop.jsp.ShowAll
All Implemented Interfaces:
javax.servlet.jsp.tagext.BodyTag, javax.servlet.jsp.tagext.IterationTag, com.arsdigita.bebop.jsp.JSPConstants, Serializable, javax.servlet.jsp.tagext.Tag

public class ShowAll
extends ShowContainer

A simple replacement for ShowPage which simply passes the input document from DefinePage straight through to the presentation manager. So rather than having to put a <show:component> tag for every <define:component> tag, you simply need a single <show:all> tag.

See Also:
Serialized Form

Field Summary
static org.apache.log4j.Logger s_log
           
static String versionId
           
 
Fields inherited from class com.arsdigita.bebop.jsp.ShowComponent
BEBOP_XMLNS, INPUT_DOC_ATTRIBUTE, INPUT_PAGE_STATE_ATTRIBUTE, SLAVE_DOC, SLAVE_INPUT_DOC
 
Fields inherited from class javax.servlet.jsp.tagext.BodyTagSupport
bodyContent
 
Fields inherited from class javax.servlet.jsp.tagext.TagSupport
id, pageContext
 
Fields inherited from interface javax.servlet.jsp.tagext.BodyTag
EVAL_BODY_BUFFERED, EVAL_BODY_TAG
 
Fields inherited from interface javax.servlet.jsp.tagext.IterationTag
EVAL_BODY_AGAIN
 
Fields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 
Constructor Summary
ShowAll()
           
 
Method Summary
 int doEndTag()
          Serves the result document with a presentation manager.
 int doStartTag()
          Creates a new result document
 
Methods inherited from class com.arsdigita.bebop.jsp.ShowContainer
doAfterBody
 
Methods inherited from class com.arsdigita.bebop.jsp.ShowComponent
getName, setName
 
Methods inherited from class javax.servlet.jsp.tagext.BodyTagSupport
doInitBody, getBodyContent, getPreviousOut, release, setBodyContent
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.servlet.jsp.tagext.Tag
getParent, setPageContext, setParent
 

Field Detail

s_log

public static final org.apache.log4j.Logger s_log

versionId

public static final String versionId
See Also:
Constant Field Values
Constructor Detail

ShowAll

public ShowAll()
Method Detail

doStartTag

public int doStartTag()
               throws javax.servlet.jsp.JspException
Creates a new result document

Specified by:
doStartTag in interface javax.servlet.jsp.tagext.Tag
Overrides:
doStartTag in class ShowContainer
Throws:
javax.servlet.jsp.JspException

doEndTag

public int doEndTag()
             throws javax.servlet.jsp.JspException
Serves the result document with a presentation manager.

Specified by:
doEndTag in interface javax.servlet.jsp.tagext.Tag
Overrides:
doEndTag in class ShowContainer
Throws:
javax.servlet.jsp.JspException


Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 20 2004:2337 UTC