Interface RockerTemplateCustomizer


  • public interface RockerTemplateCustomizer
    Customizer for a RockerTemplate.
    • 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.