org.apache.tiles.jsp.context
Class JspUtil

Package class diagram package JspUtil
java.lang.Object
  extended by org.apache.tiles.jsp.context.JspUtil

public final class JspUtil
extends java.lang.Object

Utility class for working within a Jsp environment.


Method Summary
static void doInclude(javax.servlet.jsp.PageContext pageContext, java.lang.String uri, boolean flush)
          Includes an URI in the JSP response.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

doInclude

public static void doInclude(javax.servlet.jsp.PageContext pageContext,
                             java.lang.String uri,
                             boolean flush)
                      throws javax.servlet.jsp.JspException
Includes an URI in the JSP response.

Parameters:
pageContext - The page context to use.
uri - The URI to include.
flush - true means that the buffer should be flushed at the end of this operation
Throws:
javax.servlet.jsp.JspException - If an underlying exception happens.