Uses of Class
org.apache.jasper.JspCompilationContext
Packages that use JspCompilationContext
Package
Description
-
Uses of JspCompilationContext in org.apache.jasper
Methods in org.apache.jasper with parameters of type JspCompilationContextModifier and TypeMethodDescriptionvoidJspC.generateWebMapping(String file, JspCompilationContext clctxt) -
Uses of JspCompilationContext in org.apache.jasper.compiler
Fields in org.apache.jasper.compiler declared as JspCompilationContextMethods in org.apache.jasper.compiler that return JspCompilationContextMethods in org.apache.jasper.compiler with parameters of type JspCompilationContextModifier and TypeMethodDescriptionstatic InputStreamJspUtil.getInputStream(String fname, JarFile jarFile, JspCompilationContext ctxt, ErrorDispatcher err) voidAntJavaCompiler.init(JspCompilationContext ctxt, ErrorDispatcher errDispatcher, boolean suppressLogging) voidJDTJavaCompiler.init(JspCompilationContext ctxt, ErrorDispatcher errDispatcher, boolean suppressLogging) voidJsr199JavaCompiler.init(JspCompilationContext ctxt, ErrorDispatcher errDispatcher, boolean suppressLogging) voidNullJavaCompiler.init(JspCompilationContext ctxt, ErrorDispatcher errDispatcher, boolean suppressLogging) Constructors in org.apache.jasper.compiler with parameters of type JspCompilationContextModifierConstructorDescriptionCompiler(JspCompilationContext ctxt, JspServletWrapper jsw) Compiler(JspCompilationContext ctxt, JspServletWrapper jsw, boolean jspcMode) TagLibraryInfoImpl(JspCompilationContext ctxt, org.apache.jasper.compiler.ParserController pc, String prefix, String uriIn, String[] location, ErrorDispatcher err) Constructor which builds a TagLibraryInfoImpl by parsing a TLD. -
Uses of JspCompilationContext in org.apache.jasper.servlet
Methods in org.apache.jasper.servlet that return JspCompilationContext -
Uses of JspCompilationContext in org.apache.jasper.xmlparser
Methods in org.apache.jasper.xmlparser with parameters of type JspCompilationContextModifier and TypeMethodDescriptionstatic Object[]XMLEncodingDetector.getEncoding(String fname, JarFile jarFile, JspCompilationContext ctxt, ErrorDispatcher err) Autodetects the encoding of the XML document supplied by the given input stream.