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