public class MultipartConfigMetaData extends IdMetaDataImpl
Constructor and Description |
---|
MultipartConfigMetaData() |
Modifier and Type | Method and Description |
---|---|
int |
getFileSizeThreshold() |
boolean |
getFileSizeThresholdSet() |
String |
getLocation() |
long |
getMaxFileSize() |
boolean |
getMaxFileSizeSet() |
long |
getMaxRequestSize() |
boolean |
getMaxRequestSizeSet() |
void |
setFileSizeThreshold(int fileSizeThreshold) |
void |
setLocation(String location) |
void |
setMaxFileSize(long maxFileSize) |
void |
setMaxRequestSize(long maxRequestSize) |
public String getLocation()
public void setLocation(String location)
public long getMaxFileSize()
public void setMaxFileSize(long maxFileSize)
public long getMaxRequestSize()
public void setMaxRequestSize(long maxRequestSize)
public int getFileSizeThreshold()
public void setFileSizeThreshold(int fileSizeThreshold)
public boolean getMaxFileSizeSet()
public boolean getMaxRequestSizeSet()
public boolean getFileSizeThresholdSet()
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All rights reserved.