Interface RockerTemplateCustomizer


public interface RockerTemplateCustomizer
Customizer for a RockerTemplate.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    After a template has been built from a model, this will allow any last second customizations before render.
  • Method Details

    • 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.