ResetCallbackWriter

org.beangle.template.freemarker.ResetCallbackWriter
class ResetCallbackWriter extends Writer, TransformControl

ResetCallbackWriter

Attributes

Since

2.4

Graph
Supertypes
trait TransformControl
class Writer
trait Flushable
trait Closeable
trait AutoCloseable
trait Appendable
class Object
trait Matchable
class Any
Show all

Members list

Value members

Constructors

def this(bean: Component, writer: Writer)

Concrete methods

def afterBody(): Int
def close(): Unit
def flush(): Unit

let's just not do it (it will be flushed eventually anyway)

let's just not do it (it will be flushed eventually anyway)

Attributes

def getBean: Component
def onError(throwable: Throwable): Unit
def onStart(): Int
def write(cbuf: Array[Char], off: Int, len: Int): Unit

Inherited methods

def append(x$0: Char): Writer

Attributes

Inherited from:
Writer
def append(x$0: CharSequence, x$1: Int, x$2: Int): Writer

Attributes

Inherited from:
Writer
def append(x$0: CharSequence): Writer

Attributes

Inherited from:
Writer
def write(x$0: String, x$1: Int, x$2: Int): Unit

Attributes

Inherited from:
Writer
def write(x$0: String): Unit

Attributes

Inherited from:
Writer
def write(x$0: Array[Char]): Unit

Attributes

Inherited from:
Writer
def write(x$0: Int): Unit

Attributes

Inherited from:
Writer