Class 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 Detail

      • LAFFactory

        public LAFFactory()
    • Method Detail

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