com.sun.portal.portletappengine.ipc |
|
Java Source File Name | Type | Comment |
EventNotRegisteredException.java | Class | |
EventRequest.java | Interface | EventRequest interface is used for obtaining the information about event
(i.e. |
EventResponse.java | Interface | An interface which is mainly used for setting the render parameters. |
PortletEvent.java | Interface | This interface is implemented and an instance is returned in response to
createEvent call on PortletEventBroker. |
PortletEventBroker.java | Class | This class performs two functions: (1) Restricts access to event creation
only from processAction() and handleEvent() method and (2) Forces the
declaration of events in sun-portlet.xml. |
PortletEventImpl.java | Class | Class implementing PortletEvent interface. |
PortletEventListener.java | Interface | Any portlet interested in receiving any events must implement this interface. |