Liferay 6.2-ce-ga5

Uses of Class
com.liferay.portlet.PortletResponseImpl

Packages that use PortletResponseImpl
com.liferay.portal.apache.bridges.struts   
com.liferay.portal.struts   
com.liferay.portlet This package defines the common portlet interfaces, base classes, classes, factories, and utilities. 
 

Uses of PortletResponseImpl in com.liferay.portal.apache.bridges.struts
 

Constructors in com.liferay.portal.apache.bridges.struts with parameters of type PortletResponseImpl
LiferayStrutsPortletURLImpl(PortletResponseImpl portletResponseImpl, long plid, String lifecycle)
           
 

Uses of PortletResponseImpl in com.liferay.portal.struts
 

Constructors in com.liferay.portal.struts with parameters of type PortletResponseImpl
StrutsActionPortletURL(PortletResponseImpl portletResponseImpl, long plid, String lifecycle)
           
 

Uses of PortletResponseImpl in com.liferay.portlet
 

Subclasses of PortletResponseImpl in com.liferay.portlet
 class ActionResponseImpl
           
 class EventResponseImpl
           
 class MimeResponseImpl
           
 class RenderResponseImpl
           
 class ResourceResponseImpl
           
 class StateAwareResponseImpl
           
 

Methods in com.liferay.portlet that return PortletResponseImpl
static PortletResponseImpl PortletResponseImpl.getPortletResponseImpl(PortletResponse portletResponse)
           
 

Constructors in com.liferay.portlet with parameters of type PortletResponseImpl
PortletURLImplWrapper(PortletResponseImpl portletResponseImpl, long plid, String lifecycle)
           
 


Liferay 6.2-ce-ga5