org.jiucai.appframework.base.spring.web
类 BaseController
java.lang.Object
org.jiucai.appframework.base.spring.web.BaseController
- 直接已知子类:
- XHRController
public abstract class BaseController
- extends Object
控制器的基类
- 作者:
- zhaidw
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
log
protected Logs log
SUCCESS
protected static final String SUCCESS
- 操作成功标识
- 另请参见:
- 常量字段值
FAILED
protected static final String FAILED
- 操作失败标识
- 另请参见:
- 常量字段值
CHARSET
protected static final String CHARSET
- 直接输出时的字符编码
- 另请参见:
- 常量字段值
BaseController
public BaseController()
Copyright © 2013. All Rights Reserved.