Save This Page
Home » tiles-2.0.6-src » org.apache.tiles.jsp » context » [javadoc | source]
org.apache.tiles.jsp.context
public final class: JspUtil [javadoc | source]
java.lang.Object
   org.apache.tiles.jsp.context.JspUtil
Utility class for working within a Jsp environment.
Method from org.apache.tiles.jsp.context.JspUtil Summary:
isForceInclude,   setForceInclude
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.tiles.jsp.context.JspUtil Detail:
 public static boolean isForceInclude(PageContext context) 
    Returns true if forced include of the result is needed.
 public static  void setForceInclude(PageContext context,
    boolean forceInclude) 
    Sets the option that enables the forced include of the response.