Uses of Class
com.blackrook.small.multipart.Part
Packages that use 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
Methods in com.blackrook.small.dispatch with parameters of type PartModifier and TypeMethodDescription<T> TDispatchComponent.getPartData(Part part, Class<T> type) Converts a Multipart Part to a type.Method parameters in com.blackrook.small.dispatch with type arguments of type PartModifier 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 Part in com.blackrook.small.dispatch.controller
Method parameters in com.blackrook.small.dispatch.controller with type arguments of type PartModifier 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
Method parameters in com.blackrook.small.dispatch.filter with type arguments of type PartModifier 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
Methods in com.blackrook.small.multipart that return types with arguments of type PartMethods in com.blackrook.small.multipart with parameters of type PartModifier and TypeMethodDescriptionprotected voidAdds a part to the multipart parser.protected voidMultipartParser.parseContentType(String line, Part part) protected voidMultipartParser.parseDisposition(String line, Part part)