public class CmsJspTagParam
extends javax.servlet.jsp.tagext.BodyTagSupport
| 限定符和类型 | 字段和说明 |
|---|---|
protected boolean |
m_encode
There used to be an 'encode' attribute; I've left this as a
vestige in case custom subclasses want to use our functionality
but NOT encode parameters.
|
protected java.lang.String |
m_name
The name of the parameter.
|
protected java.lang.String |
m_value
The value of the parameter.
|
| 构造器和说明 |
|---|
CmsJspTagParam()
Public constructor.
|
| 限定符和类型 | 方法和说明 |
|---|---|
int |
doEndTag()
Simply send our name and value to our appropriate ancestor.
|
void |
release()
Releases any resources we may have (or inherit).
|
void |
setName(java.lang.String name)
Sets the attribute name.
|
void |
setValue(java.lang.String value)
Sets the attribute value.
|
doAfterBody, doInitBody, doStartTag, getBodyContent, getPreviousOut, setBodyContentfindAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValueprotected boolean m_encode
protected java.lang.String m_name
protected java.lang.String m_value
public int doEndTag()
throws javax.servlet.jsp.JspException
doEndTag 在接口中 javax.servlet.jsp.tagext.TagdoEndTag 在类中 javax.servlet.jsp.tagext.BodyTagSupportjavax.servlet.jsp.JspException - (never thrown, required by interface)public void release()
release 在接口中 javax.servlet.jsp.tagext.Tagrelease 在类中 javax.servlet.jsp.tagext.BodyTagSupportpublic void setName(java.lang.String name)
name - the name to setpublic void setValue(java.lang.String value)
value - the name to set