Class RssSyndicationResource
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.rss.Channel,com.rometools.rome.feed.rss.Item>
org.bloomreach.forge.feed.resource.RssSyndicationResource
@Produces("application/xml")
@Path("/feed:rss20descriptor/")
public class RssSyndicationResource
extends AbstractSyndicationResource<com.rometools.rome.feed.rss.Channel,com.rometools.rome.feed.rss.Item>
-
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
-
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
-
Constructor Details
-
RssSyndicationResource
public RssSyndicationResource()
-