Uses of Class
org.apache.jasper.JspCompilationContext
Packages that use JspCompilationContext
Package
Description
-
Uses of JspCompilationContext in org.apache.jasper
Methods in org.apache.jasper with parameters of type JspCompilationContextModifier and TypeMethodDescriptionvoidJspC.generateWebMapping(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 JspCompilationContextMethods in org.apache.jasper.compiler that return JspCompilationContextMethods in org.apache.jasper.compiler with parameters of type JspCompilationContextModifier and TypeMethodDescriptionstatic JavacErrorDetailErrorDispatcher.createJavacError(String fname, Node.Nodes page, StringBuilder errMsgBuf, int lineNum, JspCompilationContext ctxt) Create a compilation error.static Map<String,SmapStratum> SmapUtil.generateSmap(JspCompilationContext ctxt, Node.Nodes pageNodes) Generates an appropriate SMAP representing the current compilation context.static InputSourceJspUtil.getInputSource(String fname, Jar jar, JspCompilationContext ctxt) static BufferedInputStreamJspUtil.getInputStream(String fname, Jar jar, JspCompilationContext ctxt) voidCompiler.init(JspCompilationContext ctxt, JspServletWrapper jsw) 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.ELInterpreterFactory.DefaultELInterpreter.interpreterCall(JspCompilationContext context, boolean isTagFile, String expression, Class<?> expectedType, String fnmapvar) Constructors in org.apache.jasper.compiler with parameters of type JspCompilationContextModifierConstructorDescriptionJavacErrorDetail(String javaFileName, int javaLineNum, String jspFileName, int jspBeginLineNum, StringBuilder errMsg, JspCompilationContext ctxt) Constructor. -
Uses of JspCompilationContext in org.apache.jasper.optimizations
Methods in org.apache.jasper.optimizations with parameters of type JspCompilationContextModifier and TypeMethodDescriptionELInterpreterTagSetters.interpreterCall(JspCompilationContext context, boolean isTagFile, String expression, Class<?> expectedType, String fnmapvar) -
Uses of JspCompilationContext in org.apache.jasper.servlet
Methods in org.apache.jasper.servlet that return JspCompilationContext