public interface PortletProvider
| Modifier and Type | Interface and Description |
|---|---|
static class |
PortletProvider.Action |
| Modifier and Type | Method and Description |
|---|---|
String |
getPortletName() |
PortletURL |
getPortletURL(javax.servlet.http.HttpServletRequest httpServletRequest) |
PortletURL |
getPortletURL(javax.servlet.http.HttpServletRequest httpServletRequest,
Group group) |
String getPortletName()
PortletURL getPortletURL(javax.servlet.http.HttpServletRequest httpServletRequest) throws PortalException
PortalExceptionPortletURL getPortletURL(javax.servlet.http.HttpServletRequest httpServletRequest, Group group) throws PortalException
PortalException