Class BasePortletProvider
Object
com.liferay.portal.kernel.portlet.BasePortletProvider
- All Implemented Interfaces:
PortletProvider
- Author:
- Eudaldo Alonso
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.liferay.portal.kernel.portlet.PortletProvider
PortletProvider.Action
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetPortletURL
(javax.servlet.http.HttpServletRequest httpServletRequest) getPortletURL
(javax.servlet.http.HttpServletRequest httpServletRequest, Group group) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.liferay.portal.kernel.portlet.PortletProvider
getPortletName, getSupportedActions
-
Constructor Details
-
BasePortletProvider
public BasePortletProvider()
-
-
Method Details
-
getPortletURL
public PortletURL getPortletURL(javax.servlet.http.HttpServletRequest httpServletRequest) throws PortalException - Specified by:
getPortletURL
in interfacePortletProvider
- Throws:
PortalException
-
getPortletURL
public PortletURL getPortletURL(javax.servlet.http.HttpServletRequest httpServletRequest, Group group) throws PortalException - Specified by:
getPortletURL
in interfacePortletProvider
- Throws:
PortalException
-