public class LAFFactory extends Object
Constructor and Description |
---|
LAFFactory() |
Modifier and Type | Method and Description |
---|---|
static <V extends Handler> |
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.
|