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
Fields in org.apache.jasper declared as JspRuntimeContext Modifier and Type Field Description protected JspRuntimeContextJspC. rctxtThe runtime context.Methods in org.apache.jasper that return JspRuntimeContext Modifier and Type Method Description JspRuntimeContextJspCompilationContext. getRuntimeContext()Constructors in org.apache.jasper with parameters of type JspRuntimeContext Constructor Description JspCompilationContext(java.lang.String tagfile, TagInfo tagInfo, Options options, ServletContext context, JspServletWrapper jsw, JspRuntimeContext rctxt, Jar tagJar)JspCompilationContext(java.lang.String jspUri, Options options, ServletContext context, JspServletWrapper jsw, JspRuntimeContext rctxt) -
Uses of JspRuntimeContext in org.apache.jasper.servlet
Constructors in org.apache.jasper.servlet with parameters of type JspRuntimeContext Constructor Description JspServletWrapper(ServletConfig config, Options options, java.lang.String jspUri, JspRuntimeContext rctxt)JspServletWrapper(ServletContext servletContext, Options options, java.lang.String tagFilePath, TagInfo tagInfo, JspRuntimeContext rctxt, Jar tagJar)
-