Liferay 7.0-ce-b4

com.liferay.portal.util.test
Class PortletContainerTestUtil.Response

java.lang.Object
  extended by com.liferay.portal.util.test.PortletContainerTestUtil.Response
Enclosing class:
PortletContainerTestUtil

public static class PortletContainerTestUtil.Response
extends Object


Method Summary
 String getBody()
           
 int getCode()
           
 List<String> getCookies()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getBody

public String getBody()

getCode

public int getCode()

getCookies

public List<String> getCookies()

Liferay 7.0-ce-b4