org.apache.tiles.request.jsp
Class JspUtil

Package class diagram package JspUtil
java.lang.Object
  extended by org.apache.tiles.request.jsp.JspUtil

public final class JspUtil
extends Object

JSP utilities for JSP requests and related.

Version:
$Rev: 1229087 $ $Date: 2012-01-09 05:35:14 -0500 (Mon, 09 Jan 2012) $

Method Summary
static ApplicationContext getApplicationContext(JspContext jspContext)
          Returns the application context.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getApplicationContext

public static ApplicationContext getApplicationContext(JspContext jspContext)
Returns the application context. It must be first saved creating an ApplicationContext and using ApplicationAccess.register(ApplicationContext).

Parameters:
jspContext - The JSP context.
Returns:
The application context.


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