|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JspCompilationContext | |
---|---|
org.apache.struts2.jasper | |
org.apache.struts2.jasper.compiler | |
org.apache.struts2.jasper.servlet | |
org.apache.struts2.jasper.xmlparser |
Uses of JspCompilationContext in org.apache.struts2.jasper |
---|
Methods in org.apache.struts2.jasper with parameters of type JspCompilationContext | |
---|---|
void |
JspC.generateWebMapping(java.lang.String file,
JspCompilationContext clctxt)
|
Uses of JspCompilationContext in org.apache.struts2.jasper.compiler |
---|
Fields in org.apache.struts2.jasper.compiler declared as JspCompilationContext | |
---|---|
protected JspCompilationContext |
Compiler.ctxt
|
Methods in org.apache.struts2.jasper.compiler that return JspCompilationContext | |
---|---|
JspCompilationContext |
Compiler.getCompilationContext()
|
Methods in org.apache.struts2.jasper.compiler with parameters of type JspCompilationContext | |
---|---|
static JavacErrorDetail |
ErrorDispatcher.createJavacError(java.lang.String fname,
Node.Nodes page,
java.lang.StringBuffer errMsgBuf,
int lineNum,
JspCompilationContext ctxt)
|
static java.lang.String[] |
SmapUtil.generateSmap(JspCompilationContext ctxt,
Node.Nodes pageNodes)
Generates an appropriate SMAP representing the current compilation context. |
static java.io.InputStream |
JspUtil.getInputStream(java.lang.String fname,
java.util.jar.JarFile jarFile,
JspCompilationContext ctxt,
ErrorDispatcher err)
|
void |
Compiler.init(JspCompilationContext ctxt,
JspServletWrapper jsw)
|
Constructors in org.apache.struts2.jasper.compiler with parameters of type JspCompilationContext | |
---|---|
JavacErrorDetail(java.lang.String javaFileName,
int javaLineNum,
java.lang.String jspFileName,
int jspBeginLineNum,
java.lang.StringBuffer errMsg,
JspCompilationContext ctxt)
|
Uses of JspCompilationContext in org.apache.struts2.jasper.servlet |
---|
Methods in org.apache.struts2.jasper.servlet that return JspCompilationContext | |
---|---|
JspCompilationContext |
JspServletWrapper.getJspEngineContext()
|
Uses of JspCompilationContext in org.apache.struts2.jasper.xmlparser |
---|
Methods in org.apache.struts2.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 |