Class StatisticsSupportHalLinkFactory
java.lang.Object
org.dspace.app.rest.link.HalLinkFactory<StatisticsSupportResource,StatisticsRestController>
org.dspace.app.rest.link.statistics.StatisticsSupportHalLinkFactory
@Component
public class StatisticsSupportHalLinkFactory
extends HalLinkFactory<StatisticsSupportResource,StatisticsRestController>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidaddLinks(StatisticsSupportResource halResource, org.springframework.data.domain.Pageable pageable, LinkedList<org.springframework.hateoas.Link> list) protected Class<StatisticsRestController>protected Class<StatisticsSupportResource>Methods inherited from class org.dspace.app.rest.link.HalLinkFactory
buildLink, buildLink, getLinksFor, getMethodOn, getMethodOn, supports, uriBuilder
-
Constructor Details
-
StatisticsSupportHalLinkFactory
public StatisticsSupportHalLinkFactory()
-
-
Method Details
-
addLinks
protected void addLinks(StatisticsSupportResource halResource, org.springframework.data.domain.Pageable pageable, LinkedList<org.springframework.hateoas.Link> list) throws Exception - Specified by:
addLinksin classHalLinkFactory<StatisticsSupportResource,StatisticsRestController> - Throws:
Exception
-
getControllerClass
- Specified by:
getControllerClassin classHalLinkFactory<StatisticsSupportResource,StatisticsRestController>
-
getResourceClass
- Specified by:
getResourceClassin classHalLinkFactory<StatisticsSupportResource,StatisticsRestController>
-