Uses of Interface
org.apache.sling.scripting.jsp.jasper.Options
Packages that use Options
Package
Description
-
Uses of Options in org.apache.sling.scripting.jsp.jasper
Methods in org.apache.sling.scripting.jsp.jasper that return OptionsModifier and TypeMethodDescriptionJspCompilationContext.getOptions()
Get hold of the Options object for this context.Constructors in org.apache.sling.scripting.jsp.jasper with parameters of type OptionsModifierConstructorDescriptionJspCompilationContext
(String jspUri, boolean isErrPage, Options options, javax.servlet.ServletContext context, JspRuntimeContext rctxt) JspCompilationContext
(String jspUri, boolean isErrPage, Options options, javax.servlet.ServletContext context, JspRuntimeContext rctxt, String basePckName) JspCompilationContext
(String tagfile, javax.servlet.jsp.tagext.TagInfo tagInfo, Options options, javax.servlet.ServletContext context, JspRuntimeContext rctxt, URL tagFileJarUrl) -
Uses of Options in org.apache.sling.scripting.jsp.jasper.compiler
Constructors in org.apache.sling.scripting.jsp.jasper.compiler with parameters of type OptionsModifierConstructorDescriptionJspRuntimeContext
(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 OptionsModifierConstructorDescriptionJspServletWrapper
(javax.servlet.ServletConfig config, Options options, String jspUri, boolean isErrorPage, JspRuntimeContext rctxt) JspServletWrapper for JSP pages.JspServletWrapper
(javax.servlet.ServletConfig config, Options options, String jspUri, boolean isErrorPage, JspRuntimeContext rctxt, javax.servlet.Servlet servlet) JspServletWrapper for precompiled JSPsJspServletWrapper
(javax.servlet.ServletContext servletContext, Options options, String tagFilePath, javax.servlet.jsp.tagext.TagInfo tagInfo, JspRuntimeContext rctxt, URL tagFileJarUrl) JspServletWrapper for tag files.