public abstract class DiscoveryRestHalLinkFactory<T> extends HalLinkFactory<T,DiscoveryRestController>
| Constructor and Description |
|---|
DiscoveryRestHalLinkFactory() |
| Modifier and Type | Method and Description |
|---|---|
protected org.springframework.web.util.UriComponentsBuilder |
addFilterParams(org.springframework.web.util.UriComponentsBuilder uriComponentsBuilder,
DiscoveryResultsRest data) |
protected org.springframework.web.util.UriComponentsBuilder |
addSortingParms(org.springframework.web.util.UriComponentsBuilder uriComponentsBuilder,
DiscoveryResultsRest data) |
protected org.springframework.web.util.UriComponentsBuilder |
buildFacetBaseLink(FacetResultsRest data) |
org.springframework.web.util.UriComponentsBuilder |
buildSearchBaseLink(DiscoveryResultsRest data)
This method will build the base search link for the data that's been given to it
|
protected org.springframework.web.util.UriComponentsBuilder |
buildSearchFacetsBaseLink(SearchResultsRest data) |
protected Class<DiscoveryRestController> |
getControllerClass() |
addLinks, buildLink, buildLink, getLinksFor, getMethodOn, getMethodOn, getResourceClass, supports, uriBuilderpublic org.springframework.web.util.UriComponentsBuilder buildSearchBaseLink(DiscoveryResultsRest data)
data - The data for which a link will be constructedprotected org.springframework.web.util.UriComponentsBuilder buildFacetBaseLink(FacetResultsRest data)
protected org.springframework.web.util.UriComponentsBuilder buildSearchFacetsBaseLink(SearchResultsRest data)
protected org.springframework.web.util.UriComponentsBuilder addFilterParams(org.springframework.web.util.UriComponentsBuilder uriComponentsBuilder,
DiscoveryResultsRest data)
protected org.springframework.web.util.UriComponentsBuilder addSortingParms(org.springframework.web.util.UriComponentsBuilder uriComponentsBuilder,
DiscoveryResultsRest data)
protected Class<DiscoveryRestController> getControllerClass()
getControllerClass in class HalLinkFactory<T,DiscoveryRestController>Copyright © 2019 DuraSpace. All rights reserved.