|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JspCompilationContext | |
|---|---|
| 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 | |
|---|---|
void |
JspC.generateWebMapping(java.lang.String file,
JspCompilationContext clctxt)
|
| Uses of JspCompilationContext in org.apache.jasper.compiler |
|---|
| Fields in org.apache.jasper.compiler declared as JspCompilationContext | |
|---|---|
protected JspCompilationContext |
Compiler.ctxt
|
| Methods in org.apache.jasper.compiler that return JspCompilationContext | |
|---|---|
JspCompilationContext |
Compiler.getCompilationContext()
|
| Methods in org.apache.jasper.compiler with parameters of type JspCompilationContext | |
|---|---|
static java.io.InputStream |
JspUtil.getInputStream(java.lang.String fname,
java.util.jar.JarFile jarFile,
JspCompilationContext ctxt,
ErrorDispatcher err)
|
void |
JDTJavaCompiler.init(JspCompilationContext ctxt,
ErrorDispatcher errDispatcher,
boolean suppressLogging)
|
void |
AntJavaCompiler.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 | |
|---|---|
Compiler(JspCompilationContext ctxt,
JspServletWrapper jsw)
|
|
Compiler(JspCompilationContext ctxt,
JspServletWrapper jsw,
boolean jspcMode)
|
|
TagLibraryInfoImpl(JspCompilationContext ctxt,
org.apache.jasper.compiler.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 |
|---|
| Methods in org.apache.jasper.servlet that return JspCompilationContext | |
|---|---|
JspCompilationContext |
JspServletWrapper.getJspEngineContext()
|
| Uses of JspCompilationContext in org.apache.jasper.xmlparser |
|---|
| Methods in org.apache.jasper.xmlparser with parameters of type JspCompilationContext | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||