| Package | Description |
|---|---|
| com.fizzed.rocker | |
| com.fizzed.rocker.runtime |
| Modifier and Type | Method and Description |
|---|---|
BindableRockerModel |
BindableRockerModel.__body(RockerContent __body)
Do not use this method in your controller code.
|
BindableRockerModel |
BindableRockerModel.bind(Map<String,Object> values) |
BindableRockerModel |
BindableRockerModel.bind(String name,
Object value) |
BindableRockerModel |
BindableRockerModel.relaxedBind(Map<String,Object> values) |
static BindableRockerModel |
Rocker.template(String templatePath)
Creates a template at runtime with properties that can be set (bindable)
dynamically at runtime via Java reflection.
|
static BindableRockerModel |
Rocker.template(String templatePath,
Object... arguments) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
DefaultRockerTemplate.Internal.renderValue(BindableRockerModel model,
boolean nullSafe) |
Copyright © 2016–2020 Fizzed, Inc. All rights reserved.