public class EventSupport extends Object implements Event
Title:
Description: 带有web层的Action name 和action type
| 限定符和类型 | 字段和说明 |
|---|---|
protected String |
actionName |
protected int |
actionType |
protected String |
errors |
| 构造器和说明 |
|---|
EventSupport() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getActionName() |
int |
getActionType() |
String |
getErrors() |
String |
getEventName() |
javax.servlet.http.HttpSession |
getSession() |
void |
setActionName(String actionName) |
void |
setActionType(int actionType) |
void |
setErrors(String errors) |
void |
setSession(javax.servlet.http.HttpSession session) |
protected String actionName
protected int actionType
protected String errors
public void setActionName(String actionName)
setActionName 在接口中 Eventpublic String getActionName()
getActionName 在接口中 Eventpublic void setActionType(int actionType)
setActionType 在接口中 Eventpublic int getActionType()
getActionType 在接口中 Eventpublic void setSession(javax.servlet.http.HttpSession session)
setSession 在接口中 Eventpublic javax.servlet.http.HttpSession getSession()
getSession 在接口中 Eventpublic String getEventName()
getEventName 在接口中 EventCopyright © 2018. All rights reserved.