Uses of Enum
org.apache.jena.fuseki.system.ActionCategory
Packages that use ActionCategory
-
Uses of ActionCategory in org.apache.jena.fuseki.servlets
Fields in org.apache.jena.fuseki.servlets declared as ActionCategoryMethods in org.apache.jena.fuseki.servlets with parameters of type ActionCategoryModifier and TypeMethodDescriptionstatic HttpAction
ActionExecLib.allocHttpAction
(DataAccessPoint dap, org.slf4j.Logger log, ActionCategory category, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) Returns a fresh HTTP Action for this request.Constructors in org.apache.jena.fuseki.servlets with parameters of type ActionCategoryModifierConstructorDescriptionHttpAction
(long id, org.slf4j.Logger log, ActionCategory category, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) Creates a new HTTP Action, using the HTTP request and response, and a given ID. -
Uses of ActionCategory in org.apache.jena.fuseki.system
Methods in org.apache.jena.fuseki.system that return ActionCategoryModifier and TypeMethodDescriptionstatic ActionCategory
Returns the enum constant of this type with the specified name.static ActionCategory[]
ActionCategory.values()
Returns an array containing the constants of this enum type, in the order they are declared.