Uses of Interface
com.fizzed.rocker.RockerOutput
-
Packages that use RockerOutput Package Description com.fizzed.rocker com.fizzed.rocker.runtime -
-
Uses of RockerOutput in com.fizzed.rocker
Classes in com.fizzed.rocker with type parameters of type RockerOutput Modifier and Type Interface Description interfaceRockerOutput<T extends RockerOutput>interfaceRockerOutputFactory<T extends RockerOutput>Creates a RockerOutput during a render.Methods in com.fizzed.rocker with type parameters of type RockerOutput Modifier and Type Method Description <T extends RockerOutput>
TBindableRockerModel. render(RockerOutputFactory<T> outputFactory)<T extends RockerOutput>
TBindableRockerModel. render(RockerOutputFactory<T> outputFactory, RockerTemplateCustomizer templateCustomizer)<O extends RockerOutput>
ORockerModel. render(RockerOutputFactory<O> outputFactory)Executes a template model and renders content to output.<O extends RockerOutput>
ORockerModel. render(RockerOutputFactory<O> outputFactory, RockerTemplateCustomizer templateCustomizer)Executes a template model and renders content to output.Methods in com.fizzed.rocker that return RockerOutput Modifier and Type Method Description protected abstract RockerOutputRockerTemplate. __newOutput()Creates a new RockerOutput that the template will render to.RockerOutputBindableRockerModel. render()RockerOutputRockerModel. render()Executes a template model and renders content to output. -
Uses of RockerOutput in com.fizzed.rocker.runtime
Classes in com.fizzed.rocker.runtime that implement RockerOutput Modifier and Type Class Description classAbstractRockerOutput<T extends AbstractRockerOutput>Output that wraps anOutputStream.classArrayOfByteArraysOutputOutput stores a list of references to byte arrays.classOutputStreamOutputOutput that wraps anOutputStream.classStringBuilderOutputOutput that wraps anStringBuilder.Fields in com.fizzed.rocker.runtime declared as RockerOutput Modifier and Type Field Description private RockerOutputDefaultRockerTemplate.Internal. outMethods in com.fizzed.rocker.runtime with type parameters of type RockerOutput Modifier and Type Method Description <O extends RockerOutput>
ODefaultRockerModel. render(RockerOutputFactory<O> outputFactory)<O extends RockerOutput>
ODefaultRockerModel. render(RockerOutputFactory<O> outputFactory, RockerTemplateCustomizer templateCustomizer)Methods in com.fizzed.rocker.runtime that return RockerOutput Modifier and Type Method Description protected RockerOutputDefaultRockerTemplate. __newOutput()RockerOutputDefaultRockerTemplate. __render(DefaultRockerTemplate context, RockerOutputFactory outputFactory)Executes template and renders content to output.protected RockerOutputDefaultRockerModel. doRender(DefaultRockerTemplate context, RockerOutputFactory outputFactory, RockerTemplateCustomizer templateCustomizer)RockerOutputDefaultRockerTemplate.Internal. getOut()RockerOutputDefaultRockerModel. render()Renders model and template content to output.Methods in com.fizzed.rocker.runtime with parameters of type RockerOutput Modifier and Type Method Description voidDefaultRockerTemplate.Internal. setOut(RockerOutput out)
-