Package net.anotheria.anosite.decorator
Class DateDecorator
- java.lang.Object
-
- net.anotheria.anosite.decorator.DateDecorator
-
- All Implemented Interfaces:
net.anotheria.asg.util.decorators.IAttributeDecorator
public class DateDecorator extends Object implements net.anotheria.asg.util.decorators.IAttributeDecorator
Decorator to show created/updated date of post/comment in usual format instead of long type number.- Author:
- vbezuhlyi
-
-
Constructor Summary
Constructors Constructor Description DateDecorator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringdecorate(net.anotheria.asg.data.DataObject doc, String attributeName, String rule)
-