Module org.apache.jena.fuseki.core
Class ActionPrefixesBase
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.BaseActionREST
org.apache.jena.fuseki.servlets.prefixes.ActionPrefixesBase
- All Implemented Interfaces:
ActionLifecycle
,ActionProcessor
- Direct Known Subclasses:
ActionPrefixesR
Base of
ActionREST
that provides
to an HttpAction
.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal void
validate
(HttpAction action) The validation step of a requestMethods inherited from class org.apache.jena.fuseki.servlets.ActionREST
execAny, execute, process
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
execDelete, execGet, execHead, execOptions, execPatch, execPost, execPut, execTrace
-
Constructor Details
-
ActionPrefixesBase
public ActionPrefixesBase()
-
-
Method Details
-
validate
Description copied from interface:ActionLifecycle
The validation step of a request- Specified by:
validate
in interfaceActionLifecycle
- Overrides:
validate
in classBaseActionREST
-