|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tiles.jsp.context.JspUtil
public final class JspUtil
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 |
---|
public static void doInclude(javax.servlet.jsp.PageContext pageContext, java.lang.String uri, boolean flush) throws javax.servlet.jsp.JspException
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
javax.servlet.jsp.JspException
- If an underlying exception happens.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |