Liferay 6.1.2-ce-ga3

com.liferay.portal.model.impl
Class PortletURLListenerImpl

java.lang.Object
  extended by com.liferay.portal.model.impl.PortletURLListenerImpl
All Implemented Interfaces:
PortletURLListener, Serializable

public class PortletURLListenerImpl
extends Object
implements PortletURLListener

See Also:
Serialized Form

Constructor Summary
PortletURLListenerImpl(String listenerClass, PortletApp portletApp)
           
 
Method Summary
 String getListenerClass()
           
 PortletApp getPortletApp()
           
 void setListenerClass(String listenerClass)
           
 void setPortletApp(PortletApp portletApp)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortletURLListenerImpl

public PortletURLListenerImpl(String listenerClass,
                              PortletApp portletApp)
Method Detail

getListenerClass

public String getListenerClass()
Specified by:
getListenerClass in interface PortletURLListener

getPortletApp

public PortletApp getPortletApp()
Specified by:
getPortletApp in interface PortletURLListener

setListenerClass

public void setListenerClass(String listenerClass)
Specified by:
setListenerClass in interface PortletURLListener

setPortletApp

public void setPortletApp(PortletApp portletApp)
Specified by:
setPortletApp in interface PortletURLListener

Liferay 6.1.2-ce-ga3