Uses of Class
javax.portlet.listener.PortletRequestEvent

Packages that use PortletRequestEvent
javax.portlet.listener   
 

Uses of PortletRequestEvent in javax.portlet.listener
 

Subclasses of PortletRequestEvent in javax.portlet.listener
 class PortletRequestAttributeEvent
           
 

Methods in javax.portlet.listener with parameters of type PortletRequestEvent
 void PortletRequestListener.requestDestroyed(PortletRequestEvent pre)
          Notification that the portlet request is about to go out of scope.
 void PortletRequestListener.requestInitialized(PortletRequestEvent pre)
          Notification that the portlet request is about to go into scope.