public abstract class ERender
extends com.jfinal.render.Render
模板渲染
| 限定符和类型 | 字段和说明 |
|---|---|
protected String |
contentType |
protected static String |
DEFAULT_CONTENT_TYPE |
| 构造器和说明 |
|---|
ERender() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getContentType() |
protected Map<Object,Object> |
getReqData()
返回页面参数
|
protected void |
renderEvent(com.jfinal.template.Engine engine)
通用渲染输出
|
void |
setContentType(com.jfinal.render.ContentType contentType) |
protected String contentType
Copyright © 2023. All rights reserved.