Package net.anotheria.anosite.decorator
Class LinksListDecorator
- java.lang.Object
-
- net.anotheria.anosite.decorator.LinksListDecorator
-
- All Implemented Interfaces:
net.anotheria.asg.util.decorators.IAttributeDecorator
- Direct Known Subclasses:
LocalizationsListDecorator,MediaLinksListDecorator,ScriptsListDecorator
public abstract class LinksListDecorator extends Object implements net.anotheria.asg.util.decorators.IAttributeDecorator
Basic Decorator for list of links- Author:
- denis
-
-
Constructor Summary
Constructors Constructor Description LinksListDecorator()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description Stringdecorate(net.anotheria.asg.data.DataObject doc, String attributeName, String rule)protected abstract StringgetLinkTargetName(String targetId)
-