|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectMultipartHandler
public final class MultipartHandler
Field Summary | |
---|---|
static MultipartHandler |
DISABLED
|
static MultipartHandler |
DISK
|
static int |
INT_DISABLED
|
static int |
INT_DISK
|
static int |
INT_MEMORY
|
static MultipartHandler |
MEMORY
|
Method Summary | |
---|---|
boolean |
equals(Object value)
Equals method. |
int |
getValue()
The multipart handler's int value. |
int |
hashCode()
Hash code. |
String |
toString()
Convert this multipart handler to a readable String. |
Methods inherited from class Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int INT_DISABLED
public static final int INT_MEMORY
public static final int INT_DISK
public static final MultipartHandler DISABLED
public static final MultipartHandler MEMORY
public static final MultipartHandler DISK
Method Detail |
---|
public String toString()
toString
in class Object
public boolean equals(Object value)
equals
in class Object
value
- value to check
true
if this multipart handler matches the value
; false
otherwise.public int hashCode()
hashCode
in class Object
public int getValue()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |