@Deprecated public class FormatAwareDecorator extends Object implements org.displaytag.decorator.DisplaytagColumnDecorator
| Constructor and Description |
|---|
FormatAwareDecorator()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
decorate(Object cellValue,
javax.servlet.jsp.PageContext pageContext,
org.displaytag.properties.MediaTypeEnum mediaType)
Deprecated.
Empty values don't show up properly in HTML.
|
public FormatAwareDecorator()
public Object decorate(Object cellValue, javax.servlet.jsp.PageContext pageContext, org.displaytag.properties.MediaTypeEnum mediaType) throws org.displaytag.exception.DecoratorException
MediaTypeEnum.HTML and cellValue is not null, then
CellComparatorHelper.getSanitizedValue(cellValue.toString()) is returned.decorate in interface org.displaytag.decorator.DisplaytagColumnDecoratorcellValue - pageContext - mediaType - org.displaytag.exception.DecoratorExceptionCopyright © 2005–2016 The Kuali Foundation. All rights reserved.