Package com.adobe.acs.commons.mcp.form
Interface DialogResourceProvider
public interface DialogResourceProvider
Provides an OSGi factory service for a resource provider. Service
implementations are usually generated by the AnnotationProcessor so to reduce
the amount of generated code, as much of the underlying implementation is
here in default methods.
-
Field Summary
FieldsModifier and TypeFieldDescription -
Method Summary
Modifier and TypeMethodDescriptiondefault voiddoActivate(org.osgi.framework.BundleContext bundleContext) default voiddefault DialogProviderClass<?>
-
Field Details
-
registeredProviders
-
-
Method Details
-
getTargetClass
Class<?> getTargetClass() -
getDialogProvider
-
doActivate
default void doActivate(org.osgi.framework.BundleContext bundleContext) throws InstantiationException, IllegalAccessException, IllegalArgumentException, InvocationTargetException, NoSuchMethodException, SecurityException -
doDeactivate
default void doDeactivate()
-