Package org.dspace.app.rest
Class RootRestResourceController
java.lang.Object
org.dspace.app.rest.RootRestResourceController
This is the main entry point of the new REST API. Its responsibility is to
provide a consistent behaviors for all the exposed resources in terms of
returned HTTP codes, endpoint URLs, HTTP verbs to methods translation, etc.
It delegates to the repository the business logic
- Author:
- Andrea Bollini (andrea.bollini at 4science.it)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlistDefinedEndpoint(jakarta.servlet.http.HttpServletRequest request)
-
Constructor Details
-
RootRestResourceController
public RootRestResourceController()
-
-
Method Details
-
listDefinedEndpoint
@RequestMapping(method=GET) public RootResource listDefinedEndpoint(jakarta.servlet.http.HttpServletRequest request)
-