Class AbstractSyndicationResource<T,E>
java.lang.Object
org.hippoecm.hst.jaxrs.services.AbstractResource
org.hippoecm.hst.jaxrs.services.content.AbstractContentResource
org.bloomreach.forge.feed.resource.AbstractSyndicationResource<T,E>
- Direct Known Subclasses:
AtomSyndicationResource
,GenericSyndicationResource
,RssSyndicationResource
@Produces("application/xml")
@Path("/feed:rss20descriptor/")
public class AbstractSyndicationResource<T,E>
extends org.hippoecm.hst.jaxrs.services.content.AbstractContentResource
-
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
Modifier and TypeMethodDescriptiongetFeed
(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, jakarta.ws.rs.core.UriInfo info) void
setModifier
(Modifier<T, E, FeedDescriptor> modifier) 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
-
AbstractSyndicationResource
public AbstractSyndicationResource()
-
-
Method Details
-
getFeed
@GET @Produces("application/xml") @Path("/") public String getFeed(@Context jakarta.servlet.http.HttpServletRequest request, @Context jakarta.servlet.http.HttpServletResponse response, @Context jakarta.ws.rs.core.UriInfo info) -
getModifier
-
setModifier
-