Package com.fizzed.rocker
Interface RockerTemplateCustomizer
public interface RockerTemplateCustomizer
Customizer for a RockerTemplate.
-
Method Summary
Modifier and TypeMethodDescriptionvoidcustomize(RockerTemplate template) After a template has been built from a model, this will allow any last second customizations before render.
-
Method Details
-
customize
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.
-