|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||
| 使用 JspFragment 的软件包 | |
|---|---|
| javax.servlet.jsp.tagext | Classes and interfaces for the definition of JavaServer Pages Tag Libraries. |
| org.apache.jasper.runtime | |
| javax.servlet.jsp.tagext 中 JspFragment 的使用 |
|---|
| 返回 JspFragment 的 javax.servlet.jsp.tagext 中的方法 | |
|---|---|
protected JspFragment |
SimpleTagSupport.getJspBody()
Returns the body passed in by the container via setJspBody. |
| 参数类型为 JspFragment 的 javax.servlet.jsp.tagext 中的方法 | |
|---|---|
void |
SimpleTagSupport.setJspBody(JspFragment jspBody)
Stores the provided JspFragment. |
void |
SimpleTag.setJspBody(JspFragment jspBody)
Provides the body of this tag as a JspFragment object, able to be invoked zero or more times by the tag handler. |
| org.apache.jasper.runtime 中 JspFragment 的使用 |
|---|
| org.apache.jasper.runtime 中 JspFragment 的子类 | |
|---|---|
class |
JspFragmentHelper
Helper class from which all Jsp Fragment helper classes extend. |
|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||