Class ComponentHelper

  • All Implemented Interfaces:
    Use
    Direct Known Subclasses:
    LoginPath

    public abstract class ComponentHelper
    extends java.lang.Object
    implements Use
    A convenient base Use class for development of Granite UI components that are implemented using HTL.
    • Constructor Summary

      Constructors 
      Constructor Description
      ComponentHelper()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void init​(javax.script.Bindings scriptBindings)
      Initialize bindings and calls #activate()
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ComponentHelper

        public ComponentHelper()
    • Method Detail

      • init

        public final void init​(javax.script.Bindings scriptBindings)
        Initialize bindings and calls #activate()
        Specified by:
        init in interface Use
        Parameters:
        scriptBindings - Bindings to be used, there is no guarantee of having any particular bindings available.