Liferay 7.0-ce-b7 portal-service

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.kernel.security.auth This package defines the portal security authentication interfaces, classes, utilities, wrappers, and exceptions. 
 

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

Methods in com.liferay.portal.kernel.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)
           
 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.
static PortletURL PortletURLUtil.clone(LiferayPortletURL liferayPortletURL, String lifecycle, LiferayPortletResponse liferayPortletResponse)
           
 

Uses of LiferayPortletURL in com.liferay.portal.kernel.security.auth
 

Methods in com.liferay.portal.kernel.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)
           
 


Liferay 7.0-ce-b7 portal-service