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
public abstract class ProcessHalLinkFactory<T> extends HalLinkFactory<T,RestResourceController>
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 Constructor Description ProcessHalLinkFactory()
-
Method Summary
-
Methods inherited from class org.dspace.app.rest.link.HalLinkFactory
addLinks, buildLink, buildLink, getControllerClass, getLinksFor, getMethodOn, getMethodOn, getResourceClass, supports, uriBuilder
-
-