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 void
JspC. 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 JspCompilationContext
Compiler. ctxt
Methods in org.apache.jasper.compiler that return JspCompilationContext Modifier and Type Method Description JspCompilationContext
Compiler. getCompilationContext()
Methods in org.apache.jasper.compiler with parameters of type JspCompilationContext Modifier and Type Method Description static InputStream
JspUtil. getInputStream(String fname, JarFile jarFile, JspCompilationContext ctxt, ErrorDispatcher err)
void
AntJavaCompiler. init(JspCompilationContext ctxt, ErrorDispatcher errDispatcher, boolean suppressLogging)
void
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)
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 JspCompilationContext
JspServletWrapper. 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.
-