|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
public interface Render
| 方法摘要 | |
|---|---|
String |
getContentType()
设置返回数据的 HTTP ContentType |
String |
getString(Object data)
根据对象构造要输出的字符串 |
void |
output(javax.servlet.http.HttpServletResponse response,
String msg)
向客户端输出字符串 |
void |
setEncoding(String encoding)
设置结果数据编码 |
| 方法详细信息 |
|---|
void setEncoding(String encoding)
encoding - String getContentType()
String getString(Object data)
throws Exception
data -
Exception
void output(javax.servlet.http.HttpServletResponse response,
String msg)
throws Exception
response - msg -
Exception
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||