public static final class HttpWhiteboardServletMultipart.Literal extends javax.enterprise.util.AnnotationLiteral<HttpWhiteboardServletMultipart> implements HttpWhiteboardServletMultipart
javax.enterprise.util.AnnotationLiteral.PrivilegedActionForAccessibleObjectHttpWhiteboardServletMultipart.LiteralPREFIX_| Constructor and Description |
|---|
Literal(boolean enabled,
int fileSizeThreshold,
String location,
long maxFileSize,
long maxRequestSize) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
enabled() |
int |
fileSizeThreshold() |
String |
location() |
long |
maxFileSize() |
long |
maxRequestSize() |
static HttpWhiteboardServletMultipart.Literal |
of(boolean enabled,
int fileSizeThreshold,
String location,
long maxFileSize,
long maxRequestSize) |
annotationType, equals, hashCode, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitannotationType, equals, hashCode, toStringpublic Literal(boolean enabled,
int fileSizeThreshold,
String location,
long maxFileSize,
long maxRequestSize)
public static final HttpWhiteboardServletMultipart.Literal of(boolean enabled, int fileSizeThreshold, String location, long maxFileSize, long maxRequestSize)
public boolean enabled()
public int fileSizeThreshold()
public String location()
public long maxFileSize()
public long maxRequestSize()
Copyright © 2020 The Apache Software Foundation. All rights reserved.