程序包 org.beetl.core
接口 BodyContent
- 所有已知实现类:
ByteBodyContent,StringBodyContent
public interface BodyContent
模板变量或者标签的暂存区
- 作者:
- xiandafu
-
方法概要
-
方法详细资料
-
getBody
String getBody()获取模板或者标签的内容- 返回:
- 模板或标签的内容
-
fill
通过out写出暂存的内容- 抛出:
IOException
-
ByteBodyContent, StringBodyContentout 写出暂存的内容IOException