corelib.services.web.webapplications.events
Class WebEvent
java.lang.Object
java.util.EventObject
corelib.services.web.webapplications.events.WebEvent
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- WebApplicationEvent, WebComponentEvent, WebPageEvent
public class WebEvent
- extends java.util.EventObject
This class produces instances of web events on the Ellipse framework.
- Since:
- 0.1
- Author:
- Dominique Liard
- See Also:
- Serialized Form
| Fields inherited from class java.util.EventObject |
source |
|
Constructor Summary |
WebEvent(java.lang.Object source)
Class constructor. |
WebEvent(java.lang.Object source,
javax.servlet.http.HttpSession session)
|
| Methods inherited from class java.util.EventObject |
getSource, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
WebEvent
public WebEvent(java.lang.Object source)
- Class constructor.
- Parameters:
source - The object that had produce this event.
WebEvent
public WebEvent(java.lang.Object source,
javax.servlet.http.HttpSession session)
getWebPage
public WebPage getWebPage()
getRequest
public javax.servlet.http.HttpServletRequest getRequest()
getResponse
public javax.servlet.http.HttpServletResponse getResponse()
getSession
public javax.servlet.http.HttpSession getSession()
CAUTION: Ellipse is proposed to you in BETA version to allow evaluation of this framework. Infini Software is released from any responsibility for the use of Ellipse Framework.
Copyright 2012 Infini Software - All Rights Reserved.