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,
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 |
---|
AbstractFileResourceConfigurationSource(ResourceOrigin<?> origin,
Registry<T> registry,
Pattern pathPattern) |
YamlConfigurationSource(ResourceOrigin origin,
Map2BeanTransformer map2BeanTransformer,
Registry<T> registry,
Pattern pathPattern,
YamlReader yamlReader)
Deprecated.
|
YamlConfigurationSource(ResourceOrigin origin,
Map2BeanTransformer map2BeanTransformer,
Registry<T> registry,
Pattern pathPattern,
YamlReader yamlReader,
MagnoliaConfigurationProperties magnoliaConfigurationProperties) |
Constructor and Description |
---|
FilePathBasedYamlDefinitionDecoratorResolver(Map2BeanTransformer map2BeanTransformer,
Registry registry)
|
FilePathBasedYamlDefinitionDecoratorResolver(Map2BeanTransformer map2BeanTransformer,
Registry registry,
MagnoliaConfigurationProperties magnoliaConfigurationProperties) |
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. |
Copyright © 2003–2017 Magnolia International Ltd.. All rights reserved.