Class LAFFactory

java.lang.Object
org.pentaho.di.laf.LAFFactory

public class LAFFactory extends Object
the LAFFactory provides a mechanism whereby @see Handler s can be dynamically replaced to enable user driven replacement of dynamic resolvers whether ImageHandlers, MessageHandlers, or other elements of Look and Feel.
Author:
dhushon
  • Constructor Details

    • LAFFactory

      public LAFFactory()
  • Method Details

    • getDelegate

      protected static <V extends Handler> LAFDelegate<V> getDelegate(Class<V> handler)
    • getHandler

      public static <V extends Handler> V getHandler(Class<V> handler)
      Return an instance of the class that has been designated as the implementor of the requested Interface, will return null if there is no implementor.
      Type Parameters:
      V -
      Parameters:
      handler -
      Returns: