Package org.apache.tiles.request.jsp
Class JspUtil
java.lang.Object
org.apache.tiles.request.jsp.JspUtil
JSP utilities for JSP requests and related.
-
Method Summary
Modifier and TypeMethodDescriptionstatic ApplicationContext
getApplicationContext
(jakarta.servlet.jsp.JspContext jspContext) Returns the application context.
-
Method Details
-
getApplicationContext
Returns the application context. It must be first saved creating anApplicationContext
and usingApplicationAccess.register(ApplicationContext)
.- Parameters:
jspContext
- The JSP context.- Returns:
- The application context.
-