Module org.apache.jena.fuseki.core
Package org.apache.jena.fuseki.servlets
Interface ActionLifecycle
- All Known Implementing Classes:
ActionAsyncTask
,ActionBase
,ActionCompact
,ActionContainerItem
,ActionCtl
,ActionItem
,ActionMetrics
,ActionPrefixesBase
,ActionPrefixesR
,ActionPrefixesRW
,ActionProcPrefixes
,ActionREST
,ActionService
,ActionServicePlaceholder
,ActionSleep
,ActionStats
,ActionStatsText
,ActionTasks
,BaseActionREST
,GSP_Base
,GSP_R
,GSP_RW
,NoOpActionService
,PatchApply
,SHACL_Validation
,SPARQL_QueryDataset
,SPARQL_QueryGeneral.SPARQL_QueryProc
,SPARQL_Update
,SPARQLQueryProcessor
,UploadRDF
public interface ActionLifecycle
-
Method Summary
Modifier and TypeMethodDescriptionvoid
execute
(HttpAction action) The perform step of a requestvoid
validate
(HttpAction action) The validation step of a request
-
Method Details
-
validate
The validation step of a request -
execute
The perform step of a request
-