public static final class HttpWhiteboardServletMultipart.Literal extends javax.enterprise.util.AnnotationLiteral<HttpWhiteboardServletMultipart> implements HttpWhiteboardServletMultipart
javax.enterprise.util.AnnotationLiteral.PrivilegedActionForAccessibleObject
HttpWhiteboardServletMultipart.Literal
PREFIX_
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, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
annotationType, equals, hashCode, toString
public 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 © 2019 The Apache Software Foundation. All rights reserved.