com.jdon.controller.events
类 EventSupport
java.lang.Object
com.jdon.controller.events.EventSupport
- 所有已实现的接口:
- Event, Serializable
- 直接已知子类:
- EventModel
public class EventSupport
- extends Object
- implements Event
Title:
Description: 带有web层的Action name 和action type
- 作者:
- banq
- 另请参见:
- 序列化表格
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
actionName
protected String actionName
actionType
protected int actionType
errors
protected String errors
EventSupport
public EventSupport()
setActionName
public void setActionName(String actionName)
- 指定者:
- 接口
Event 中的 setActionName
getActionName
public String getActionName()
- 指定者:
- 接口
Event 中的 getActionName
setActionType
public void setActionType(int actionType)
- 指定者:
- 接口
Event 中的 setActionType
getActionType
public int getActionType()
- 指定者:
- 接口
Event 中的 getActionType
setErrors
public void setErrors(String errors)
- 指定者:
- 接口
Event 中的 setErrors
getErrors
public String getErrors()
- 指定者:
- 接口
Event 中的 getErrors
setSession
public void setSession(javax.servlet.http.HttpSession session)
- 指定者:
- 接口
Event 中的 setSession
getSession
public javax.servlet.http.HttpSession getSession()
- 指定者:
- 接口
Event 中的 getSession
getEventName
public String getEventName()
- 指定者:
- 接口
Event 中的 getEventName
Copyright © 2013. All Rights Reserved.