Uses of Enum
com.blackrook.small.enums.RequestMethod
Packages that use RequestMethod
Package
Description
Contains component stuff related to the dispatcher.
Contains controller descriptors.
Contains filter descriptors.
Contains sets of important enumerations.
-
Uses of RequestMethod in com.blackrook.small.dispatch
Methods in com.blackrook.small.dispatch with parameters of type RequestMethodModifier and TypeMethodDescriptionDispatchMVCEntryPoint.handleCall(RequestMethod requestMethod, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Map<String, String> pathVariableMap, Map<String, javax.servlet.http.Cookie> cookieMap, HashDequeMap<String, Part> partMap) Handles an MVC call.protected ObjectDispatchEntryPoint.invoke(RequestMethod requestMethod, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Map<String, String> pathVariableMap, Map<String, javax.servlet.http.Cookie> cookieMap, HashDequeMap<String, Part> partMap) -
Uses of RequestMethod in com.blackrook.small.dispatch.controller
Methods in com.blackrook.small.dispatch.controller that return RequestMethodMethods in com.blackrook.small.dispatch.controller with parameters of type RequestMethodModifier and TypeMethodDescriptionControllerEntryPoint.handleCall(RequestMethod requestMethod, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Map<String, String> pathVariableMap, Map<String, javax.servlet.http.Cookie> cookieMap, HashDequeMap<String, Part> partMap) -
Uses of RequestMethod in com.blackrook.small.dispatch.filter
Methods in com.blackrook.small.dispatch.filter with parameters of type RequestMethodModifier and TypeMethodDescriptionFilterEntryPoint.handleCall(RequestMethod requestMethod, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Map<String, String> pathVariableMap, Map<String, javax.servlet.http.Cookie> cookieMap, HashDequeMap<String, Part> partMap) FilterExitPoint.handleCall(RequestMethod requestMethod, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Map<String, String> pathVariableMap, Map<String, javax.servlet.http.Cookie> cookieMap, HashDequeMap<String, Part> partMap) -
Uses of RequestMethod in com.blackrook.small.enums
Subclasses with type arguments of type RequestMethod in com.blackrook.small.enumsModifier and TypeClassDescriptionenumEnumeration of request methods for controller method invocation.Methods in com.blackrook.small.enums that return RequestMethodModifier and TypeMethodDescriptionstatic RequestMethodReturns the enum constant of this type with the specified name.static RequestMethod[]RequestMethod.values()Returns an array containing the constants of this enum type, in the order they are declared.