java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.apache.jena.fuseki.servlets.ServletProcessor
- All Implemented Interfaces:
Serializable
,javax.servlet.Servlet
,javax.servlet.ServletConfig
,ActionProcessor
- Direct Known Subclasses:
ActionCtl
public abstract class ServletProcessor
extends javax.servlet.http.HttpServlet
implements ActionProcessor
Servlet with inheritance for
ActionProcessor
.
Execution of the servlet is handled by ActionExecLib.execAction(org.apache.jena.fuseki.servlets.HttpAction, org.apache.jena.fuseki.servlets.ActionProcessor)
with Fuseki server logging and error handling.- See Also:
-
Method Summary
Methods inherited from class javax.servlet.http.HttpServlet
service
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.jena.fuseki.servlets.ActionProcessor
execAny, execDelete, execGet, execHead, execOptions, execPatch, execPost, execPut, execTrace, process