|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.tiles.jsp.context.JspUtil
public final class JspUtil
Utility class for working within a Jsp environment.
Method Summary | |
---|---|
static boolean |
isForceInclude(PageContext context)
Returns true if forced include of the result is needed. |
static void |
setForceInclude(PageContext context,
boolean forceInclude)
Sets the option that enables the forced include of the response. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static boolean isForceInclude(PageContext context)
context
- The page context.
true
the include operation must be forced.public static void setForceInclude(PageContext context, boolean forceInclude)
context
- The page context.forceInclude
- If true
the include operation must be
forced.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |