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() |
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) |
void |
JcrConfigurationSourceBuilder.bindWithDefaults(Registry registry) |
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) |
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–2015 Magnolia International Ltd.. All rights reserved.