Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.platform.syndication
Interface SyndicationActions

All Known Implementing Classes:
SyndicationActionsBean

public interface SyndicationActions

Syndication bean. This Seam component is used to:

  1. find the syndication URL of the current document or current search,
  2. retrieve the actual feed for a URL.

Author:
Brice Chaffangeon, Florent Guillaume

Method Summary
 java.util.List<Action> getActionsForSyndication()
          Deprecated. Unused
 java.lang.String getFullSyndicationDocumentUrl()
          Called by templates to get a documents feed URL.
 java.lang.String getFullSyndicationDocumentUrlInAtom()
          Deprecated. Unused
 java.lang.String getFullSyndicationDocumentUrlInRss()
          Deprecated. Unused
 java.lang.String getFullSyndicationSearchUrl()
          Called by templates to get a search feed URL.
 java.lang.String getFullSyndicationSearchUrlInAtom()
          Deprecated. Unused
 java.lang.String getFullSyndicationSearchUrlInRss()
          Deprecated. Unused
 void getSyndicationDocument()
          Called by rss reader for document-based syndication.
 void getSyndicationSearch()
          Called by rss reader for search-based syndication.
 

Method Detail

getSyndicationDocument

void getSyndicationDocument()
                            throws ClientException
Called by rss reader for document-based syndication.

Throws:
ClientException

getSyndicationSearch

void getSyndicationSearch()
                          throws ClientException
Called by rss reader for search-based syndication.

Throws:
ClientException

getFullSyndicationDocumentUrl

java.lang.String getFullSyndicationDocumentUrl()
Called by templates to get a documents feed URL.


getFullSyndicationDocumentUrlInRss

@Deprecated
java.lang.String getFullSyndicationDocumentUrlInRss()
Deprecated. Unused


getFullSyndicationDocumentUrlInAtom

@Deprecated
java.lang.String getFullSyndicationDocumentUrlInAtom()
Deprecated. Unused


getFullSyndicationSearchUrl

java.lang.String getFullSyndicationSearchUrl()
Called by templates to get a search feed URL.


getFullSyndicationSearchUrlInRss

@Deprecated
java.lang.String getFullSyndicationSearchUrlInRss()
Deprecated. Unused


getFullSyndicationSearchUrlInAtom

@Deprecated
java.lang.String getFullSyndicationSearchUrlInAtom()
Deprecated. Unused


getActionsForSyndication

@Deprecated
java.util.List<Action> getActionsForSyndication()
Deprecated. Unused


Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.