|
Apache CXF API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.cxf.jaxrs.ext.atom.AbstractAtomElementBuilder<T>
org.apache.cxf.jaxrs.ext.atom.AbstractFeedBuilder<T>
T - Type of objects which will be mapped to feeds or entriespublic abstract class AbstractFeedBuilder<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
| Constructor Summary | |
|---|---|
AbstractFeedBuilder()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getIcon(T pojo)
|
java.lang.String |
getLogo(T pojo)
|
| Methods inherited from class org.apache.cxf.jaxrs.ext.atom.AbstractAtomElementBuilder |
|---|
getAuthor, getBaseUri, getCategories, getId, getLinks, getMessageContext, getTitle, getUpdated, setMessageContext |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractFeedBuilder()
| Method Detail |
|---|
public java.lang.String getIcon(T pojo)
pojo - Object which is being mapped
public java.lang.String getLogo(T pojo)
pojo - Object which is being mapped
|
Apache CXF API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||