public class CmsJspTagLabel
extends javax.servlet.jsp.tagext.BodyTagSupport
Instead of using the XML based workplace tags one should consider using standard Java resource bundles to provide language independent implementations.
| 构造器和说明 |
|---|
CmsJspTagLabel() |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
doAfterBody() |
static java.lang.String |
wpLabelTagAction(java.lang.String label,
javax.servlet.ServletRequest req)
Internal action method.
|
doEndTag, doInitBody, doStartTag, getBodyContent, getPreviousOut, release, setBodyContentfindAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValuepublic static java.lang.String wpLabelTagAction(java.lang.String label,
javax.servlet.ServletRequest req)
label - the label to look upreq - the current requestpublic int doAfterBody()
throws javax.servlet.jsp.JspException
doAfterBody 在接口中 javax.servlet.jsp.tagext.IterationTagdoAfterBody 在类中 javax.servlet.jsp.tagext.BodyTagSupportjavax.servlet.jsp.JspExceptionIterationTag.doAfterBody()