Uses of Class
com.fizzed.rocker.BindableRockerModel
-
Packages that use BindableRockerModel Package Description com.fizzed.rocker com.fizzed.rocker.runtime -
-
Uses of BindableRockerModel in com.fizzed.rocker
Methods in com.fizzed.rocker that return BindableRockerModel Modifier and Type Method Description BindableRockerModelBindableRockerModel. __body(RockerContent __body)Do not use this method in your controller code.BindableRockerModelBindableRockerModel. bind(java.lang.String name, java.lang.Object value)BindableRockerModelBindableRockerModel. bind(java.util.Map<java.lang.String,java.lang.Object> values)BindableRockerModelBindableRockerModel. relaxedBind(java.util.Map<java.lang.String,java.lang.Object> values)static BindableRockerModelRocker. template(java.lang.String templatePath)Creates a template at runtime with properties that can be set (bindable) dynamically at runtime via Java reflection.static BindableRockerModelRocker. template(java.lang.String templatePath, java.lang.Object... arguments) -
Uses of BindableRockerModel in com.fizzed.rocker.runtime
Methods in com.fizzed.rocker.runtime with parameters of type BindableRockerModel Modifier and Type Method Description booleanDefaultRockerTemplate.Internal. renderValue(BindableRockerModel model, boolean nullSafe)
-