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