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

Packages that use Options
org.apache.sling.maven.jspc   
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.maven.jspc
 

Classes in org.apache.sling.maven.jspc that implement Options
 class JspcMojo
          The JspcMojo is implements the Sling Maven JspC goal jspc compiling JSP into the target and creating a component descriptor for Declarative Services to use the JSP with the help of the appropriate adapter as component.
 

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.
 

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

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(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 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)
          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, 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.