Class SubviewTag

  • All Implemented Interfaces:
    javax.servlet.jsp.tagext.BodyTag, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.JspIdConsumer, javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.Tag

    public class SubviewTag
    extends UIComponentELTag
    Version:
    $Revision$ $Date$
    Author:
    Thomas Spiegl (latest modification by $Author$)
    • Constructor Detail

      • SubviewTag

        public SubviewTag()
    • Method Detail

      • createVerbatimComponentFromBodyContent

        protected UIComponent createVerbatimComponentFromBodyContent()
        Creates a UIComponent from the BodyContent If a Subview is included via the <jsp:include> tag the corresponding jsp is rendered with getServletContext().getRequestDispatcher("includedSite").include(request,response) and it is possible that something was written to the Response direct. So is is necessary that the content of the wrapped response is added to the componenttree.
        Overrides:
        createVerbatimComponentFromBodyContent in class UIComponentClassicTagBase
        Returns:
        UIComponent or null