Liferay 6.1.2-ce-ga3

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

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

public static class Http.Body
extends Object


Constructor Summary
Http.Body(String content, String contentType, String charset)
           
 
Method Summary
 String getCharset()
           
 String getContent()
           
 String getContentType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Http.Body

public Http.Body(String content,
                 String contentType,
                 String charset)
Method Detail

getCharset

public String getCharset()

getContent

public String getContent()

getContentType

public String getContentType()

Liferay 6.1.2-ce-ga3