com.liferay.portal.kernel.util
Class Http.FilePart
java.lang.Object
com.liferay.portal.kernel.util.Http.FilePart
- Enclosing interface:
- Http
public static class Http.FilePart
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Http.FilePart
public Http.FilePart(String name,
String fileName,
byte[] value,
String contentType,
String charSet)
getCharSet
public String getCharSet()
getContentType
public String getContentType()
getFileName
public String getFileName()
getName
public String getName()
getValue
public byte[] getValue()