Interface PortletProvider
- All Known Implementing Classes:
BasePortletProvider
public interface PortletProvider
- Author:
- Eudaldo Alonso
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptiongetPortletURL
(javax.servlet.http.HttpServletRequest httpServletRequest) getPortletURL
(javax.servlet.http.HttpServletRequest httpServletRequest, Group group)
-
Method Details
-
getPortletName
String getPortletName() -
getPortletURL
PortletURL getPortletURL(javax.servlet.http.HttpServletRequest httpServletRequest) throws PortalException - Throws:
PortalException
-
getPortletURL
PortletURL getPortletURL(javax.servlet.http.HttpServletRequest httpServletRequest, Group group) throws PortalException - Throws:
PortalException
-
getSupportedActions
PortletProvider.Action[] getSupportedActions()
-