Liferay 7.0-ce-m6

com.liferay.portal.kernel.portlet
Class PortletProviderUtil

java.lang.Object
  extended by com.liferay.portal.kernel.portlet.PortletProviderUtil

public class PortletProviderUtil
extends Object


Constructor Summary
PortletProviderUtil()
           
 
Method Summary
static String getPortletId(String className, PortletProvider.Action action)
           
protected static PortletProvider getPortletProvider(String className, PortletProvider.Action action)
           
static PortletURL getPortletURL(javax.servlet.http.HttpServletRequest request, String className, PortletProvider.Action action)
           
static PortletURL getPortletURL(PortletRequest portletRequest, String className, PortletProvider.Action action)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortletProviderUtil

public PortletProviderUtil()
Method Detail

getPortletId

public static String getPortletId(String className,
                                  PortletProvider.Action action)

getPortletURL

public static PortletURL getPortletURL(javax.servlet.http.HttpServletRequest request,
                                       String className,
                                       PortletProvider.Action action)
                                throws PortalException
Throws:
PortalException

getPortletURL

public static PortletURL getPortletURL(PortletRequest portletRequest,
                                       String className,
                                       PortletProvider.Action action)
                                throws PortalException
Throws:
PortalException

getPortletProvider

protected static PortletProvider getPortletProvider(String className,
                                                    PortletProvider.Action action)

Liferay 7.0-ce-m6