|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--com.sapportals.portal.prt.util.http.Part
|
+--com.sapportals.portal.prt.util.http.ParamPart
| Field Summary | |
protected byte[] |
m_value
|
| Fields inherited from class com.sapportals.portal.prt.util.http.Part |
m_name |
| Constructor Summary | |
ParamPart(java.lang.String name)
|
|
| Method Summary | |
java.lang.String |
getStringValue()
Returns the |
java.lang.String |
getStringValue(java.lang.String encoding)
Returns the |
byte[] |
getValue()
Gets the value of m_value. |
void |
setValue(byte[] v)
Sets the value of m_value. |
| Methods inherited from class com.sapportals.portal.prt.util.http.Part |
getName, setName |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected byte[] m_value
| Constructor Detail |
public ParamPart(java.lang.String name)
name - | Method Detail |
public byte[] getValue()
public void setValue(byte[] v)
v - Value to assign to m_value.
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 -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||