Uses of Class
com.soklet.core.MultipartField
Packages that use MultipartField
Package
Description
Core Soklet contracts and functionality.
Default implementations of Soklet contracts.
Exceptions thrown during HTTP request processing.
-
Uses of MultipartField in com.soklet.core
Methods in com.soklet.core that return MultipartFieldMethods in com.soklet.core that return types with arguments of type MultipartFieldModifier and TypeMethodDescriptionMultipartParser.extractMultipartFields
(Request request) Given a request, detect all HTML form fields withmultipart/form-data
encoding and parse their values.Request.getMultipartField
(String name) Convenience method to access a multipart field when at most one is expected for the givenname
.Request.getMultipartFields()
The HTMLmultipart/form-data
fields provided by the client for this request. -
Uses of MultipartField in com.soklet.core.impl
Methods in com.soklet.core.impl that return types with arguments of type MultipartField -
Uses of MultipartField in com.soklet.exception
Methods in com.soklet.exception that return MultipartFieldConstructors in com.soklet.exception with parameters of type MultipartFieldModifierConstructorDescriptionIllegalMultipartFieldException
(String message, MultipartField multipartField) IllegalMultipartFieldException
(String message, Throwable cause, MultipartField multipartField)