Class RuleTemplate

    • Nested Class Summary

      • Nested classes/interfaces inherited from class com.fizzed.rocker.runtime.DefaultRockerTemplate

        com.fizzed.rocker.runtime.DefaultRockerTemplate.Internal
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.util.Collection deps  
      protected java.util.Collection extraBuckOpts  
      protected boolean fileConfiguredVisibility  
      protected java.util.Collection labels  
      protected java.lang.String name  
      protected java.lang.String ruleType  
      protected java.util.Collection visibility  
      • Fields inherited from class com.fizzed.rocker.runtime.DefaultRockerTemplate

        __internal
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected RuleTemplate​(com.fizzed.rocker.RockerModel model)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void __associate​(com.fizzed.rocker.RockerTemplate context)  
      • Methods inherited from class com.fizzed.rocker.runtime.DefaultRockerTemplate

        __doRender, __newOutput, __render, raw, raw
      • Methods inherited from class com.fizzed.rocker.RockerTemplate

        toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • ruleType

        protected java.lang.String ruleType
      • name

        protected java.lang.String name
      • fileConfiguredVisibility

        protected boolean fileConfiguredVisibility
      • visibility

        protected java.util.Collection visibility
      • deps

        protected java.util.Collection deps
      • labels

        protected java.util.Collection labels
      • extraBuckOpts

        protected java.util.Collection extraBuckOpts
    • Constructor Detail

      • RuleTemplate

        protected RuleTemplate​(com.fizzed.rocker.RockerModel model)
    • Method Detail

      • __associate

        protected void __associate​(com.fizzed.rocker.RockerTemplate context)
        Overrides:
        __associate in class com.fizzed.rocker.runtime.DefaultRockerTemplate