Liferay 6.1.2-ce-ga3

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

Packages that use LiferayPortletURL
com.liferay.portal.kernel.portlet This package defines the kernel portlet interfaces and classes. 
com.liferay.portlet This package defines the common portlet interfaces, base classes, classes, factories, and utilities. 
com.liferay.util.bridges.alloy   
com.liferay.util.bridges.wai   
 

Uses of LiferayPortletURL in com.liferay.portal.kernel.portlet
 

Methods in com.liferay.portal.kernel.portlet that return LiferayPortletURL
 LiferayPortletURL LiferayPortletResponse.createActionURL(String portletName)
           
 LiferayPortletURL LiferayPortletResponse.createLiferayPortletURL(long plid, String portletName, String lifecycle)
           
 LiferayPortletURL LiferayPortletResponse.createLiferayPortletURL(long plid, String portletName, String lifecycle, boolean includeLinkToLayoutUuid)
           
 LiferayPortletURL LiferayPortletResponse.createLiferayPortletURL(String lifecycle)
           
 LiferayPortletURL LiferayPortletResponse.createLiferayPortletURL(String portletName, String lifecycle)
           
 LiferayPortletURL LiferayPortletResponse.createRenderURL(String portletName)
           
 LiferayPortletURL LiferayPortletResponse.createResourceURL(String portletName)
           
 

Methods in com.liferay.portal.kernel.portlet with parameters of type LiferayPortletURL
protected  void DefaultFriendlyURLMapper.addParametersIncludedInPath(LiferayPortletURL liferayPortletURL, Map<String,String> routeParameters)
          Adds the parameters included in the path to the portlet URL.
 String FriendlyURLMapper.buildPath(LiferayPortletURL liferayPortletURL)
          Generates a friendly URL path from the portlet URL object.
 String DefaultFriendlyURLMapper.buildPath(LiferayPortletURL liferayPortletURL)
           
protected  void DefaultFriendlyURLMapper.buildRouteParameters(LiferayPortletURL liferayPortletURL, Map<String,String> routeParameters)
          Builds the parameter map to be used by the router by copying parameters from the portlet URL.
 

Uses of LiferayPortletURL in com.liferay.portlet
 

Methods in com.liferay.portlet that return LiferayPortletURL
static LiferayPortletURL PortletURLFactoryUtil.create(javax.servlet.http.HttpServletRequest request, String portletId, long plid, String lifecycle)
           
 LiferayPortletURL PortletURLFactory.create(javax.servlet.http.HttpServletRequest request, String portletName, long plid, String lifecycle)
           
static LiferayPortletURL PortletURLFactoryUtil.create(PortletRequest portletRequest, String portletId, long plid, String lifecycle)
           
 LiferayPortletURL PortletURLFactory.create(PortletRequest portletRequest, String portletName, long plid, String lifecycle)
           
 

Methods in com.liferay.portlet with parameters of type LiferayPortletURL
static PortletURL PortletURLUtil.clone(LiferayPortletURL liferayPortletURL, String lifecycle, MimeResponse mimeResponse)
           
 

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

Methods in com.liferay.util.bridges.alloy with parameters of type LiferayPortletURL
 String AlloyFriendlyURLMapper.buildPath(LiferayPortletURL liferayPortletURL)
           
 

Uses of LiferayPortletURL in com.liferay.util.bridges.wai
 

Methods in com.liferay.util.bridges.wai with parameters of type LiferayPortletURL
 String WAIFriendlyURLMapper.buildPath(LiferayPortletURL liferayPortletURL)
           
 


Liferay 6.1.2-ce-ga3