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, setBodyContent
findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue
public 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.IterationTag
doAfterBody
在类中 javax.servlet.jsp.tagext.BodyTagSupport
javax.servlet.jsp.JspException
IterationTag.doAfterBody()