Uses of Interface
org.apache.sling.scripting.jsp.jasper.Options

Packages that use Options
org.apache.sling.scripting.jsp   
org.apache.sling.scripting.jsp.jasper   
org.apache.sling.scripting.jsp.jasper.compiler   
org.apache.sling.scripting.jsp.jasper.servlet   
 

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

Classes in org.apache.sling.scripting.jsp that implement Options
 class JspServletOptions
          A class to hold all init parameters specific to the JSP engine.
 

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

Classes in org.apache.sling.scripting.jsp.jasper that implement Options
 class EmbeddedServletOptions
          A class to hold all init parameters specific to the JSP engine.
 

Methods in org.apache.sling.scripting.jsp.jasper that return Options
 Options JspCompilationContext.getOptions()
          Get hold of the Options object for this context.
 

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

Fields in org.apache.sling.scripting.jsp.jasper.compiler declared as Options
protected  Options Compiler.options
           
 

Constructors in org.apache.sling.scripting.jsp.jasper.compiler with parameters of type Options
JspRuntimeContext(javax.servlet.ServletContext context, Options options, IOProvider ioProvider)
          Create a JspRuntimeContext for a web application context.
 

Uses of Options in org.apache.sling.scripting.jsp.jasper.servlet
 

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