Package | Description |
---|---|
org.apache.jasper.compiler | |
org.apache.jasper.servlet | |
org.apache.jasper.xmlparser |
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 JavacErrorDetail |
ErrorDispatcher.createJavacError(String fname,
Node.Nodes page,
StringBuilder errMsgBuf,
int lineNum,
JspCompilationContext ctxt) |
static String[] |
SmapUtil.generateSmap(JspCompilationContext ctxt,
Node.Nodes pageNodes)
Generates an appropriate SMAP representing the current compilation
context.
|
static InputSource |
JspUtil.getInputSource(String fname,
Jar jar,
JspCompilationContext ctxt) |
static InputStream |
JspUtil.getInputStream(String fname,
Jar jar,
JspCompilationContext ctxt) |
void |
Compiler.init(JspCompilationContext ctxt,
JspServletWrapper jsw) |
String |
ELInterpreterFactory.DefaultELInterpreter.interpreterCall(JspCompilationContext context,
boolean isTagFile,
String expression,
Class<?> expectedType,
String fnmapvar) |
String |
ELInterpreter.interpreterCall(JspCompilationContext context,
boolean isTagFile,
String expression,
Class<?> expectedType,
String fnmapvar)
Returns the string representing the code that will be inserted into the
servlet generated for JSP.
|
Constructor and Description |
---|
JavacErrorDetail(String javaFileName,
int javaLineNum,
String jspFileName,
int jspBeginLineNum,
StringBuilder errMsg,
JspCompilationContext ctxt)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
JspCompilationContext |
JspServletWrapper.getJspEngineContext() |
Modifier and Type | Method and Description |
---|---|
static Object[] |
XMLEncodingDetector.getEncoding(String fname,
Jar jar,
JspCompilationContext ctxt,
ErrorDispatcher err)
Autodetects the encoding of the XML document supplied by the given
input stream.
|
Copyright © 2016 JBoss by Red Hat. All rights reserved.