java.lang.Object
org.apache.jena.fuseki.servlets.ActionBase
org.apache.jena.fuseki.servlets.ActionService
org.apache.jena.fuseki.servlets.ActionREST
org.apache.jena.fuseki.servlets.GSP_Base
- All Implemented Interfaces:
ActionLifecycle,ActionProcessor
- Direct Known Subclasses:
GSP_R
-
Method Summary
Modifier and TypeMethodDescriptionvoidvalidate(HttpAction action) The validation step of a requestMethods inherited from class org.apache.jena.fuseki.servlets.ActionREST
execAny, execute, processMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.jena.fuseki.servlets.ActionProcessor
execDelete, execGet, execHead, execOptions, execPatch, execPost, execPut, execTrace
-
Method Details
-
validate
Description copied from interface:ActionLifecycleThe validation step of a request
-