Uses of Enum Class
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 HttpActionActionExecLib.allocHttpAction(DataAccessPoint dap, org.slf4j.Logger log, ActionCategory category, jakarta.servlet.http.HttpServletRequest request, jakarta.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, jakarta.servlet.http.HttpServletRequest request, jakarta.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 ActionCategoryReturns the enum constant of this class with the specified name.static ActionCategory[]ActionCategory.values()Returns an array containing the constants of this enum class, in the order they are declared.