Uses of Interface
org.alfresco.repo.management.subsystems.PropertyBackedBeanRegistry
Packages that use PropertyBackedBeanRegistry
-
Uses of PropertyBackedBeanRegistry in org.alfresco.repo.management.subsystems
Classes in org.alfresco.repo.management.subsystems that implement PropertyBackedBeanRegistryMethods in org.alfresco.repo.management.subsystems that return PropertyBackedBeanRegistryModifier and TypeMethodDescriptionprotected PropertyBackedBeanRegistryAbstractPropertyBackedBean.getRegistry()Gets the registry of all property backed beans.Methods in org.alfresco.repo.management.subsystems with parameters of type PropertyBackedBeanRegistryModifier and TypeMethodDescriptionvoidAbstractPropertyBackedBean.setRegistry(PropertyBackedBeanRegistry registry) Sets the registry of all property backed beans.Constructors in org.alfresco.repo.management.subsystems with parameters of type PropertyBackedBeanRegistryModifierConstructorDescriptionChildApplicationContextFactory(org.springframework.context.ApplicationContext parent, PropertyBackedBeanRegistry registry, Properties propertyDefaults, Properties encryptedPropertyDefaults, String category, String typeName, List<String> instancePath) Constructor for dynamically created instances, e.g. throughDefaultChildApplicationContextManager.CompositeDataBean(org.springframework.context.ApplicationContext parent, PropertyBackedBean owner, PropertyBackedBeanRegistry registry, Properties propertyDefaults, String category, Class<?> type, List<String> instancePath) Constructor for dynamically created instances, e.g. throughChildApplicationContextFactory.