|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.util.EventObject
sunw.util.EventObject
pt.despodata.java.webappl.actions.event.ActionEvent
ActionEvent.java Company MoreData
| Field Summary | |
static int |
AFTER_ACTION
|
static int |
BEFORE_ACTION
|
static int |
NEXT_FREE_ACTION_TYPE
|
| Fields inherited from class java.util.EventObject |
source |
| Constructor Summary | |
ActionEvent(Action action,
int eventType,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
java.lang.String uri)
Creates a new instance of ActionEvent |
|
| Method Summary | |
int |
getEventType()
Getter for property eventType. |
javax.servlet.http.HttpServletRequest |
getRequest()
Getter for property request. |
java.lang.String |
getUri()
Getter for property uri. |
void |
setEventType(int eventType)
Setter for property eventType. |
| 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 |
| Field Detail |
public static final int BEFORE_ACTION
public static final int AFTER_ACTION
public static final int NEXT_FREE_ACTION_TYPE
| Constructor Detail |
public ActionEvent(Action action,
int eventType,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
java.lang.String uri)
| Method Detail |
public int getEventType()
public javax.servlet.http.HttpServletRequest getRequest()
public void setEventType(int eventType)
eventType - New value of property eventType.public java.lang.String getUri()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||