Uses of Class
javax.portlet.listener.PortletRequestAttributeEvent

Packages that use PortletRequestAttributeEvent
javax.portlet.listener   
 

Uses of PortletRequestAttributeEvent in javax.portlet.listener
 

Methods in javax.portlet.listener with parameters of type PortletRequestAttributeEvent
 void PortletRequestAttributeListener.attributeAdded(PortletRequestAttributeEvent prae)
          Notification that a new attribute was added to the portlet request.
 void PortletRequestAttributeListener.attributeRemoved(PortletRequestAttributeEvent prae)
          Notification that an existing attribute has been removed from the portlet request.
 void PortletRequestAttributeListener.attributeReplaced(PortletRequestAttributeEvent prae)
          Notification that an attribute on the portlet request has been replaced.