Class RepositoryController
java.lang.Object
org.springframework.context.support.ApplicationObjectSupport
org.springframework.web.context.support.WebApplicationObjectSupport
org.springframework.web.servlet.support.WebContentGenerator
org.springframework.web.servlet.mvc.AbstractController
org.eclipse.rdf4j.http.server.repository.AbstractRepositoryController
org.eclipse.rdf4j.http.server.repository.RepositoryController
- All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware, org.springframework.web.context.ServletContextAware, org.springframework.web.servlet.mvc.Controller
Handles queries and admin (delete) operations on a repository and renders the results in a format suitable to the
type of operation.
- Author:
- Herko ter Horst
-
Field Summary
Fields inherited from class org.springframework.web.servlet.support.WebContentGenerator
HEADER_CACHE_CONTROL, METHOD_GET, METHOD_HEAD, METHOD_POST -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected QueryRequestHandlerprotected RepositoryRequestHandlervoidMethods inherited from class AbstractRepositoryController
handleRequestInternalModifier and TypeMethodDescriptionprotected org.springframework.web.servlet.ModelAndViewhandleRequestInternal(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response) Methods inherited from class org.springframework.web.servlet.mvc.AbstractController
handleRequest, isSynchronizeOnSession, setSynchronizeOnSessionMethods inherited from class org.springframework.web.servlet.support.WebContentGenerator
applyCacheControl, applyCacheSeconds, checkRequest, getAllowHeader, getCacheControl, getCacheSeconds, getSupportedMethods, getVaryByRequestHeaders, isRequireSession, prepareResponse, setCacheControl, setCacheSeconds, setRequireSession, setSupportedMethods, setVaryByRequestHeadersMethods inherited from class org.springframework.web.context.support.WebApplicationObjectSupport
getServletContext, getTempDir, getWebApplicationContext, initApplicationContext, initServletContext, isContextRequired, setServletContextMethods inherited from class org.springframework.context.support.ApplicationObjectSupport
getApplicationContext, getMessageSourceAccessor, initApplicationContext, obtainApplicationContext, requiredContextClass, setApplicationContext
-
Constructor Details
-
RepositoryController
public RepositoryController() throws org.springframework.context.ApplicationContextException- Throws:
org.springframework.context.ApplicationContextException
-
-
Method Details
-
setRepositoryManager
-
getQueryRequestHandler
- Specified by:
getQueryRequestHandlerin classAbstractRepositoryController
-
getRepositoryRequestHandler
- Specified by:
getRepositoryRequestHandlerin classAbstractRepositoryController
-