|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The Event
is the base interface for all events that can occur
whithin the portlet container.
To be informed of events, a listener has to be registered with the respective
event source.
Method Summary | |
net.sf.jportlet.portlet.Portlet |
getPortlet()
Return the portlet that sends the event |
net.sf.jportlet.portlet.PortletRequest |
getPortletRequest()
Returns the request associate with the event |
net.sf.jportlet.portlet.PortletResponse |
getPortletResponse()
Returns the response associate with the event |
Method Detail |
public net.sf.jportlet.portlet.Portlet getPortlet()
public net.sf.jportlet.portlet.PortletRequest getPortletRequest()
public net.sf.jportlet.portlet.PortletResponse getPortletResponse()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |