public abstract class Tag extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
protected Object[] |
args |
protected Statement |
bs |
protected ByteWriter |
bw |
protected Context |
ctx |
protected GroupTemplate |
gt |
| 构造器和说明 |
|---|
Tag() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
doBodyRender() |
protected BodyContent |
getBodyContent() |
void |
init(Context ctx,
Object[] args,
Statement st) |
abstract void |
render() |
protected Object[] args
protected GroupTemplate gt
protected Context ctx
protected ByteWriter bw
protected Statement bs
protected void doBodyRender()
protected BodyContent getBodyContent()
public abstract void render()
Copyright © 2018. All rights reserved.