Uses of Class
org.apache.sling.scripting.jsp.jasper.compiler.JspRuntimeContext

Packages that use JspRuntimeContext
org.apache.sling.scripting.jsp.jasper   
org.apache.sling.scripting.jsp.jasper.servlet   
 

Uses of JspRuntimeContext in org.apache.sling.scripting.jsp.jasper
 

Fields in org.apache.sling.scripting.jsp.jasper declared as JspRuntimeContext
protected  JspRuntimeContext JspCompilationContext.rctxt
           
 

Methods in org.apache.sling.scripting.jsp.jasper that return JspRuntimeContext
 JspRuntimeContext JspCompilationContext.getRuntimeContext()
           
 

Constructors in org.apache.sling.scripting.jsp.jasper with parameters of type JspRuntimeContext
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.sling.scripting.jsp.jasper.servlet
 

Constructors in org.apache.sling.scripting.jsp.jasper.servlet with parameters of type JspRuntimeContext
JspServletWrapper(javax.servlet.ServletConfig config, Options options, String jspUri, boolean isErrorPage, JspRuntimeContext rctxt)
           
JspServletWrapper(javax.servlet.ServletContext servletContext, Options options, String tagFilePath, javax.servlet.jsp.tagext.TagInfo tagInfo, JspRuntimeContext rctxt, URL tagFileJarUrl)
          JspServletWrapper for tag files.
 



Copyright © 2007-2013 The Apache Software Foundation. All Rights Reserved.