| Package | Description |
|---|---|
| org.tinygroup.jspengine | |
| org.tinygroup.jspengine.compiler | |
| org.tinygroup.jspengine.servlet | |
| org.tinygroup.jspengine.xmlparser |
| Modifier and Type | Method and Description |
|---|---|
void |
JspC.generateWebMapping(String file,
JspCompilationContext clctxt) |
| Modifier and Type | Field and Description |
|---|---|
protected JspCompilationContext |
Compiler.ctxt |
| Modifier and Type | Method and Description |
|---|---|
JspCompilationContext |
Compiler.getCompilationContext() |
| Modifier and Type | Method and 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) |
| Constructor and Description |
|---|
Compiler(JspCompilationContext ctxt,
JspServletWrapper jsw) |
Compiler(JspCompilationContext ctxt,
JspServletWrapper jsw,
boolean jspcMode) |
TagLibraryInfoImpl(JspCompilationContext ctxt,
org.tinygroup.jspengine.compiler.ParserController pc,
String prefix,
String uriIn,
String[] location,
ErrorDispatcher err)
Constructor which builds a TagLibraryInfoImpl by parsing a TLD.
|
| Modifier and Type | Method and Description |
|---|---|
JspCompilationContext |
JspServletWrapper.getJspEngineContext() |
| Modifier and Type | Method and 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.
|
Copyright © 2006–2018 TinyGroup. All rights reserved.