Package com.fizzed.rocker
Interface RockerTemplateCustomizer
-
public interface RockerTemplateCustomizerCustomizer for a RockerTemplate.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcustomize(RockerTemplate template)After a template has been built from a model, this will allow any last second customizations before render.
-
-
-
Method Detail
-
customize
void customize(RockerTemplate template)
After a template has been built from a model, this will allow any last second customizations before render.- Parameters:
template- The template that will be rendered by the model.
-
-