Modifier and Type | Method and Description |
---|---|
static String |
ConfigDump.dump(Registry registry) |
protected static <T> void |
ConfigDump.dump(StringBuilder sb,
Registry<T> registry) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractRegistry<T>
Abstract
Registry base class holding a map of all objects of the defined type. |
Modifier and Type | Method and Description |
---|---|
Registry |
RegistryFacadeImpl.registryFor(DefinitionType type) |
Registry |
RegistryFacade.registryFor(DefinitionType type) |
Modifier and Type | Method and Description |
---|---|
Collection<Registry> |
RegistryFacadeImpl.all() |
Collection<Registry> |
RegistryFacade.all() |
Modifier and Type | Method and Description |
---|---|
static String |
RegistryTypeNameUtil.pluralTypeNameOf(Registry registry) |
static String |
RegistryTypeNameUtil.typeNameOf(Registry registry) |
Constructor and Description |
---|
RegistryFacadeImpl(Set<Registry> registries) |
Modifier and Type | Method and Description |
---|---|
void |
ConfigurationSourceBuilder.bindTo(Registry<?> registry) |
protected String |
AbstractConfigurationSourceBuilder.pluralTypeNameOf(Registry registry) |
protected String |
AbstractConfigurationSourceBuilder.typeNameOf(Registry registry) |
Modifier and Type | Method and Description |
---|---|
protected Registry<T> |
JcrConfigurationSource.getRegistry() |
Modifier and Type | Method and Description |
---|---|
void |
JcrConfigurationSourceBuilder.bindTo(Registry<?> registry)
Must be called only once (preferably on system startup) to prevent memory leaks
(
EventListener s cannot be deregistered once new JcrConfigurationSource is instantiated). |
void |
JcrConfigurationSourceBuilder.bindWithDefaults(Registry registry)
Must be called only once (preferably on system startup) to prevent memory leaks
(
EventListener s cannot be deregistered once new JcrConfigurationSource is instantiated). |
Constructor and Description |
---|
JcrConfigurationSource(Registry<T> registry,
String pathInModule,
org.apache.jackrabbit.commons.predicate.Predicate nodeFilter,
info.magnolia.jcr.node2bean.Node2BeanProcessor node2BeanProcessor,
info.magnolia.module.ModuleRegistry moduleRegistry) |
Modifier and Type | Method and Description |
---|---|
protected Registry<T> |
AbstractFileResourceConfigurationSource.getRegistry() |
Modifier and Type | Method and Description |
---|---|
void |
YamlConfigurationSourceBuilder.bindTo(Registry<?> registry) |
void |
YamlConfigurationSourceBuilder.bindWithDefaults(Registry registry) |
protected String |
YamlConfigurationSourceBuilder.moduleConventionsFormatFor(Registry registry) |
Constructor and Description |
---|
AbstractFileResourceConfigurationSource(info.magnolia.resourceloader.ResourceOrigin origin,
Registry<T> registry,
Pattern pathPattern) |
YamlConfigurationSource(info.magnolia.resourceloader.ResourceOrigin origin,
Map2BeanTransformer map2BeanTransformer,
Registry<T> registry,
Pattern pathPattern,
YamlReader yamlReader) |
Constructor and Description |
---|
FilePathBasedYamlDefinitionDecoratorResolver(Map2BeanTransformer map2BeanTransformer,
Registry registry) |
Copyright © 2003–2016 Magnolia International Ltd.. All rights reserved.