Liferay 7.0-ce-b4

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)
           
protected static PortletProvider getPortletProvider(String className, com.liferay.registry.collections.ServiceTrackerMap<String,? extends PortletProvider> serviceTrackerMap)
           
static PortletURL getPortletURL(javax.servlet.http.HttpServletRequest request, Group group, String className, PortletProvider.Action action)
           
static PortletURL getPortletURL(javax.servlet.http.HttpServletRequest request, String className, PortletProvider.Action action)
           
static PortletURL getPortletURL(PortletRequest portletRequest, Group group, String className, PortletProvider.Action action)
           
static PortletURL getPortletURL(PortletRequest portletRequest, String className, PortletProvider.Action action)
           
protected static boolean isAssetObject(String className)
           
 
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,
                                       Group group,
                                       String className,
                                       PortletProvider.Action action)
                                throws PortalException
Throws:
PortalException

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,
                                       Group group,
                                       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)

getPortletProvider

protected static PortletProvider getPortletProvider(String className,
                                                    com.liferay.registry.collections.ServiceTrackerMap<String,? extends PortletProvider> serviceTrackerMap)

isAssetObject

protected static boolean isAssetObject(String className)

Liferay 7.0-ce-b4