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.
| Constructor and Description |
|---|
CmsJspTagLabel() |
| Modifier and Type | Method and Description |
|---|---|
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 CmsJspTagLabel()
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 in interface javax.servlet.jsp.tagext.IterationTagdoAfterBody in class javax.servlet.jsp.tagext.BodyTagSupportjavax.servlet.jsp.JspExceptionIterationTag.doAfterBody()