Liferay 6.1.2-ce-ga3

Uses of Interface
com.liferay.portal.kernel.portlet.LiferayPortletResponse

Packages that use LiferayPortletResponse
com.liferay.portal.kernel.workflow   
com.liferay.portal.util This package defines the portal utility interfaces and classes. 
com.liferay.portlet This package defines the common portlet interfaces, base classes, classes, factories, and utilities. 
com.liferay.portlet.asset.model   
com.liferay.portlet.documentlibrary.util This package defines the document library portlet utility interfaces and classes. 
com.liferay.util.bridges.alloy   
 

Uses of LiferayPortletResponse in com.liferay.portal.kernel.workflow
 

Methods in com.liferay.portal.kernel.workflow with parameters of type LiferayPortletResponse
 PortletURL BaseWorkflowHandler.getURLEdit(long classPK, LiferayPortletRequest liferayPortletRequest, LiferayPortletResponse liferayPortletResponse)
           
 PortletURL WorkflowHandler.getURLEdit(long classPK, LiferayPortletRequest liferayPortletRequest, LiferayPortletResponse liferayPortletResponse)
           
 String BaseWorkflowHandler.getURLViewInContext(long classPK, LiferayPortletRequest liferayPortletRequest, LiferayPortletResponse liferayPortletResponse, String noSuchEntryRedirect)
           
 String WorkflowHandler.getURLViewInContext(long classPK, LiferayPortletRequest liferayPortletRequest, LiferayPortletResponse liferayPortletResponse, String noSuchEntryRedirect)
           
 

Uses of LiferayPortletResponse in com.liferay.portal.util
 

Methods in com.liferay.portal.util that return LiferayPortletResponse
static LiferayPortletResponse PortalUtil.getLiferayPortletResponse(PortletResponse portletResponse)
           
 LiferayPortletResponse Portal.getLiferayPortletResponse(PortletResponse portletResponse)
           
 

Uses of LiferayPortletResponse in com.liferay.portlet
 

Methods in com.liferay.portlet with parameters of type LiferayPortletResponse
static PortletURL PortletURLUtil.getCurrent(LiferayPortletRequest liferayPortletRequest, LiferayPortletResponse liferayPortletResponse)
           
 

Uses of LiferayPortletResponse in com.liferay.portlet.asset.model
 

Methods in com.liferay.portlet.asset.model with parameters of type LiferayPortletResponse
 PortletURL BaseAssetRendererFactory.getURLAdd(LiferayPortletRequest liferayPortletRequest, LiferayPortletResponse liferayPortletResponse)
           
 PortletURL AssetRendererFactory.getURLAdd(LiferayPortletRequest liferayPortletRequest, LiferayPortletResponse liferayPortletResponse)
           
 PortletURL AssetRenderer.getURLEdit(LiferayPortletRequest liferayPortletRequest, LiferayPortletResponse liferayPortletResponse)
           
 PortletURL BaseAssetRenderer.getURLEdit(LiferayPortletRequest liferayPortletRequest, LiferayPortletResponse liferayPortletResponse)
           
 PortletURL AssetRenderer.getURLEdit(LiferayPortletRequest liferayPortletRequest, LiferayPortletResponse liferayPortletResponse, WindowState windowState, PortletURL redirectURL)
           
 PortletURL BaseAssetRenderer.getURLEdit(LiferayPortletRequest liferayPortletRequest, LiferayPortletResponse liferayPortletResponse, WindowState windowState, PortletURL redirectURL)
           
 PortletURL AssetRenderer.getURLExport(LiferayPortletRequest liferayPortletRequest, LiferayPortletResponse liferayPortletResponse)
           
 PortletURL BaseAssetRenderer.getURLExport(LiferayPortletRequest liferayPortletRequest, LiferayPortletResponse liferayPortletResponse)
           
 PortletURL AssetRenderer.getURLView(LiferayPortletResponse liferayPortletResponse, WindowState windowState)
           
 PortletURL BaseAssetRenderer.getURLView(LiferayPortletResponse liferayPortletResponse, WindowState windowState)
           
 String AssetRenderer.getURLViewInContext(LiferayPortletRequest liferayPortletRequest, LiferayPortletResponse liferayPortletResponse, String noSuchEntryRedirect)
           
 String BaseAssetRenderer.getURLViewInContext(LiferayPortletRequest liferayPortletRequest, LiferayPortletResponse liferayPortletResponse, String noSuchEntryRedirect)
           
 

Uses of LiferayPortletResponse in com.liferay.portlet.documentlibrary.util
 

Methods in com.liferay.portlet.documentlibrary.util with parameters of type LiferayPortletResponse
static void DLUtil.addPortletBreadcrumbEntries(Folder folder, javax.servlet.http.HttpServletRequest request, LiferayPortletResponse liferayPortletResponse)
           
 

Uses of LiferayPortletResponse in com.liferay.util.bridges.alloy
 

Fields in com.liferay.util.bridges.alloy declared as LiferayPortletResponse
protected  LiferayPortletResponse BaseAlloyControllerImpl.liferayPortletResponse
           
 


Liferay 6.1.2-ce-ga3