程序包 org.beetl.core

接口 BodyContent

所有已知实现类:
ByteBodyContent, StringBodyContent

public interface BodyContent
模板变量或者标签的暂存区
作者:
xiandafu
  • 方法概要

    修饰符和类型
    方法
    说明
    void
    通过 out 写出暂存的内容
    获取模板或者标签的内容
  • 方法详细资料

    • getBody

      String getBody()
      获取模板或者标签的内容
      返回:
      模板或标签的内容
    • fill

      void fill(ByteWriter out) throws IOException
      通过 out 写出暂存的内容
      抛出:
      IOException