Uses of Interface
javax.portlet.EventRequest

Packages that use EventRequest
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.core   
org.apache.pluto.driver.services.container   
org.apache.pluto.internal.impl   
org.apache.pluto.testsuite   
 

Uses of EventRequest in javax.portlet
 

Methods in javax.portlet with parameters of type EventRequest
 void GenericPortlet.processEvent(EventRequest request, EventResponse response)
          Default event processing.
 void EventPortlet.processEvent(EventRequest request, EventResponse response)
          Called by the portlet container requesting the portlet to process a specific event.
 void EventResponse.setRenderParameters(EventRequest request)
          Maintain the current render parameters of the request for the response.
 

Uses of EventRequest in javax.portlet.filter
 

Classes in javax.portlet.filter that implement EventRequest
 class EventRequestWrapper
          The EventRequestWrapper provides a convenient implementation of the EventRequest interface that can be subclassed by developers wishing to adapt the request.
 

Methods in javax.portlet.filter that return EventRequest
 EventRequest EventRequestWrapper.getRequest()
          Return the wrapped request object.
 

Methods in javax.portlet.filter with parameters of type EventRequest
 void FilterChain.doFilter(EventRequest request, EventResponse response)
          Causes the next filter in the chain to be invoked, or if the calling filter is the last filter in the chain, causes the portlet at the end of the chain to be invoked.
 void EventFilter.doFilter(EventRequest request, EventResponse response, FilterChain chain)
          The doFilter method of the Filter is called by the portlet container each time a event request/response pair is passed through the chain due to a client request for a portlet method at the end of the chain.
 void EventResponseWrapper.setRenderParameters(EventRequest request)
          The default behavior of this method is to call setRenderParameters() on the wrapped response object.
 void EventRequestWrapper.setRequest(EventRequest request)
          Sets the request object being wrapped.
 

Constructors in javax.portlet.filter with parameters of type EventRequest
EventRequestWrapper(EventRequest request)
          Creates an EventRequest adaptor wrapping the given request object.
 

Uses of EventRequest in org.apache.pluto.core
 

Methods in org.apache.pluto.core with parameters of type EventRequest
 void NullPortlet.processEvent(EventRequest arg0, EventResponse arg1)
           
 

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

Methods in org.apache.pluto.driver.services.container with parameters of type EventRequest
 void FilterChainImpl.doFilter(EventRequest request, EventResponse response)
           
 

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

Classes in org.apache.pluto.internal.impl that implement EventRequest
 class EventRequestImpl
          javax.portlet.EventRequest implementation.
 

Methods in org.apache.pluto.internal.impl with parameters of type EventRequest
 void EventResponseImpl.setRenderParameters(EventRequest request)
           
 

Uses of EventRequest in org.apache.pluto.testsuite
 

Methods in org.apache.pluto.testsuite with parameters of type EventRequest
 void TestPortlet.processEvent(EventRequest request, EventResponse response)
           
 



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