Uses of Class
com.blackrook.small.multipart.Part
Package
Description
Contains component stuff related to the dispatcher.
Contains controller descriptors.
Contains filter descriptors.
Contains the embedded multipart request parser.
-
Uses of Part in com.blackrook.small.dispatch
Modifier and TypeMethodDescription<T> T
DispatchComponent.getPartData
(Part part, Class<T> type) Converts a Multipart Part to a type.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 Part 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 Part 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 Part in com.blackrook.small.multipart
Modifier and TypeMethodDescriptionprotected void
Adds a part to the multipart parser.protected void
MultipartParser.parseContentType
(String line, Part part) protected void
MultipartParser.parseDisposition
(String line, Part part)