|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||
| 使用 Options 的软件包 | |
|---|---|
| org.apache.jasper | |
| org.apache.jasper.compiler | |
| org.apache.jasper.servlet | |
| org.apache.jasper 中 Options 的使用 |
|---|
| 实现 Options 的 org.apache.jasper 中的类 | |
|---|---|
class |
EmbeddedServletOptions
A class to hold all init parameters specific to the JSP engine. |
class |
JspC
Shell for the jspc compiler. |
| 返回 Options 的 org.apache.jasper 中的方法 | |
|---|---|
Options |
JspCompilationContext.getOptions()
Get hold of the Options object for this context. |
| 参数类型为 Options 的 org.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.compiler 中 Options 的使用 |
|---|
| 参数类型为 Options 的 org.apache.jasper.compiler 中的构造方法 | |
|---|---|
JspRuntimeContext(ServletContext context,
Options options)
Create a JspRuntimeContext for a web application context. |
|
| org.apache.jasper.servlet 中 Options 的使用 |
|---|
| 参数类型为 Options 的 org.apache.jasper.servlet 中的构造方法 | |
|---|---|
JspServletWrapper(ServletContext servletContext,
Options options,
String tagFilePath,
TagInfo tagInfo,
JspRuntimeContext rctxt,
URL tagFileJarUrl)
|
|
|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||