com.ejie.r01f.servlet.upload
Class ParamPart

java.lang.Object
  extended bycom.ejie.r01f.servlet.upload.Part
      extended bycom.ejie.r01f.servlet.upload.ParamPart

public class ParamPart
extends Part

Parte tipo parametro de un multi-part enviado por un navegador


Method Summary
 java.lang.String getStringValue()
           
 java.lang.String getStringValue(java.lang.String theEncoding)
           
 byte[] getValue()
           
 boolean isParam()
          Devuelve si la parte es un parametro
 
Methods inherited from class com.ejie.r01f.servlet.upload.Part
getName, isFile
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getValue

public byte[] getValue()

getStringValue

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

getStringValue

public java.lang.String getStringValue(java.lang.String theEncoding)
                                throws java.io.UnsupportedEncodingException
Throws:
java.io.UnsupportedEncodingException

isParam

public boolean isParam()
Description copied from class: Part
Devuelve si la parte es un parametro

Overrides:
isParam in class Part