接口 org.apache.jasper.Options
的使用

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

org.apache.jasperOptions 的使用
 

实现 Optionsorg.apache.jasper 中的类
 class EmbeddedServletOptions
          A class to hold all init parameters specific to the JSP engine.
 class JspC
          Shell for the jspc compiler.
 

返回 Optionsorg.apache.jasper 中的方法
 Options JspCompilationContext.getOptions()
          Get hold of the Options object for this context.
 

参数类型为 Optionsorg.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.compilerOptions 的使用
 

参数类型为 Optionsorg.apache.jasper.compiler 中的构造方法
JspRuntimeContext(ServletContext context, Options options)
          Create a JspRuntimeContext for a web application context.
 

org.apache.jasper.servletOptions 的使用
 

参数类型为 Optionsorg.apache.jasper.servlet 中的构造方法
JspServletWrapper(ServletContext servletContext, Options options, String tagFilePath, TagInfo tagInfo, JspRuntimeContext rctxt, URL tagFileJarUrl)
           
 



Copyright © 2013. All Rights Reserved.