Uses of Interface
org.apache.jasper.Options
Packages that use Options
-
Uses of Options in org.apache.jasper
Classes in org.apache.jasper that implement OptionsModifier and TypeClassDescriptionfinal classA class to hold all init parameters specific to the JSP engine.classShell for the jspc compiler.Methods in org.apache.jasper that return OptionsModifier and TypeMethodDescriptionJspCompilationContext.getOptions()Get hold of the Options object for this context.Constructors in org.apache.jasper with parameters of type OptionsModifierConstructorDescriptionJspCompilationContext(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.jasper.compiler
Constructors in org.apache.jasper.compiler with parameters of type OptionsModifierConstructorDescriptionJspRuntimeContext(javax.servlet.ServletContext context, Options options) Create a JspRuntimeContext for a web application context. -
Uses of Options in org.apache.jasper.servlet
Constructors in org.apache.jasper.servlet with parameters of type OptionsModifierConstructorDescriptionJspServletWrapper(javax.servlet.ServletContext servletContext, Options options, String tagFilePath, javax.servlet.jsp.tagext.TagInfo tagInfo, JspRuntimeContext rctxt, URL tagFileJarUrl)