Package org.pentaho.di.laf
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 Summary
Constructors Constructor Description LAFFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description protected static <V extends Handler>
LAFDelegate<V>getDelegate(Class<V> handler)
static <V extends Handler>
VgetHandler(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.
-
-
-
Method Detail
-
getDelegate
protected static <V extends Handler> LAFDelegate<V> getDelegate(Class<V> handler)
-
-