Module org.apache.jena.fuseki.core
Class ActionProcPrefixes
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
org.apache.jena.fuseki.servlets.ActionPrefixesR
org.apache.jena.fuseki.servlets.ActionPrefixesRW
org.apache.jena.fuseki.servlets.prefixes.ActionProcPrefixes
- All Implemented Interfaces:
ActionLifecycle
,ActionProcessor
An that provides a all the HTTP services over a fixed
PrefixesAccess
.
This is in support of testing.
Instead of taking the prefixes from the action, this classes uses a provided PrefixesAccess
.
-
Constructor Summary
-
Method Summary
Methods inherited from class org.apache.jena.fuseki.servlets.prefixes.ActionPrefixesBase
validate
Methods 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
-
ActionProcPrefixes
-