Package org.dspace.app.rest.link
Class SubmissionSectionHalLinkFactory
java.lang.Object
org.dspace.app.rest.link.HalLinkFactory<SubmissionSectionResource,RestResourceController>
org.dspace.app.rest.link.SubmissionSectionHalLinkFactory
@Component
public class SubmissionSectionHalLinkFactory
extends HalLinkFactory<SubmissionSectionResource,RestResourceController>
This class' purpose is to provide a factory to add links to the AuthorityEntryResource. The addLinks factory will
be called
from the HalLinkService class addLinks method.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidaddLinks(SubmissionSectionResource halResource, org.springframework.data.domain.Pageable pageable, LinkedList<org.springframework.hateoas.Link> list) protected Class<RestResourceController>protected Class<SubmissionSectionResource>Methods inherited from class org.dspace.app.rest.link.HalLinkFactory
buildLink, buildLink, getLinksFor, getMethodOn, getMethodOn, supports, uriBuilder
-
Constructor Details
-
SubmissionSectionHalLinkFactory
public SubmissionSectionHalLinkFactory()
-
-
Method Details
-
addLinks
protected void addLinks(SubmissionSectionResource halResource, org.springframework.data.domain.Pageable pageable, LinkedList<org.springframework.hateoas.Link> list) throws Exception - Specified by:
addLinksin classHalLinkFactory<SubmissionSectionResource,RestResourceController> - Throws:
Exception
-
getControllerClass
- Specified by:
getControllerClassin classHalLinkFactory<SubmissionSectionResource,RestResourceController>
-
getResourceClass
- Specified by:
getResourceClassin classHalLinkFactory<SubmissionSectionResource,RestResourceController>
-