java.lang.Object
jakarta.servlet.GenericServlet
jakarta.servlet.http.HttpServlet
org.apache.jena.fuseki.servlets.ServletProcessor
org.apache.jena.fuseki.ctl.ActionCtl
org.apache.jena.fuseki.mgt.ActionReload
- All Implemented Interfaces:
 jakarta.servlet.Servlet,jakarta.servlet.ServletConfig,Serializable,org.apache.jena.fuseki.servlets.ActionLifecycle,org.apache.jena.fuseki.servlets.ActionProcessor
public class ActionReload
extends org.apache.jena.fuseki.ctl.ActionCtl
Administration action to reload the server's dataset configuration.
 
This is done by reading the configuration file which may have changed since server startup.
If the server does not have a configuration file (e.g. command line or programmatic configuration)
- See Also:
 
- 
Field Summary
Fields inherited from class jakarta.servlet.http.HttpServlet
LEGACY_DO_HEAD - 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class org.apache.jena.fuseki.ctl.ActionCtl
getItemDataAccessPoint, getItemDataAccessPoint, getItemDataset, getItemDatasetName, getItemName, processMethods inherited from class jakarta.servlet.http.HttpServlet
init, serviceMethods inherited from class jakarta.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, logMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.jena.fuseki.servlets.ActionProcessor
execAny, execDelete, execGet, execHead, execOptions, execPatch, execPost, execPut, execTrace 
- 
Constructor Details
- 
ActionReload
public ActionReload() 
 - 
 - 
Method Details
- 
validate
public void validate(org.apache.jena.fuseki.servlets.HttpAction action)  - 
execute
public void execute(org.apache.jena.fuseki.servlets.HttpAction action)  
 -