|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--com.sapportals.wcm.util.mmparser.AbstractPart
|
+--com.sapportals.wcm.util.mmparser.ParamPart
A ParamPart is an upload part which represents a normal input
(i.e. non TYPE="file" ) form parameter.
| Method Summary | |
java.lang.String |
getStringValue()
Returns the value of the parameter in the default ISO-8859-1 encoding or empty string if the user entered no value for this parameter. |
java.lang.String |
getStringValue(java.lang.String encoding)
Returns the value of the parameter in the supplied encoding or empty string if the user entered no value for this parameter. |
byte[] |
getValue()
Returns the value of the parameter as an array of bytes or a zero length array if the user entered no value for this parameter. |
boolean |
isFile()
Returns true to indicate this part is a file. |
| Methods inherited from class com.sapportals.wcm.util.mmparser.AbstractPart |
getName |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public byte[] getValue()
public java.lang.String getStringValue()
throws java.io.UnsupportedEncodingException
java.io.UnsupportedEncodingException -
public java.lang.String getStringValue(java.lang.String encoding)
throws java.io.UnsupportedEncodingException
encoding - java.io.UnsupportedEncodingException - public boolean isFile()
true to indicate this part is a file.isFile in class AbstractPart
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||