org.opencms.jsp
Class CmsJspTagLabel
java.lang.Object
javax.servlet.jsp.tagext.TagSupport
javax.servlet.jsp.tagext.BodyTagSupport
org.opencms.jsp.CmsJspTagLabel
- All Implemented Interfaces:
- BodyTag, IterationTag, Serializable, Tag
- public class CmsJspTagLabel
- extends BodyTagSupport
Provides access to the labels stored in the
language files of the OpenCms workplace.
Instead of using the XML based workplace tags one should
consider using standard Java resource bundles to provide language independent
implementations.
- Since:
- 6.0.0
- Version:
- $Revision: 1.17 $
- Author:
- Alexander Kandzior
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CmsJspTagLabel
public CmsJspTagLabel()
wpLabelTagAction
public static String wpLabelTagAction(String label,
ServletRequest req)
- Internal action method.
- Parameters:
label - the label to look upreq - the current request
- Returns:
- String the value of the selected label
doAfterBody
public int doAfterBody()
throws JspException
- Throws:
JspException- See Also:
IterationTag.doAfterBody()