net.sf.jportlet.impl
Class EventImpl

java.lang.Object
  |
  +--net.sf.jportlet.impl.EventImpl
All Implemented Interfaces:
Event
Direct Known Subclasses:
ActionEventImpl, MessageEventImpl

public class EventImpl
extends java.lang.Object
implements Event

Implementation of Event

Author:
Herve Tchepannou

Field Summary
protected  net.sf.jportlet.impl.PortletRequestImpl _request
           
protected  net.sf.jportlet.impl.PortletResponseImpl _response
           
 
Constructor Summary
EventImpl(net.sf.jportlet.impl.PortletRequestImpl request, net.sf.jportlet.impl.PortletResponseImpl response)
           
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_request

protected net.sf.jportlet.impl.PortletRequestImpl _request

_response

protected net.sf.jportlet.impl.PortletResponseImpl _response
Constructor Detail

EventImpl

public EventImpl(net.sf.jportlet.impl.PortletRequestImpl request,
                 net.sf.jportlet.impl.PortletResponseImpl response)
Method Detail

getPortlet

public net.sf.jportlet.portlet.Portlet getPortlet()
Description copied from interface: Event
Return the portlet that sends the event

Specified by:
getPortlet in interface Event
Returns:
Portlet
See Also:
Event.getPortlet()

getPortletRequest

public net.sf.jportlet.portlet.PortletRequest getPortletRequest()
Description copied from interface: Event
Returns the request associate with the event

Specified by:
getPortletRequest in interface Event
Returns:
PortletRequest
See Also:
Event.getPortletRequest()

getPortletResponse

public net.sf.jportlet.portlet.PortletResponse getPortletResponse()
Description copied from interface: Event
Returns the response associate with the event

Specified by:
getPortletResponse in interface Event
Returns:
PortletRequest
See Also:
Event.getPortletResponse()


Copyright © 2002 Herve Tchepannou. All Rights Reserved.