Uses of Class
org.apache.jasper.JspCompilationContext
-
Packages that use JspCompilationContext Package Description org.apache.jasper org.apache.jasper.compiler org.apache.jasper.servlet org.apache.jasper.xmlparser -
-
Uses of JspCompilationContext in org.apache.jasper
Methods in org.apache.jasper with parameters of type JspCompilationContext Modifier and Type Method Description voidJspC. generateWebMapping(java.lang.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 JspCompilationContext Modifier and Type Field Description private 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 JspCompilationContext Modifier and Type Method Description JspCompilationContextCompiler. getCompilationContext()(package private) JspCompilationContextJspReader. getJspCompilationContext()JspCompilationContextParserController. getJspCompilationContext()Methods in org.apache.jasper.compiler with parameters of type JspCompilationContext Modifier and Type Method Description private java.lang.String[]TagLibraryInfoImpl. generateTLDLocation(java.lang.String uri, JspCompilationContext ctxt)static java.io.InputStreamJspUtil. getInputStream(java.lang.String fname, java.util.jar.JarFile jarFile, JspCompilationContext ctxt, ErrorDispatcher err)(package private) static java.io.InputStreamReaderJspUtil. getReader(java.lang.String fname, java.lang.String encoding, java.util.jar.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, java.lang.String path)Parses the JSP version and tlib-version from the implicit.tld at the given path.private voidTagLibraryInfoImpl. parseTLD(JspCompilationContext ctxt, java.lang.String uri, java.io.InputStream in, java.net.URL jarFileUrl)Constructors in org.apache.jasper.compiler with parameters of type JspCompilationContext Constructor Description Compiler(JspCompilationContext ctxt, JspServletWrapper jsw)Compiler(JspCompilationContext ctxt, JspServletWrapper jsw, boolean jspcMode)ImplicitTagLibraryInfo(JspCompilationContext ctxt, ParserController pc, java.lang.String prefix, java.lang.String tagdir, ErrorDispatcher err)Constructor.JspReader(JspCompilationContext ctxt, java.lang.String fname, java.lang.String encoding, java.io.InputStreamReader reader, ErrorDispatcher err)JspReader(JspCompilationContext ctxt, java.lang.String fname, java.lang.String encoding, java.util.jar.JarFile jarFile, ErrorDispatcher err)Mark(JspCompilationContext ctxt, java.lang.String filename, int line, int col)ConstructorParserController(JspCompilationContext ctxt, Compiler compiler)SmapUtil(JspCompilationContext ctxt)TagLibraryInfoImpl(JspCompilationContext ctxt, ParserController pc, java.lang.String prefix, java.lang.String uriIn, java.lang.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 JspCompilationContext Modifier and Type Field Description private JspCompilationContextJspServletWrapper. ctxtMethods in org.apache.jasper.servlet that return JspCompilationContext Modifier and Type Method Description JspCompilationContextJspServletWrapper. getJspEngineContext() -
Uses of JspCompilationContext in org.apache.jasper.xmlparser
Methods in org.apache.jasper.xmlparser with parameters of type JspCompilationContext Modifier and Type Method Description static java.lang.Object[]XMLEncodingDetector. getEncoding(java.lang.String fname, java.util.jar.JarFile jarFile, JspCompilationContext ctxt, ErrorDispatcher err)Autodetects the encoding of the XML document supplied by the given input stream.
-