Uses of Interface
com.fizzed.rocker.RockerOutput
Packages that use RockerOutput
-
Uses of RockerOutput in com.fizzed.rocker
Classes in com.fizzed.rocker with type parameters of type RockerOutputModifier and TypeInterfaceDescriptioninterfaceRockerOutput<T extends RockerOutput>interfaceRockerOutputFactory<T extends RockerOutput>Creates a RockerOutput during a render.Methods in com.fizzed.rocker with type parameters of type RockerOutputModifier and TypeMethodDescription<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 RockerOutputModifier and TypeMethodDescriptionprotected abstract RockerOutputRockerTemplate.__newOutput()Creates a new RockerOutput that the template will render to.BindableRockerModel.render()RockerModel.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 RockerOutputModifier and TypeClassDescriptionclassAbstractRockerOutput<T extends AbstractRockerOutput>Output that wraps anOutputStream.classOutput stores a list of references to byte arrays.classOutput that wraps anOutputStream.classOutput that wraps anStringBuilder.Fields in com.fizzed.rocker.runtime declared as RockerOutputMethods in com.fizzed.rocker.runtime with type parameters of type RockerOutputModifier and TypeMethodDescription<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 RockerOutputModifier and TypeMethodDescriptionprotected RockerOutputDefaultRockerTemplate.__newOutput()final RockerOutputDefaultRockerTemplate.__render(DefaultRockerTemplate context, RockerOutputFactory outputFactory) Executes template and renders content to output.protected RockerOutputDefaultRockerModel.doRender(DefaultRockerTemplate context, RockerOutputFactory outputFactory, RockerTemplateCustomizer templateCustomizer) DefaultRockerTemplate.Internal.getOut()DefaultRockerModel.render()Renders model and template content to output.Methods in com.fizzed.rocker.runtime with parameters of type RockerOutput