Uses of Enum Class
com.blackrook.small.enums.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
Modifier 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 Object
DispatchEntryPoint.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
Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionstatic RequestMethod
Returns the enum constant of this class with the specified name.static RequestMethod[]
RequestMethod.values()
Returns an array containing the constants of this enum class, in the order they are declared.