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 type HALResource
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 Details

    • ProcessHalLinkFactory

      public ProcessHalLinkFactory()