Uses of Class
org.apache.struts2.jasper.JspCompilationContext

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(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(String fname, Node.Nodes page, StringBuffer errMsgBuf, int lineNum, JspCompilationContext ctxt)
           
static String[] SmapUtil.generateSmap(JspCompilationContext ctxt, Node.Nodes pageNodes)
          Generates an appropriate SMAP representing the current compilation context.
static InputStream JspUtil.getInputStream(String fname, 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(String javaFileName, int javaLineNum, String jspFileName, int jspBeginLineNum, 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 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 © 2000-2012 Apache Software Foundation. All Rights Reserved.