public abstract class AbstractRepositoryServlet extends AbstractServlet implements RepositoryServlet
Modifier and Type | Field and Description |
---|---|
protected RepositoryInfo |
info |
protected RepositoryManager |
manager |
static String |
MANAGER_PARAM |
protected Repository |
repository |
static String |
REPOSITORY_PARAM |
protected ValueFactory |
vf |
ACCEPT, appConfig, APPLICATION_JAVASCRIPT, APPLICATION_SPARQL_RESULTS_XML, APPLICATION_XML, config, DEFAULT_JSONP_CALLBACK_PARAMETER, JSONP_CALLBACK_PARAMETER, JSONP_ENABLED, JSONP_VALIDATOR, log, MOZILLA, MSIE, SERVER_PASSWORD, SERVER_USER, SERVER_USER_PASSWORD, TEXT_HTML, USER_AGENT
Constructor and Description |
---|
AbstractRepositoryServlet() |
Modifier and Type | Method and Description |
---|---|
void |
init(javax.servlet.ServletConfig config) |
void |
setRepository(Repository repository) |
void |
setRepositoryInfo(RepositoryInfo info) |
void |
setRepositoryManager(RepositoryManager manager) |
checkJSONP, destroy, getBooleanResultFormat, getJSONPResultFormat, getResultWriter, getServletConfig, getServletInfo, getTupleResultBuilder, getTupleResultFormat, service, service
public static final String REPOSITORY_PARAM
public static final String MANAGER_PARAM
protected RepositoryManager manager
protected RepositoryInfo info
protected Repository repository
protected ValueFactory vf
public void setRepositoryManager(RepositoryManager manager)
setRepositoryManager
in interface RepositoryServlet
public void setRepositoryInfo(RepositoryInfo info)
setRepositoryInfo
in interface RepositoryServlet
public void setRepository(Repository repository)
setRepository
in interface RepositoryServlet
public void init(javax.servlet.ServletConfig config) throws javax.servlet.ServletException
init
in interface javax.servlet.Servlet
init
in class AbstractServlet
javax.servlet.ServletException
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.