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 Constructor Description StatisticsSupportHalLinkFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidaddLinks(StatisticsSupportResource halResource, org.springframework.data.domain.Pageable pageable, LinkedList<org.springframework.hateoas.Link> list)protected Class<StatisticsRestController>getControllerClass()protected Class<StatisticsSupportResource>getResourceClass()-
Methods inherited from class org.dspace.app.rest.link.HalLinkFactory
buildLink, buildLink, getLinksFor, getMethodOn, getMethodOn, supports, uriBuilder
-
-
-
-
Method Detail
-
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
protected Class<StatisticsRestController> getControllerClass()
- Specified by:
getControllerClassin classHalLinkFactory<StatisticsSupportResource,StatisticsRestController>
-
getResourceClass
protected Class<StatisticsSupportResource> getResourceClass()
- Specified by:
getResourceClassin classHalLinkFactory<StatisticsSupportResource,StatisticsRestController>
-
-