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 SummaryModifier and TypeMethodDescriptionstatic ApplicationContextgetApplicationContext(jakarta.servlet.jsp.JspContext jspContext) Returns the application context.
- 
Method Details- 
getApplicationContextReturns the application context. It must be first saved creating anApplicationContextand usingApplicationAccess.register(ApplicationContext).- Parameters:
- jspContext- The JSP context.
- Returns:
- The application context.
 
 
-