Uses of Interface
javax.portlet.Event

Packages that use Event
javax.portlet The javax.portlet package defines the API for Java Portlet Specification V2.0. 
javax.portlet.filter The javax.portlet.filter package defines the filter APIs for the Java Portlet Specification. 
org.apache.pluto The root package of the Pluto Portlet Container. 
org.apache.pluto.core   
org.apache.pluto.driver.services.container   
org.apache.pluto.internal.impl   
 

Uses of Event in javax.portlet
 

Methods in javax.portlet that return Event
 Event EventRequest.getEvent()
          Returns the event that triggered the call to the processEvent method.
 

Uses of Event in javax.portlet.filter
 

Methods in javax.portlet.filter that return Event
 Event EventRequestWrapper.getEvent()
          The default behavior of this method is to call getEvent() on the wrapped request object.
 

Uses of Event in org.apache.pluto
 

Methods in org.apache.pluto with parameters of type Event
 void EventContainer.fireEvent(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, PortletWindow window, Event event)
          Indicates that an event should be fired in the current request and calls the processEvent method of this portlet.
 

Uses of Event in org.apache.pluto.core
 

Methods in org.apache.pluto.core with parameters of type Event
 void PortletContainerImpl.fireEvent(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, PortletWindow window, Event event)
          Fire Event for the portlet associated with the given portlet window and eventName
 

Uses of Event in org.apache.pluto.driver.services.container
 

Methods in org.apache.pluto.driver.services.container that return Event
 Event EventList.getEvent(java.lang.String eventName)
          Gets the event.
 

Methods in org.apache.pluto.driver.services.container that return types with arguments of type Event
 java.util.List<Event> EventList.getEvents()
          Gets the events.
 

Methods in org.apache.pluto.driver.services.container with parameters of type Event
 void EventList.addEvent(Event event)
          Adds an event.
 void PortletWindowThread.addEvent(Event event)
           
 boolean EventList.isNotProcessed(Event event)
          Checks if the event is not processed.
 void EventList.setProcessed(Event event)
          Sets the processed.
 

Uses of Event in org.apache.pluto.internal.impl
 

Classes in org.apache.pluto.internal.impl that implement Event
 class EventImpl
          Implementation of JSR-286 Event.
 

Methods in org.apache.pluto.internal.impl that return Event
 Event EventRequestImpl.getEvent()
           
 

Constructors in org.apache.pluto.internal.impl with parameters of type Event
EventRequestImpl(PortletContainer container, InternalPortletWindow internalPortletWindow, javax.servlet.http.HttpServletRequest servletRequest, Event event)
           
 



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