org.apache.pluto.spi.optional
Class PortletRegistryEvent

java.lang.Object
  extended by org.apache.pluto.spi.optional.PortletRegistryEvent

public class PortletRegistryEvent
extends Object

Encapsulation of event information.

Since:
1.1.0

Constructor Summary
PortletRegistryEvent()
           
 
Method Summary
 String getApplicationId()
           
 PortletAppDD getPortletApplicationDescriptor()
           
 void setApplicationId(String applicationId)
           
 void setPortletApplicationDescriptor(PortletAppDD portletApplicationDescriptor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortletRegistryEvent

public PortletRegistryEvent()
Method Detail

getApplicationId

public String getApplicationId()

setApplicationId

public void setApplicationId(String applicationId)

getPortletApplicationDescriptor

public PortletAppDD getPortletApplicationDescriptor()

setPortletApplicationDescriptor

public void setPortletApplicationDescriptor(PortletAppDD portletApplicationDescriptor)


Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.