|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.tiles.servlet.context.ServletUtil
public final class ServletUtil
Utilities for Tiles servlet support.
Field Summary | |
---|---|
static String |
FORCE_INCLUDE_ATTRIBUTE_NAME
Name of the attribute used to store the force-include option. |
Method Summary | |
---|---|
static boolean |
isForceInclude(HttpServletRequest request)
Returns true if forced include of the result is needed. |
static void |
setForceInclude(HttpServletRequest request,
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 |
Field Detail |
---|
public static final String FORCE_INCLUDE_ATTRIBUTE_NAME
Method Detail |
---|
public static boolean isForceInclude(HttpServletRequest request)
request
- The HTTP request.
true
the include operation must be forced.public static void setForceInclude(HttpServletRequest request, boolean forceInclude)
request
- The HTTP request.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 |