Class AtomSyndicationResource

java.lang.Object
org.hippoecm.hst.jaxrs.services.AbstractResource
org.hippoecm.hst.jaxrs.services.content.AbstractContentResource
org.bloomreach.forge.feed.resource.AbstractSyndicationResource<com.rometools.rome.feed.atom.Feed,com.rometools.rome.feed.atom.Entry>
org.bloomreach.forge.feed.resource.AtomSyndicationResource

@Produces("application/xml") @Path("/feed:atom10descriptor/") public class AtomSyndicationResource extends AbstractSyndicationResource<com.rometools.rome.feed.atom.Feed,com.rometools.rome.feed.atom.Entry>
  • Field Summary

    Fields inherited from class org.hippoecm.hst.jaxrs.services.AbstractResource

    HST_MOUNT_REL_PREFIX, HST_REST_RELATIONS_BASE_URI, MOUNT_ALIAS_ASSETS, MOUNT_ALIAS_GALLERY, MOUNT_ALIAS_REST, MOUNT_ALIAS_SITE
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class org.bloomreach.forge.feed.resource.AbstractSyndicationResource

    getFeed, getModifier, setModifier

    Methods inherited from class org.hippoecm.hst.jaxrs.services.content.AbstractContentResource

    deleteContentResource, getHippoHtmlContent, getHippoHtmlRepresentation, getRequestContentPath, getResolvedContentRewriter, updateHippoHtmlContent, updateHippoHtmlRepresentation

    Methods inherited from class org.hippoecm.hst.jaxrs.services.AbstractResource

    deleteHippoBean, getChildBeanByRelPathOrPrimaryNodeType, getContentRewriter, getHstQualifiedLinkRel, getHstQueryManager, getHstQueryManager, getLinkMountRelation, getMountContentBaseBean, getMountLink, getNodeLink, getObjectConverter, getPersistableSession, getPersistableSession, getPersistenceManager, getPersistenceManager, getQualifiedLinkRel, getQualifiedLinkRel, getRequestContentBean, getRequestContentBean, getRequestContext, getRestLink, getRestRelationsBaseUri, getSiteLink, isPageLinksExternal, setAnnotatedClasses, setContentRewriter, setPageLinksExternal, setRestRelationsBaseUri

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • AtomSyndicationResource

      public AtomSyndicationResource()