public class PortletURLListenerImpl
extends java.lang.Object
implements com.liferay.portal.kernel.model.PortletURLListener
| Constructor and Description |
|---|
PortletURLListenerImpl(java.lang.String listenerClass,
com.liferay.portal.kernel.model.PortletApp portletApp) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getListenerClass() |
com.liferay.portal.kernel.model.PortletApp |
getPortletApp() |
void |
setListenerClass(java.lang.String listenerClass) |
void |
setPortletApp(com.liferay.portal.kernel.model.PortletApp portletApp) |
public PortletURLListenerImpl(java.lang.String listenerClass,
com.liferay.portal.kernel.model.PortletApp portletApp)
public java.lang.String getListenerClass()
getListenerClass in interface com.liferay.portal.kernel.model.PortletURLListenerpublic com.liferay.portal.kernel.model.PortletApp getPortletApp()
getPortletApp in interface com.liferay.portal.kernel.model.PortletURLListenerpublic void setListenerClass(java.lang.String listenerClass)
setListenerClass in interface com.liferay.portal.kernel.model.PortletURLListenerpublic void setPortletApp(com.liferay.portal.kernel.model.PortletApp portletApp)
setPortletApp in interface com.liferay.portal.kernel.model.PortletURLListener