|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.tapestry.multipart.ValuePart
public class ValuePart
A portion of a multipart request that stores a value, or values, for a parameter.
| Constructor Summary | |
|---|---|
ValuePart(String value)
|
|
| Method Summary | |
|---|---|
void |
add(String newValue)
|
void |
cleanup()
Does nothing. |
int |
getCount()
|
String |
getValue()
Returns the value, or the first value (if multi-valued). |
String[] |
getValues()
Returns the values as an array of strings. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ValuePart(String value)
| Method Detail |
|---|
public int getCount()
public String getValue()
public String[] getValues()
public void add(String newValue)
public void cleanup()
cleanup in interface IPartUploadPart.cleanup()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||