com.sapportals.portal.prt.util.http
Class ParamPart

java.lang.Object
  |
  +--com.sapportals.portal.prt.util.http.Part
        |
        +--com.sapportals.portal.prt.util.http.ParamPart

public class ParamPart
extends Part


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

m_value

protected byte[] m_value
Constructor Detail

ParamPart

public ParamPart(java.lang.String name)
Parameters:
name -  
Method Detail

getValue

public byte[] getValue()
Gets the value of m_value.
Returns:
Value of m_value.

setValue

public void setValue(byte[] v)
Sets the value of m_value.
Parameters:
v - Value to assign to m_value.

getStringValue

public java.lang.String getStringValue()
                                throws java.io.UnsupportedEncodingException
Returns the
Throws:
java.io.UnsupportedEncodingException -  

getStringValue

public java.lang.String getStringValue(java.lang.String encoding)
                                throws java.io.UnsupportedEncodingException
Returns the
Parameters:
encoding -  
Throws:
java.io.UnsupportedEncodingException -