-
- All Implemented Interfaces:
- Cloneable, javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.Tag
public class MetricDecorator
extends ColumnDecorator
implements javax.servlet.jsp.tagext.Tag
This class is a two in one decorator/tag for use within the TableTag; it is a
ColumnDecorator tag that converts and formats metric values for display.
-
-
Field Summary
-
Fields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Field Detail
-
locale
protected String locale
-
bundle
protected String bundle
-
Constructor Detail
-
MetricDecorator
public MetricDecorator()
-
Method Detail
-
getUnit
public String getUnit()
-
doEndTag
public int doEndTag()
- Specified by:
doEndTag in interface javax.servlet.jsp.tagext.Tag
-
release
public void release()
- Specified by:
release in interface javax.servlet.jsp.tagext.Tag
- Overrides:
release in class Decorator
Copyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.