Class CMSSliderResource

java.lang.Object
io.goobi.viewer.api.rest.v1.cms.CMSSliderResource

@Path("/cms/slider/{sliderId}") public class CMSSliderResource extends Object
Author:
florian
  • Constructor Details

    • CMSSliderResource

      public CMSSliderResource(@PathParam("sliderId") Long sliderId) throws DAOException
      Throws:
      DAOException
    • CMSSliderResource

      public CMSSliderResource(CMSSlider slider)
  • Method Details

    • getSlides

      @GET @Path("/slides") @Produces("application/json") public List<URI> getSlides() throws de.unigoettingen.sub.commons.contentlib.exceptions.ContentNotFoundException, PresentationException, IndexUnreachableException, de.unigoettingen.sub.commons.contentlib.exceptions.IllegalRequestException
      Throws:
      de.unigoettingen.sub.commons.contentlib.exceptions.ContentNotFoundException
      PresentationException
      IndexUnreachableException
      de.unigoettingen.sub.commons.contentlib.exceptions.IllegalRequestException