| Package | Description |
|---|---|
| com.liferay.portal.kernel.portlet |
This package defines the kernel portlet interfaces and classes.
|
| com.liferay.portal.kernel.search |
| Modifier and Type | Method and Description |
|---|---|
static PortletProvider.Action |
PortletProvider.Action.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PortletProvider.Action[] |
PortletProvider.Action.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
PortletProviderUtil.getPortletId(String className,
PortletProvider.Action action) |
protected static PortletProvider |
PortletProviderUtil.getPortletProvider(String className,
PortletProvider.Action action) |
static PortletURL |
PortletProviderUtil.getPortletURL(javax.servlet.http.HttpServletRequest httpServletRequest,
Group group,
String className,
PortletProvider.Action action) |
static PortletURL |
PortletProviderUtil.getPortletURL(javax.servlet.http.HttpServletRequest httpServletRequest,
String className,
PortletProvider.Action action) |
static PortletURL |
PortletProviderUtil.getPortletURL(PortletRequest portletRequest,
Group group,
String className,
PortletProvider.Action action) |
static PortletURL |
PortletProviderUtil.getPortletURL(PortletRequest portletRequest,
String className,
PortletProvider.Action action) |
| Modifier and Type | Method and Description |
|---|---|
protected PortletURL |
BaseOpenSearchImpl.getPortletURL(javax.servlet.http.HttpServletRequest httpServletRequest,
String className,
PortletProvider.Action action,
long scopeGroupId) |