Operation |
Details |
public explainFeedsXML():String |
Sequential Notes: | (non-Javadoc) @see de.mpg.escidoc.services.syndication.SyndicationHandler#explainFeedsXML() | |
public getFeed( String uri):byte |
Sequential Tags: | throws=SyndicationException,IOException,URISyntaxException,FeedException
| Notes: | (non-Javadoc) @see de.mpg.escidoc.services.syndication.SyndicationHandler#getFeed(java.lang.String) | |
public getFeed( String uri, Writer writer):void |
Sequential Tags: | throws=SyndicationException,IOException,URISyntaxException,FeedException
| Notes: | Returns the generated Feed as <code>java.io.Writer</code> | |
public getFeedFormatList( String uri):String |
Sequential Notes: | (non-Javadoc) @see de.mpg.escidoc.services.syndication.SyndicationHandler#getFeedFormatList(java.lang.String) | |
public getFeedList():String |
Sequential Notes: | (non-Javadoc) @see de.mpg.escidoc.services.syndication.SyndicationHandler#getFeedList() | |
public getFeedRelLink( String uri):String |
Sequential |
public getFeeds():Feeds |
Sequential Notes: | Getter of the <code>feeds</code>. @return <code>feeds</code> | |
public Syndication(): |
Sequential Tags: | throws=IOException,SyndicationException
| Notes: | Constructor always loads feed collection class | |