Class ActionCtl

java.lang.Object
jakarta.servlet.GenericServlet
jakarta.servlet.http.HttpServlet
org.apache.jena.fuseki.servlets.ServletProcessor
org.apache.jena.fuseki.ctl.ActionCtl
All Implemented Interfaces:
jakarta.servlet.Servlet, jakarta.servlet.ServletConfig, Serializable, ActionLifecycle, ActionProcessor
Direct Known Subclasses:
ActionContainerItem, ActionMetrics, ActionSleep, ActionStatsText, ActionTasks

public abstract class ActionCtl extends ServletProcessor implements ActionLifecycle
Base class for control actions. These are servlets and do not go through Fuseki dynamic dispatch. No statistics.
See Also: