Uses of Class
org.apache.jasper.compiler.JspRuntimeContext
-
Packages that use JspRuntimeContext Package Description org.apache.jasper org.apache.jasper.servlet -
-
Uses of JspRuntimeContext in org.apache.jasper
Methods in org.apache.jasper that return JspRuntimeContext Modifier and Type Method Description JspRuntimeContext
JspCompilationContext. getRuntimeContext()
Constructors in org.apache.jasper with parameters of type JspRuntimeContext Constructor Description JspCompilationContext(String jspUri, boolean isErrPage, Options options, javax.servlet.ServletContext context, JspServletWrapper jsw, JspRuntimeContext rctxt)
JspCompilationContext(String tagfile, javax.servlet.jsp.tagext.TagInfo tagInfo, Options options, javax.servlet.ServletContext context, JspServletWrapper jsw, JspRuntimeContext rctxt, URL tagFileJarUrl)
-
Uses of JspRuntimeContext in org.apache.jasper.servlet
Constructors in org.apache.jasper.servlet with parameters of type JspRuntimeContext Constructor Description JspServletWrapper(javax.servlet.ServletContext servletContext, Options options, String tagFilePath, javax.servlet.jsp.tagext.TagInfo tagInfo, JspRuntimeContext rctxt, URL tagFileJarUrl)
-