类 org.apache.jasper.servlet.JspServletWrapper
的使用

使用 JspServletWrapper 的软件包
org.apache.jasper   
org.apache.jasper.compiler   
 

org.apache.jasperJspServletWrapper 的使用
 

参数类型为 JspServletWrapperorg.apache.jasper 中的构造方法
JspCompilationContext(String jspUri, boolean isErrPage, Options options, ServletContext context, JspServletWrapper jsw, JspRuntimeContext rctxt)
           
JspCompilationContext(String tagfile, TagInfo tagInfo, Options options, ServletContext context, JspServletWrapper jsw, JspRuntimeContext rctxt, URL tagFileJarUrl)
           
 

org.apache.jasper.compilerJspServletWrapper 的使用
 

返回 JspServletWrapperorg.apache.jasper.compiler 中的方法
 JspServletWrapper JspRuntimeContext.getWrapper(String jspUri)
          Get an already existing JspServletWrapper.
 

参数类型为 JspServletWrapperorg.apache.jasper.compiler 中的方法
 void JspRuntimeContext.addWrapper(String jspUri, JspServletWrapper jsw)
          Add a new JspServletWrapper.
 

参数类型为 JspServletWrapperorg.apache.jasper.compiler 中的构造方法
Compiler(JspCompilationContext ctxt, JspServletWrapper jsw)
           
Compiler(JspCompilationContext ctxt, JspServletWrapper jsw, boolean jspcMode)
           
 



Copyright © 2013. All Rights Reserved.