class: Syndication

public class: Syndication
Author:
Project: Phase: 1.0; Status: Proposed; Version: 1.0; Complexity: 1
Dates: Created: 16.07.2009 15:20:31; Modified: 16.07.2009 15:20:31;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {A15A0C49-B206-402f-84DD-319426B811A8}
 

Goto: Custom Properties, Fields, Methods

Implements: SyndicationHandler

See also: RestServlet, Feeds, SyndicationHandler, SyndicationTest

Appears in: syndication

Connections
 
Custom Properties
 
Syndication Attributes
Attribute Details
private String
  explainXML
Notes: Explain XML variable
private Feeds
  feeds
Notes: Placeholder for the feed definitions
private static const String
  FEEDS_DEFINITION_DIGESTER_RULES_FILE
Initial: "./resources/feeds-digester-rules.xml"
private static const String
  FEEDS_DEFINITION_FILE
Initial: "./resources/feeds.xml"
private Logger
  logger
Initial: Logger.getLogger(Syndication.class)
 
Syndication Methods
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
Tags: throws=Exception
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