|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.oreilly.servlet.multipart.Part
public abstract class Part
A Part is an abstract upload part which represents an
INPUT form element in a multipart/form-data form
submission.
FilePart,
ParamPart| Method Summary | |
|---|---|
java.lang.String |
getName()
Returns the name of the form element that this Part corresponds to. |
boolean |
isFile()
Returns true if this Part is a FilePart. |
boolean |
isParam()
Returns true if this Part is a ParamPart. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public java.lang.String getName()
public boolean isFile()
public boolean isParam()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||