Uses of Class
org.apache.jasper.JspCompilationContext
-
Packages that use JspCompilationContext Package Description org.apache.jasper org.apache.jasper.compiler org.apache.jasper.optimizations org.apache.jasper.servlet -
-
Uses of JspCompilationContext in org.apache.jasper
Methods in org.apache.jasper with parameters of type JspCompilationContext Modifier and Type Method Description voidJspC. generateWebMapping(java.lang.String file, JspCompilationContext clctxt)Adds servlet declaration and mapping for the JSP page servlet to the generated web.xml fragment. -
Uses of JspCompilationContext in org.apache.jasper.compiler
Fields in org.apache.jasper.compiler declared as JspCompilationContext Modifier and Type Field Description protected JspCompilationContextCompiler. ctxtMethods in org.apache.jasper.compiler that return JspCompilationContext Modifier and Type Method Description JspCompilationContextCompiler. getCompilationContext()Methods in org.apache.jasper.compiler with parameters of type JspCompilationContext Modifier and Type Method Description static JavacErrorDetailErrorDispatcher. createJavacError(java.lang.String fname, Node.Nodes page, java.lang.StringBuilder errMsgBuf, int lineNum, JspCompilationContext ctxt)Create a compilation error.static java.util.Map<java.lang.String,SmapStratum>SmapUtil. generateSmap(JspCompilationContext ctxt, Node.Nodes pageNodes)Generates an appropriate SMAP representing the current compilation context.static org.xml.sax.InputSourceJspUtil. getInputSource(java.lang.String fname, Jar jar, JspCompilationContext ctxt)static java.io.BufferedInputStreamJspUtil. getInputStream(java.lang.String fname, Jar jar, JspCompilationContext ctxt)voidCompiler. init(JspCompilationContext ctxt, JspServletWrapper jsw)java.lang.StringELInterpreter. interpreterCall(JspCompilationContext context, boolean isTagFile, java.lang.String expression, java.lang.Class<?> expectedType, java.lang.String fnmapvar)Returns the string representing the code that will be inserted into the servlet generated for JSP.java.lang.StringELInterpreterFactory.DefaultELInterpreter. interpreterCall(JspCompilationContext context, boolean isTagFile, java.lang.String expression, java.lang.Class<?> expectedType, java.lang.String fnmapvar)Constructors in org.apache.jasper.compiler with parameters of type JspCompilationContext Constructor Description JavacErrorDetail(java.lang.String javaFileName, int javaLineNum, java.lang.String jspFileName, int jspBeginLineNum, java.lang.StringBuilder errMsg, JspCompilationContext ctxt)Constructor. -
Uses of JspCompilationContext in org.apache.jasper.optimizations
Methods in org.apache.jasper.optimizations with parameters of type JspCompilationContext Modifier and Type Method Description java.lang.StringELInterpreterTagSetters. interpreterCall(JspCompilationContext context, boolean isTagFile, java.lang.String expression, java.lang.Class<?> expectedType, java.lang.String fnmapvar) -
Uses of JspCompilationContext in org.apache.jasper.servlet
Methods in org.apache.jasper.servlet that return JspCompilationContext Modifier and Type Method Description JspCompilationContextJspServletWrapper. getJspEngineContext()
-