| Package | Description |
|---|---|
| com.manydesigns.elements |
Elements is a library of building blocks that powers Portofino, mostly dealing with HTTP, forms, and data representation.
|
| com.manydesigns.elements.blobs |
Support for handling binary blobs (file uploads) in Elements forms.
|
| com.manydesigns.elements.servlet |
Servlet API utilities.
|
| Modifier and Type | Field and Description |
|---|---|
protected MultipartWrapper |
ElementsContext.multipart |
| Modifier and Type | Method and Description |
|---|---|
static MultipartWrapper |
ElementsThreadLocals.getMultipart() |
MultipartWrapper |
ElementsContext.getMultipart() |
| Modifier and Type | Method and Description |
|---|---|
static void |
ElementsThreadLocals.setMultipart(MultipartWrapper multipart) |
void |
ElementsContext.setMultipart(MultipartWrapper multipart) |
| Modifier and Type | Class and Description |
|---|---|
class |
StreamingCommonsMultipartWrapper
MultipartWrapper implementation that uses the streaming API of Commons Fileupload, avoiding the use of files.
|
| Modifier and Type | Field and Description |
|---|---|
protected MultipartWrapper |
MultipartRequest.multipartWrapper |
| Constructor and Description |
|---|
MultipartRequest(HttpServletRequest request,
MultipartWrapper multipartWrapper) |
| Modifier and Type | Class and Description |
|---|---|
class |
MutableHttpServletRequest |
| Modifier and Type | Method and Description |
|---|---|
protected MultipartWrapper |
ElementsFilter.buildMultipart(HttpServletRequest request) |
Copyright © 2022 MANYDESIGNS s.r.l.. All rights reserved.