public class DefaultWidgetRegistry extends Object implements WidgetRegistry
Constructor and Description |
---|
DefaultWidgetRegistry(javassist.ClassPool classPool,
ClassLoader classLoader,
org.reflections.Reflections reflections,
List<String> additionalFeatures) |
Modifier and Type | Method and Description |
---|---|
Set<Class<?>> |
getRegisteredAnnotations() |
WidgetConfigHolder |
getWidgetForAnnotation(Class<?> annotation) |
public DefaultWidgetRegistry(javassist.ClassPool classPool, ClassLoader classLoader, org.reflections.Reflections reflections, List<String> additionalFeatures) throws MalformedURLException, ClassNotFoundException, javassist.NotFoundException
MalformedURLException
ClassNotFoundException
javassist.NotFoundException
public WidgetConfigHolder getWidgetForAnnotation(Class<?> annotation)
getWidgetForAnnotation
in interface WidgetRegistry
public Set<Class<?>> getRegisteredAnnotations()
getRegisteredAnnotations
in interface WidgetRegistry
Copyright © 2019 ICF Olson. All rights reserved.