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) private voidJspC.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 JspCompilationContextJspReader.contextprivate JspCompilationContextAntJavaCompiler.ctxtprotected JspCompilationContextCompiler.ctxtprivate JspCompilationContextGenerator.ctxtprivate JspCompilationContextJDTJavaCompiler.ctxtprivate JspCompilationContextJspDocumentParser.ctxtprivate JspCompilationContextJsr199JavaCompiler.ctxtprivate JspCompilationContextMark.ctxtprivate JspCompilationContextNullJavaCompiler.ctxtprivate JspCompilationContextParser.ctxtprivate JspCompilationContextParserController.ctxtprivate JspCompilationContextSmapUtil.ctxtprivate JspCompilationContextTagLibraryInfoImpl.ctxtprivate JspCompilationContextValidator.ValidateVisitor.ctxtMethods in org.apache.jasper.compiler that return JspCompilationContextModifier and TypeMethodDescriptionCompiler.getCompilationContext()(package private) JspCompilationContextJspReader.getJspCompilationContext()ParserController.getJspCompilationContext()Methods in org.apache.jasper.compiler with parameters of type JspCompilationContextModifier and TypeMethodDescriptionprivate String[]TagLibraryInfoImpl.generateTLDLocation(String uri, JspCompilationContext ctxt) static InputStreamJspUtil.getInputStream(String fname, JarFile jarFile, JspCompilationContext ctxt, ErrorDispatcher err) (package private) static InputStreamReaderJspUtil.getReader(String fname, String encoding, JarFile jarFile, JspCompilationContext ctxt, ErrorDispatcher err) voidAntJavaCompiler.init(JspCompilationContext ctxt, ErrorDispatcher errDispatcher, boolean suppressLogging) voidJavaCompiler.init(JspCompilationContext ctxt, ErrorDispatcher err, boolean suppressLogging) InitializationsvoidJDTJavaCompiler.init(JspCompilationContext ctxt, ErrorDispatcher errDispatcher, boolean suppressLogging) voidJsr199JavaCompiler.init(JspCompilationContext ctxt, ErrorDispatcher errDispatcher, boolean suppressLogging) voidNullJavaCompiler.init(JspCompilationContext ctxt, ErrorDispatcher errDispatcher, boolean suppressLogging) private voidImplicitTagLibraryInfo.parseImplicitTld(JspCompilationContext ctxt, String path) Parses the JSP version and tlib-version from the implicit.tld at the given path.private voidTagLibraryInfoImpl.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.