|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||
| 使用 JspContext 的软件包 | |
|---|---|
| javax.servlet.jsp | Classes and interfaces for the Core JSP 2.1 API. |
| javax.servlet.jsp.tagext | Classes and interfaces for the definition of JavaServer Pages Tag Libraries. |
| org.apache.jasper.runtime | |
| javax.servlet.jsp 中 JspContext 的使用 |
|---|
| javax.servlet.jsp 中 JspContext 的子类 | |
|---|---|
class |
PageContext
PageContext extends JspContext to provide useful context information for when JSP technology is used in a Servlet environment. |
| javax.servlet.jsp.tagext 中 JspContext 的使用 |
|---|
| 返回 JspContext 的 javax.servlet.jsp.tagext 中的方法 | |
|---|---|
protected JspContext |
SimpleTagSupport.getJspContext()
Returns the page context passed in by the container via setJspContext. |
abstract JspContext |
JspFragment.getJspContext()
Returns the JspContext that is bound to this JspFragment. |
| 参数类型为 JspContext 的 javax.servlet.jsp.tagext 中的方法 | |
|---|---|
void |
SimpleTagSupport.setJspContext(JspContext pc)
Stores the provided JSP context in the private jspContext field. |
void |
SimpleTag.setJspContext(JspContext pc)
Called by the container to provide this tag handler with the JspContext for this invocation. |
| org.apache.jasper.runtime 中 JspContext 的使用 |
|---|
| org.apache.jasper.runtime 中 JspContext 的子类 | |
|---|---|
class |
JspContextWrapper
Implementation of a JSP Context Wrapper. |
class |
PageContextImpl
Implementation of the PageContext class from the JSP spec. |
| 声明为 JspContext 的 org.apache.jasper.runtime 中的字段 | |
|---|---|
protected JspContext |
JspFragmentHelper.jspContext
|
| 返回 JspContext 的 org.apache.jasper.runtime 中的方法 | |
|---|---|
JspContext |
JspFragmentHelper.getJspContext()
|
| 参数类型为 JspContext 的 org.apache.jasper.runtime 中的构造方法 | |
|---|---|
JspContextWrapper(JspContext jspContext,
ArrayList<String> nestedVars,
ArrayList<String> atBeginVars,
ArrayList<String> atEndVars,
Map<String,String> aliases)
|
|
JspFragmentHelper(int discriminator,
JspContext jspContext,
JspTag parentTag)
|
|
|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||