|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
ObjectEnum<Jpf.MultipartHandler>
Jpf.MultipartHandler
public static enum Jpf.MultipartHandler
Enumeration used by Jpf.Controller.multipartHandler()
to determine the type of multipart handler.
Enum Constant Summary | |
---|---|
disabled
Indicates that multipart handling is disabled in this Controller. |
|
disk
Indicates that multipart requests will be processed on disk for this Controller. |
|
memory
Indicates that multipart requests will be processed in-memory for this Controller. |
Method Summary | |
---|---|
static Jpf.MultipartHandler |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Jpf.MultipartHandler[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods inherited from class Enum |
---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final Jpf.MultipartHandler disabled
public static final Jpf.MultipartHandler memory
public static final Jpf.MultipartHandler disk
Method Detail |
---|
public static final Jpf.MultipartHandler[] values()
for(Jpf.MultipartHandler c : Jpf.MultipartHandler.values()) System.out.println(c);
public static Jpf.MultipartHandler valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |