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 <T> DefinitionQuery<T> |
DefinitionQuery.build(Registry<T> registry)
Start building a DefinitionQuery for a Registry.
|
static <T> DefinitionQuery<T> |
DefinitionQuery.build(Registry<T> registry,
DefinitionQuery<T> baseQuery)
Start building a DefinitionQuery for a Registry, copying properties of an existing query.
|
static String |
RegistryTypeNameUtil.pluralTypeNameOf(Registry registry)
Deprecated.
since 5.5 - use
RegistryTypeNameUtil.pluralTypeNameOf(DefinitionType) instead. |
static String |
RegistryTypeNameUtil.typeNameOf(Registry registry)
Deprecated.
since 5.5 - use
RegistryTypeNameUtil.typeNameOf(DefinitionType) instead. |
Constructor and Description |
---|
RegistryFacadeImpl(Set<Registry> registries) |
Modifier and Type | Method and Description |
---|---|
void |
ConfigurationSourceBuilder.bindTo(Registry<?> registry) |
protected String |
AbstractConfigurationSourceBuilder.pluralTypeNameOf(Registry registry)
Deprecated.
since 5.5 - use
DefinitionType.getPluralName() instead. |
protected String |
AbstractConfigurationSourceBuilder.typeNameOf(Registry registry)
Deprecated.
since 5.5 - use
DefinitionType.getName() instead. |
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,
ModuleRegistry moduleRegistry,
Map2BeanTransformer map2BeanTransformer) |
JcrConfigurationSource(Registry<T> registry,
String pathInModule,
org.apache.jackrabbit.commons.predicate.Predicate nodeFilter,
Node2BeanProcessor node2BeanProcessor,
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 |
---|
InheritDefinition(Registry<T> targetRegistry,
ModuleRegistry moduleRegistry,
String currentModule,
String defaultName,
Consumer<DefinitionProvider.Problem> problemCollector) |
Constructor and Description |
---|
FilePathBasedYamlDefinitionDecoratorResolver(Map2BeanTransformer map2BeanTransformer,
Registry registry)
|
FilePathBasedYamlDefinitionDecoratorResolver(Map2BeanTransformer map2BeanTransformer,
Registry registry,
MagnoliaConfigurationProperties magnoliaConfigurationProperties) |
FilePathBasedYamlDefinitionDecoratorResolver(Map2BeanTransformer map2BeanTransformer,
Registry registry,
MagnoliaConfigurationProperties magnoliaConfigurationProperties,
Pattern decoratorFilePathPattern) |
Modifier and Type | Method and Description |
---|---|
DefinitionDependency.Builder |
DefinitionDependency.Builder.withRegistry(Registry<?> registry) |
Modifier and Type | Class and Description |
---|---|
class |
RendererRegistry
Central registry of all renderers.
|
Modifier and Type | Class and Description |
---|---|
class |
TemplateDefinitionRegistry
The central registry of all
TemplateDefinition s. |
Modifier and Type | Class and Description |
---|---|
class |
VirtualUriRegistry
Registry for
VirtualUriMappings . |
Copyright © 2003–2019 Magnolia International Ltd.. All rights reserved.