Package org.dspace.app.rest.link.process
Class ProcessHalLinkFactory<T>
java.lang.Object
org.dspace.app.rest.link.HalLinkFactory<T,RestResourceController>
org.dspace.app.rest.link.process.ProcessHalLinkFactory<T>
- Type Parameters:
T- This parameter should be of typeHALResource
- Direct Known Subclasses:
ProcessResourceHalLinkFactory
This abstract class offers an easily extendable HalLinkFactory class to use methods on the RestResourceController
and make it more easy to read or define which methods should be found in the getMethodOn methods when building links
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.dspace.app.rest.link.HalLinkFactory
addLinks, buildLink, buildLink, getControllerClass, getLinksFor, getMethodOn, getMethodOn, getResourceClass, supports, uriBuilder
-
Constructor Details
-
ProcessHalLinkFactory
public ProcessHalLinkFactory()
-