接口 org.tinygroup.jspengine.Options
的使用

使用 Options 的软件包
org.tinygroup.jspengine   
org.tinygroup.jspengine.compiler   
org.tinygroup.jspengine.servlet   
 

org.tinygroup.jspengineOptions 的使用
 

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

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

参数类型为 Optionsorg.tinygroup.jspengine 中的构造方法
JspCompilationContext(String jspUri, boolean isErrPage, Options options, javax.servlet.ServletContext context, JspServletWrapper jsw, JspRuntimeContext rctxt)
           
JspCompilationContext(String tagfile, javax.servlet.jsp.tagext.TagInfo tagInfo, Options options, javax.servlet.ServletContext context, JspServletWrapper jsw, JspRuntimeContext rctxt, URL tagFileJarUrl)
           
 

org.tinygroup.jspengine.compilerOptions 的使用
 

参数类型为 Optionsorg.tinygroup.jspengine.compiler 中的构造方法
JspConfig(javax.servlet.ServletContext ctxt, Options options)
           
JspRuntimeContext(javax.servlet.ServletContext context, Options options)
          Create a JspRuntimeContext for a web application context.
TldLocationsCache(javax.servlet.ServletContext ctxt, Options options)
           
TldLocationsCache(javax.servlet.ServletContext ctxt, Options options, boolean redeployMode)
          Constructor.
 

org.tinygroup.jspengine.servletOptions 的使用
 

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



Copyright © 2006–2014 开源组织. All rights reserved.