org.apache.tiles.request.jsp
Class JspUtil
java.lang.Object
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) $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.