org.apache.cxf.jaxrs.provider.atom
Class AbstractFeedBuilder<T>
java.lang.Object
org.apache.cxf.jaxrs.provider.atom.AbstractAtomElementBuilder<T>
org.apache.cxf.jaxrs.provider.atom.AbstractFeedBuilder<T>
- Type Parameters:
T
- Type of objects which will be mapped to feeds or entries
public abstract class AbstractFeedBuilder<T>
- extends AbstractAtomElementBuilder<T>
A callback-style provider which can be used to map an object to Atom Feed
without having to deal directly with types representing Atom feeds
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractFeedBuilder
public AbstractFeedBuilder()
getIcon
public String getIcon(T pojo)
- Parameters:
pojo
- Object which is being mapped
- Returns:
- feed icon uri
getLogo
public String getLogo(T pojo)
- Parameters:
pojo
- Object which is being mapped
- Returns:
- feed logo uri
Apache CXF