类 org.apache.jasper.JspCompilationContext
的使用

使用 JspCompilationContext 的软件包
org.apache.jasper   
org.apache.jasper.compiler   
org.apache.jasper.servlet   
org.apache.jasper.xmlparser   
 

org.apache.jasperJspCompilationContext 的使用
 

参数类型为 JspCompilationContextorg.apache.jasper 中的方法
 void JspC.generateWebMapping(String file, JspCompilationContext clctxt)
           
 

org.apache.jasper.compilerJspCompilationContext 的使用
 

声明为 JspCompilationContextorg.apache.jasper.compiler 中的字段
protected  JspCompilationContext Compiler.ctxt
           
 

返回 JspCompilationContextorg.apache.jasper.compiler 中的方法
 JspCompilationContext Compiler.getCompilationContext()
           
 

参数类型为 JspCompilationContextorg.apache.jasper.compiler 中的方法
static InputStream JspUtil.getInputStream(String fname, JarFile jarFile, JspCompilationContext ctxt, ErrorDispatcher err)
           
 void NullJavaCompiler.init(JspCompilationContext ctxt, ErrorDispatcher errDispatcher, boolean suppressLogging)
           
 void Jsr199JavaCompiler.init(JspCompilationContext ctxt, ErrorDispatcher errDispatcher, boolean suppressLogging)
           
 void JDTJavaCompiler.init(JspCompilationContext ctxt, ErrorDispatcher errDispatcher, boolean suppressLogging)
           
 void AntJavaCompiler.init(JspCompilationContext ctxt, ErrorDispatcher errDispatcher, boolean suppressLogging)
           
 

参数类型为 JspCompilationContextorg.apache.jasper.compiler 中的构造方法
Compiler(JspCompilationContext ctxt, JspServletWrapper jsw)
           
Compiler(JspCompilationContext ctxt, JspServletWrapper jsw, boolean jspcMode)
           
TagLibraryInfoImpl(JspCompilationContext ctxt, org.apache.jasper.compiler.ParserController pc, String prefix, String uriIn, String[] location, ErrorDispatcher err)
          Constructor which builds a TagLibraryInfoImpl by parsing a TLD.
 

org.apache.jasper.servletJspCompilationContext 的使用
 

返回 JspCompilationContextorg.apache.jasper.servlet 中的方法
 JspCompilationContext JspServletWrapper.getJspEngineContext()
           
 

org.apache.jasper.xmlparserJspCompilationContext 的使用
 

参数类型为 JspCompilationContextorg.apache.jasper.xmlparser 中的方法
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 © 2013. All Rights Reserved.