Class DefaultRepositoryRequestHandler
java.lang.Object
org.eclipse.rdf4j.http.server.repository.handler.DefaultRepositoryRequestHandler
- All Implemented Interfaces:
RepositoryRequestHandler
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.web.servlet.ModelAndView
handleCreateOrUpdateRepositoryRequest
(javax.servlet.http.HttpServletRequest request) org.springframework.web.servlet.ModelAndView
handleDeleteRepositoryRequest
(javax.servlet.http.HttpServletRequest request)
-
Constructor Details
-
DefaultRepositoryRequestHandler
-
-
Method Details
-
handleDeleteRepositoryRequest
public org.springframework.web.servlet.ModelAndView handleDeleteRepositoryRequest(javax.servlet.http.HttpServletRequest request) throws HTTPException - Specified by:
handleDeleteRepositoryRequest
in interfaceRepositoryRequestHandler
- Throws:
HTTPException
-
handleCreateOrUpdateRepositoryRequest
public org.springframework.web.servlet.ModelAndView handleCreateOrUpdateRepositoryRequest(javax.servlet.http.HttpServletRequest request) throws IOException, HTTPException - Specified by:
handleCreateOrUpdateRepositoryRequest
in interfaceRepositoryRequestHandler
- Throws:
IOException
HTTPException
-