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