Uses of Class
org.apache.sling.scripting.jsp.jasper.servlet.JspServletWrapper

Packages that use JspServletWrapper
org.apache.sling.scripting.jsp   
org.apache.sling.scripting.jsp.jasper   
org.apache.sling.scripting.jsp.jasper.compiler   
 

Uses of JspServletWrapper in org.apache.sling.scripting.jsp
 

Subclasses of JspServletWrapper in org.apache.sling.scripting.jsp
 class JspServletWrapperAdapter
          The JspServletWrapperAdapter TODO
 

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

Fields in org.apache.sling.scripting.jsp.jasper declared as JspServletWrapper
protected  JspServletWrapper JspCompilationContext.jsw
           
 

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

Fields in org.apache.sling.scripting.jsp.jasper.compiler declared as JspServletWrapper
protected  JspServletWrapper Compiler.jsw
           
 

Methods in org.apache.sling.scripting.jsp.jasper.compiler that return JspServletWrapper
 JspServletWrapper JspRuntimeContext.getAWrapper()
           
 JspServletWrapper JspRuntimeContext.getWrapper(String jspUri)
          Get an already existing JspServletWrapper.
 

Methods in org.apache.sling.scripting.jsp.jasper.compiler with parameters of type JspServletWrapper
 void JspRuntimeContext.addJspDependencies(JspServletWrapper jsw)
           
 void JspRuntimeContext.addWrapper(String jspUri, JspServletWrapper jsw)
          Add a new JspServletWrapper.
 void Compiler.init(JspCompilationContext ctxt, JspServletWrapper jsw)
           
 



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