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 TypeMethodDescriptionvoid
JspC.generateWebMapping
(String file, JspCompilationContext clctxt) private void
JspC.initClassLoader
(JspCompilationContext clctxt) Initializes the classloader as/if needed for the given compilation context. -
Uses of JspCompilationContext in org.apache.jasper.compiler
Fields in org.apache.jasper.compiler declared as JspCompilationContextModifier and TypeFieldDescriptionprivate JspCompilationContext
JspReader.context
private JspCompilationContext
AntJavaCompiler.ctxt
protected JspCompilationContext
Compiler.ctxt
private JspCompilationContext
Generator.ctxt
private JspCompilationContext
JDTJavaCompiler.ctxt
private JspCompilationContext
JspDocumentParser.ctxt
private JspCompilationContext
Jsr199JavaCompiler.ctxt
private JspCompilationContext
Mark.ctxt
private JspCompilationContext
NullJavaCompiler.ctxt
private JspCompilationContext
Parser.ctxt
private JspCompilationContext
ParserController.ctxt
private JspCompilationContext
SmapUtil.ctxt
private JspCompilationContext
TagLibraryInfoImpl.ctxt
private JspCompilationContext
Validator.ValidateVisitor.ctxt
Methods in org.apache.jasper.compiler that return JspCompilationContextModifier and TypeMethodDescriptionCompiler.getCompilationContext()
(package private) JspCompilationContext
JspReader.getJspCompilationContext()
ParserController.getJspCompilationContext()
Methods in org.apache.jasper.compiler with parameters of type JspCompilationContextModifier and TypeMethodDescriptionprivate String[]
TagLibraryInfoImpl.generateTLDLocation
(String uri, JspCompilationContext ctxt) static InputStream
JspUtil.getInputStream
(String fname, JarFile jarFile, JspCompilationContext ctxt, ErrorDispatcher err) (package private) static InputStreamReader
JspUtil.getReader
(String fname, String encoding, JarFile jarFile, JspCompilationContext ctxt, ErrorDispatcher err) void
AntJavaCompiler.init
(JspCompilationContext ctxt, ErrorDispatcher errDispatcher, boolean suppressLogging) void
JavaCompiler.init
(JspCompilationContext ctxt, ErrorDispatcher err, boolean suppressLogging) Initializationsvoid
JDTJavaCompiler.init
(JspCompilationContext ctxt, ErrorDispatcher errDispatcher, boolean suppressLogging) void
Jsr199JavaCompiler.init
(JspCompilationContext ctxt, ErrorDispatcher errDispatcher, boolean suppressLogging) void
NullJavaCompiler.init
(JspCompilationContext ctxt, ErrorDispatcher errDispatcher, boolean suppressLogging) private void
ImplicitTagLibraryInfo.parseImplicitTld
(JspCompilationContext ctxt, String path) Parses the JSP version and tlib-version from the implicit.tld at the given path.private void
TagLibraryInfoImpl.parseTLD
(JspCompilationContext ctxt, String uri, InputStream in, URL jarFileUrl) Constructors in org.apache.jasper.compiler with parameters of type JspCompilationContextModifierConstructorDescriptionCompiler
(JspCompilationContext ctxt, JspServletWrapper jsw) Compiler
(JspCompilationContext ctxt, JspServletWrapper jsw, boolean jspcMode) ImplicitTagLibraryInfo
(JspCompilationContext ctxt, ParserController pc, String prefix, String tagdir, ErrorDispatcher err) Constructor.JspReader
(JspCompilationContext ctxt, String fname, String encoding, InputStreamReader reader, ErrorDispatcher err) JspReader
(JspCompilationContext ctxt, String fname, String encoding, JarFile jarFile, ErrorDispatcher err) (package private)
Mark
(JspCompilationContext ctxt, String filename, int line, int col) ConstructorParserController
(JspCompilationContext ctxt, Compiler compiler) (package private)
TagLibraryInfoImpl
(JspCompilationContext ctxt, 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
Fields in org.apache.jasper.servlet declared as JspCompilationContextMethods 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.