| Package | Description |
|---|---|
| com.fizzed.rocker | |
| com.fizzed.rocker.runtime |
| Modifier and Type | Interface and Description |
|---|---|
interface |
RockerOutput<T extends RockerOutput> |
interface |
RockerOutputFactory<T extends RockerOutput>
Creates a RockerOutput during a render.
|
| Modifier and Type | Method and Description |
|---|---|
<O extends RockerOutput> |
RockerModel.render(RockerOutputFactory<O> outputFactory)
Executes a template model and renders content to output.
|
<O extends RockerOutput> |
RockerModel.render(RockerOutputFactory<O> outputFactory,
RockerTemplateCustomizer templateCustomizer)
Executes a template model and renders content to output.
|
<T extends RockerOutput> |
BindableRockerModel.render(RockerOutputFactory<T> outputFactory) |
<T extends RockerOutput> |
BindableRockerModel.render(RockerOutputFactory<T> outputFactory,
RockerTemplateCustomizer templateCustomizer) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract RockerOutput |
RockerTemplate.__newOutput()
Creates a new RockerOutput that the template will render to.
|
RockerOutput |
BindableRockerModel.render() |
RockerOutput |
RockerModel.render()
Executes a template model and renders content to output.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractRockerOutput<T extends AbstractRockerOutput>
Output that wraps an
OutputStream. |
class |
ArrayOfByteArraysOutput
Output stores a list of references to byte arrays.
|
class |
OutputStreamOutput
Output that wraps an
OutputStream. |
class |
StringBuilderOutput
Output that wraps an
StringBuilder. |
| Modifier and Type | Method and Description |
|---|---|
<O extends RockerOutput> |
DefaultRockerModel.render(RockerOutputFactory<O> outputFactory) |
<O extends RockerOutput> |
DefaultRockerModel.render(RockerOutputFactory<O> outputFactory,
RockerTemplateCustomizer templateCustomizer) |
| Modifier and Type | Method and Description |
|---|---|
protected RockerOutput |
DefaultRockerTemplate.__newOutput() |
RockerOutput |
DefaultRockerTemplate.__render(DefaultRockerTemplate context,
RockerOutputFactory outputFactory)
Executes template and renders content to output.
|
protected RockerOutput |
DefaultRockerModel.doRender(DefaultRockerTemplate context,
RockerOutputFactory outputFactory,
RockerTemplateCustomizer templateCustomizer) |
RockerOutput |
DefaultRockerTemplate.Internal.getOut() |
RockerOutput |
DefaultRockerModel.render()
Renders model and template content to output.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultRockerTemplate.Internal.setOut(RockerOutput out) |
Copyright © 2016–2020 Fizzed, Inc. All rights reserved.