Liferay 6.2-ce-ga5

com.liferay.portal.kernel.util
Class Http.FilePart

java.lang.Object
  extended by com.liferay.portal.kernel.util.Http.FilePart
Enclosing interface:
Http

public static class Http.FilePart
extends Object


Constructor Summary
Http.FilePart(String name, String fileName, byte[] value, String contentType, String charSet)
           
 
Method Summary
 String getCharSet()
           
 String getContentType()
           
 String getFileName()
           
 String getName()
           
 byte[] getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Http.FilePart

public Http.FilePart(String name,
                     String fileName,
                     byte[] value,
                     String contentType,
                     String charSet)
Method Detail

getCharSet

public String getCharSet()

getContentType

public String getContentType()

getFileName

public String getFileName()

getName

public String getName()

getValue

public byte[] getValue()

Liferay 6.2-ce-ga5