public class PortletProviderUtil
extends java.lang.Object
Constructor and Description |
---|
PortletProviderUtil() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
getPortletId(java.lang.String className,
PortletProvider.Action action) |
protected static PortletProvider |
getPortletProvider(java.lang.String className,
PortletProvider.Action action) |
protected static PortletProvider |
getPortletProvider(java.lang.String className,
ServiceTrackerMap<java.lang.String,? extends PortletProvider> serviceTrackerMap) |
static javax.portlet.PortletURL |
getPortletURL(javax.servlet.http.HttpServletRequest request,
Group group,
java.lang.String className,
PortletProvider.Action action) |
static javax.portlet.PortletURL |
getPortletURL(javax.servlet.http.HttpServletRequest request,
java.lang.String className,
PortletProvider.Action action) |
static javax.portlet.PortletURL |
getPortletURL(javax.portlet.PortletRequest portletRequest,
Group group,
java.lang.String className,
PortletProvider.Action action) |
static javax.portlet.PortletURL |
getPortletURL(javax.portlet.PortletRequest portletRequest,
java.lang.String className,
PortletProvider.Action action) |
protected static boolean |
isAssetObject(java.lang.String className) |
public static java.lang.String getPortletId(java.lang.String className, PortletProvider.Action action)
public static javax.portlet.PortletURL getPortletURL(javax.servlet.http.HttpServletRequest request, Group group, java.lang.String className, PortletProvider.Action action) throws PortalException
PortalException
public static javax.portlet.PortletURL getPortletURL(javax.servlet.http.HttpServletRequest request, java.lang.String className, PortletProvider.Action action) throws PortalException
PortalException
public static javax.portlet.PortletURL getPortletURL(javax.portlet.PortletRequest portletRequest, Group group, java.lang.String className, PortletProvider.Action action) throws PortalException
PortalException
public static javax.portlet.PortletURL getPortletURL(javax.portlet.PortletRequest portletRequest, java.lang.String className, PortletProvider.Action action) throws PortalException
PortalException
protected static PortletProvider getPortletProvider(java.lang.String className, PortletProvider.Action action)
protected static PortletProvider getPortletProvider(java.lang.String className, ServiceTrackerMap<java.lang.String,? extends PortletProvider> serviceTrackerMap)
protected static boolean isAssetObject(java.lang.String className)