public abstract class TransformationServlet extends BaseRepositoryServlet
Modifier and Type | Field and Description |
---|---|
static String |
CONTEXT |
protected CookieHandler |
cookies |
protected static String |
INFO |
protected static ParserConfig |
NON_VERIFYING_PARSER_CONFIG |
info, manager, MANAGER_PARAM, repository, REPOSITORY_PARAM, 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, TEXT_HTML, USER_AGENT
Constructor and Description |
---|
TransformationServlet() |
Modifier and Type | Method and Description |
---|---|
protected void |
doPost(WorkbenchRequest wreq,
javax.servlet.http.HttpServletResponse resp,
String xslPath) |
String[] |
getCookieNames() |
void |
init(javax.servlet.ServletConfig config) |
void |
service(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp) |
protected void |
service(TupleResultBuilder writer,
String xslPath) |
protected void |
service(WorkbenchRequest req,
javax.servlet.http.HttpServletResponse resp,
String xslPath) |
setRepository, setRepositoryInfo, setRepositoryManager
destroy, getBooleanResultFormat, getJSONPResultFormat, getResultWriter, getServletConfig, getServletInfo, getTupleResultBuilder, getTupleResultFormat, service
protected static final ParserConfig NON_VERIFYING_PARSER_CONFIG
public static final String CONTEXT
protected static final String INFO
protected CookieHandler cookies
public void init(javax.servlet.ServletConfig config) throws javax.servlet.ServletException
init
in interface javax.servlet.Servlet
init
in class BaseRepositoryServlet
javax.servlet.ServletException
public String[] getCookieNames()
public void service(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp) throws javax.servlet.ServletException, IOException
service
in class BaseServlet
javax.servlet.ServletException
IOException
protected void doPost(WorkbenchRequest wreq, javax.servlet.http.HttpServletResponse resp, String xslPath) throws Exception
Exception
protected void service(WorkbenchRequest req, javax.servlet.http.HttpServletResponse resp, String xslPath) throws Exception
Exception
protected void service(TupleResultBuilder writer, String xslPath) throws Exception
Exception
Copyright © 2001-2016 Aduna. All Rights Reserved.