Liferay 7.0-ce-b4

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.portal.security.auth This package defines the portal security authentication interfaces, classes, utilities, wrappers, and exceptions. 
com.liferay.portlet This package defines the common portlet interfaces, base classes, classes, factories, and utilities. 
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 DefaultFriendlyURLMapper.buildPath(LiferayPortletURL liferayPortletURL)
           
 String FriendlyURLMapper.buildPath(LiferayPortletURL liferayPortletURL)
          Generates a friendly URL path from the portlet URL object.
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.security.auth
 

Methods in com.liferay.portal.security.auth with parameters of type LiferayPortletURL
 void AuthToken.addCSRFToken(javax.servlet.http.HttpServletRequest request, LiferayPortletURL liferayPortletURL)
           
static void AuthTokenUtil.addCSRFToken(javax.servlet.http.HttpServletRequest request, LiferayPortletURL liferayPortletURL)
           
 void AuthToken.addPortletInvocationToken(javax.servlet.http.HttpServletRequest request, LiferayPortletURL liferayPortletURL)
           
static void AuthTokenUtil.addPortletInvocationToken(javax.servlet.http.HttpServletRequest request, LiferayPortletURL liferayPortletURL)
           
 boolean AuthTokenWhitelist.isPortletURLCSRFWhitelisted(LiferayPortletURL liferayPortletURL)
           
 boolean BaseAuthTokenWhitelist.isPortletURLCSRFWhitelisted(LiferayPortletURL liferayPortletURL)
           
static boolean AuthTokenWhitelistUtil.isPortletURLCSRFWhitelisted(LiferayPortletURL liferayPortletURL)
           
 boolean AuthTokenWhitelist.isPortletURLPortletInvocationWhitelisted(LiferayPortletURL liferayPortletURL)
           
 boolean BaseAuthTokenWhitelist.isPortletURLPortletInvocationWhitelisted(LiferayPortletURL liferayPortletURL)
           
static boolean AuthTokenWhitelistUtil.isPortletURLPortletInvocationWhitelisted(LiferayPortletURL liferayPortletURL)
           
 

Uses of LiferayPortletURL in com.liferay.portlet
 

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

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

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 7.0-ce-b4