Uses of Interface
javax.portlet.Event
-
Packages that use Event Package Description 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. -
-
Uses of Event in javax.portlet
Methods in javax.portlet that return Event Modifier and Type Method Description 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 Modifier and Type Method Description Event
EventRequestWrapper. getEvent()
The default behavior of this method is to callgetEvent()
on the wrapped request object.
-