Index

A B C D E F G H I J M N O P R S T U V X 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

H

handleCall(RequestMethod, HttpServletRequest, HttpServletResponse, Map<String, String>, Map<String, Cookie>, HashDequeMap<String, Part>) - Method in class com.blackrook.small.dispatch.controller.ControllerEntryPoint
 
handleCall(RequestMethod, HttpServletRequest, HttpServletResponse, Map<String, String>, Map<String, Cookie>, HashDequeMap<String, Part>) - Method in interface com.blackrook.small.dispatch.DispatchMVCEntryPoint
Handles an MVC call.
handleCall(RequestMethod, HttpServletRequest, HttpServletResponse, Map<String, String>, Map<String, Cookie>, HashDequeMap<String, Part>) - Method in class com.blackrook.small.dispatch.filter.FilterEntryPoint
 
handleCall(RequestMethod, HttpServletRequest, HttpServletResponse, Map<String, String>, Map<String, Cookie>, HashDequeMap<String, Part>) - Method in class com.blackrook.small.dispatch.filter.FilterExitPoint
 
handleException(HttpServletRequest, HttpServletResponse, E) - Method in interface com.blackrook.small.roles.ExceptionHandler
Called when an exception needs handling when thrown from a controller.
handleException(HttpServletRequest, HttpServletResponse, Throwable) - Static method in class com.blackrook.small.util.SmallUtils
Convenience function for forwarding exception handling to the Small Environment, re-throwing the provided if a suitable handler was not found nor invoked.
handleException(HttpServletRequest, HttpServletResponse, T) - Method in class com.blackrook.small.SmallEnvironment
Attempts to find a handler for an uncaught exception.
handleView(HttpServletRequest, HttpServletResponse, Object, String) - Method in interface com.blackrook.small.roles.ViewDriver
Called when a view needs to be rendered.
handleView(HttpServletRequest, HttpServletResponse, Object, String) - Method in class com.blackrook.small.SmallEnvironment
Iterates through the list of views attempting to find a view handler suitable for rendering the provided view.
handleView(HttpServletRequest, HttpServletResponse, Object, String) - Static method in class com.blackrook.small.util.SmallUtils
Convenience function for forwarding view handling to the Small Environment, throwing an exception if a suitable handler was not found nor invoked.
HashDequeMap<K,V> - Class in com.blackrook.small.struct
A hash map that stores deques of a particular type.
HashDequeMap() - Constructor for class com.blackrook.small.struct.HashDequeMap
Creates a new HashDequeMap that has default capacity and load factor.
HashDequeMap(int) - Constructor for class com.blackrook.small.struct.HashDequeMap
Creates a new HashDequeMap that has a specific capacity and default load factor.
HashDequeMap(int, float) - Constructor for class com.blackrook.small.struct.HashDequeMap
Creates a new HashDequeMap that has a specific capacity and default load factor.
hasTokens() - Method in class com.blackrook.small.parser.RFCParser
 
hasValue() - Method in class com.blackrook.small.struct.URITrie.Result
Checks if this result has a found value in it.
header(String, String) - Method in class com.blackrook.small.SmallResponse.GenericSmallResponse
Sets a header value.
Header - Annotation Interface in com.blackrook.small.annotation.parameters
Annotates a method parameter for request header value binding.
HEADER - Enum constant in enum class com.blackrook.small.dispatch.DispatchEntryPoint.Source
 
HEADER_DISPOSITION - Static variable in class com.blackrook.small.multipart.MultipartParser
Content-Disposition.
HEADER_MAP - Enum constant in enum class com.blackrook.small.dispatch.DispatchEntryPoint.Source
 
HEADER_TYPE - Static variable in class com.blackrook.small.multipart.MultipartParser
Content-Disposition.
HeaderMap - Annotation Interface in com.blackrook.small.annotation.parameters
Annotates a request header for request header value binding.
HTTPMethod - Class in com.blackrook.small.annotation.controller
The request methods that an EntryPath uses.
HTTPMethod() - Constructor for class com.blackrook.small.annotation.controller.HTTPMethod
 
HTTPMethod.DELETE - Annotation Interface in com.blackrook.small.annotation.controller
 
HTTPMethod.GET - Annotation Interface in com.blackrook.small.annotation.controller
 
HTTPMethod.PATCH - Annotation Interface in com.blackrook.small.annotation.controller
 
HTTPMethod.POST - Annotation Interface in com.blackrook.small.annotation.controller
 
HTTPMethod.PUT - Annotation Interface in com.blackrook.small.annotation.controller
 
A B C D E F G H I J M N O P R S T U V X 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form