This project has retired. For details please refer to its Attic page.
JspUtil (Tiles 2 2.0.7 API)

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 Object

Utility class for working within a Jsp environment.

Version:
$Rev: 619574 $ $Date: 2008-02-07 20:09:33 +0100 (Thu, 07 Feb 2008) $

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

isForceInclude

public static boolean isForceInclude(PageContext context)
Returns true if forced include of the result is needed.

Parameters:
context - The page context.
Returns:
If true the include operation must be forced.
Since:
2.0.6

setForceInclude

public static void setForceInclude(PageContext context,
                                   boolean forceInclude)
Sets the option that enables the forced include of the response.

Parameters:
context - The page context.
forceInclude - If true the include operation must be forced.
Since:
2.0.6


Copyright © 2001-2008 Apache Software Foundation. All Rights Reserved.