|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.tapestry5.upload.services.UploadSymbols
public final class UploadSymbols
Configuration symbols.
| Field Summary | |
|---|---|
static String |
FILESIZE_MAX
Maximum size (in bytes) of a single file within an upload request Defaults to -1 (no limit). |
static String |
REPOSITORY_LOCATION
Location where temporary files will be written. |
static String |
REPOSITORY_THRESHOLD
Threshold (in bytes) that determines when an uploaded file will be written to the repository. |
static String |
REQUESTSIZE_MAX
Maximum size (in bytes) of a single upload request Defaults to -1 (no limit). |
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String REPOSITORY_LOCATION
public static final String REPOSITORY_THRESHOLD
public static final String REQUESTSIZE_MAX
public static final String FILESIZE_MAX
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||