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
 

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(java.lang.String jspUri, boolean isErrPage, Options options, javax.servlet.ServletContext context, JspServletWrapper jsw, JspRuntimeContext rctxt)
           
JspCompilationContext(java.lang.String tagfile, javax.servlet.jsp.tagext.TagInfo tagInfo, Options options, javax.servlet.ServletContext context, JspServletWrapper jsw, JspRuntimeContext rctxt, java.net.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, java.lang.String jspUri, boolean isErrorPage, JspRuntimeContext rctxt)
          JspServletWrapper for JSP pages.
JspServletWrapper(javax.servlet.ServletContext servletContext, Options options, java.lang.String tagFilePath, javax.servlet.jsp.tagext.TagInfo tagInfo, JspRuntimeContext rctxt, java.net.URL tagFileJarUrl)
          JspServletWrapper for tag files.
 



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