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(String file, JspCompilationContext clctxt) -
Uses of JspCompilationContext in org.apache.jasper.compiler
Fields in org.apache.jasper.compiler declared as JspCompilationContext Modifier and Type Field Description protected JspCompilationContextCompiler. ctxtMethods in org.apache.jasper.compiler that return JspCompilationContext Modifier and Type Method Description JspCompilationContextCompiler. getCompilationContext()Methods in org.apache.jasper.compiler with parameters of type JspCompilationContext Modifier and Type Method Description static 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 JspCompilationContext Constructor Description Compiler(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 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 Object[]XMLEncodingDetector. getEncoding(String fname, JarFile jarFile, JspCompilationContext ctxt, ErrorDispatcher err)Autodetects the encoding of the XML document supplied by the given input stream.
-