public class GroupMetricsDecorator extends BaseDecorator
| Modifier and Type | Field and Description |
|---|---|
protected String |
bundle |
protected String |
locale |
columnTag| Constructor and Description |
|---|
GroupMetricsDecorator() |
| Modifier and Type | Method and Description |
|---|---|
String |
decorate(Object obj)
Compares active and total, and outputs "YES" "NO" or "SOME"
|
String |
getActive()
Getter for property active.
|
String |
getTotal()
Getter for property total.
|
void |
release() |
void |
setActive(String active)
Setter for property active.
|
void |
setTotal(String total)
Setter for property total.
|
doEndTag, doStartTag, evalAttr, generateErrorComment, getName, getParent, setName, setParentgetColumnTag, setColumnTagfinish, finishRow, getList, getListIndex, getObject, getPageContext, getViewIndex, init, initRow, setPageContextpublic String decorate(Object obj)
decorate in class BaseDecoratorobj - Does not use this valuepublic void release()
release in interface javax.servlet.jsp.tagext.Tagrelease in class BaseDecoratorpublic String getActive()
public void setActive(String active)
active - New value of property active.public String getTotal()
public void setTotal(String total)
total - New value of property total.Copyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.