Liferay 6.1.2-ce-ga3

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

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

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

Classes in com.liferay.portal.apache.bridges.struts that implement LiferayPortletURL
 class LiferayStrutsPortletURLImpl
           
 

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.portal.struts
 

Classes in com.liferay.portal.struts that implement LiferayPortletURL
 class StrutsActionPortletURL
           
 

Methods in com.liferay.portal.struts with parameters of type LiferayPortletURL
static void StrutsURLEncoder.setParameters(LiferayPortletURL liferayPortletURL, String queryString)
           
 

Constructors in com.liferay.portal.struts with parameters of type LiferayPortletURL
StrutsURLEncoder(String contextPath, String mainPath, String servletMapping, LiferayPortletURL liferayPortletURL)
           
 

Uses of LiferayPortletURL in com.liferay.portlet
 

Classes in com.liferay.portlet that implement LiferayPortletURL
 class PortletURLImpl
           
 class PortletURLImplWrapper
           
 

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)
           
 LiferayPortletURL PortletURLFactoryImpl.create(javax.servlet.http.HttpServletRequest request, String portletId, 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)
           
 LiferayPortletURL PortletURLFactoryImpl.create(PortletRequest portletRequest, String portletId, long plid, String lifecycle)
           
 LiferayPortletURL PortletResponseImpl.createActionURL(String portletName)
           
 LiferayPortletURL PortletResponseImpl.createLiferayPortletURL(long plid, String portletName, String lifecycle)
           
 LiferayPortletURL PortletResponseImpl.createLiferayPortletURL(long plid, String portletName, String lifecycle, boolean includeLinkToLayoutUuid)
           
 LiferayPortletURL PortletResponseImpl.createLiferayPortletURL(String lifecycle)
           
 LiferayPortletURL PortletResponseImpl.createLiferayPortletURL(String portletName, String lifecycle)
           
 LiferayPortletURL ResourceResponseImpl.createLiferayPortletURL(String portletName, String lifecycle)
           
 LiferayPortletURL PortletResponseImpl.createRenderURL(String portletName)
           
 LiferayPortletURL PortletResponseImpl.createResourceURL(String portletName)
           
protected  LiferayPortletURL PortletResponseImpl.doCreateLiferayPortletURL(long plid, String portletName, String lifecycle, boolean includeLinkToLayoutUuid)
           
 

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.portlet.tagscompiler
 

Methods in com.liferay.portlet.tagscompiler with parameters of type LiferayPortletURL
 String TagsCompilerFriendlyURLMapper.buildPath(LiferayPortletURL liferayPortletURL)
           
 

Uses of LiferayPortletURL in com.liferay.portlet.wiki
 

Methods in com.liferay.portlet.wiki with parameters of type LiferayPortletURL
 String WikiFriendlyURLMapper.buildPath(LiferayPortletURL liferayPortletURL)
           
 

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