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 String[]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 InputStreamJspUtil.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 -
Uses of JspCompilationContext in org.apache.jasper.xmlparser
Methods in org.apache.jasper.xmlparser with parameters of type JspCompilationContextModifier and TypeMethodDescriptionstatic Object[]XMLEncodingDetector.getEncoding(String fname, Jar jar, JspCompilationContext ctxt, ErrorDispatcher err) Deprecated.Autodetects the encoding of the XML document supplied by the given input stream.