Package | Description |
---|---|
info.magnolia.rendering.generator | |
info.magnolia.rendering.template | |
info.magnolia.rendering.template.configured |
Modifier and Type | Interface and Description |
---|---|
interface |
Generator<C extends AutoGenerationConfiguration>
A generator to be implemented in order to create nodes based on the passed in configuration.
|
Modifier and Type | Method and Description |
---|---|
void |
CopyGenerator.generate(AutoGenerationConfiguration autoGenerationConfig) |
Modifier and Type | Method and Description |
---|---|
AutoGenerationConfiguration |
RenderableDefinition.getAutoGeneration() |
Modifier and Type | Method and Description |
---|---|
Class<Generator<AutoGenerationConfiguration>> |
AutoGenerationConfiguration.getGeneratorClass() |
Modifier and Type | Class and Description |
---|---|
class |
ConfiguredAutoGeneration
Implementation of
AutoGenerationConfiguration . |
Modifier and Type | Method and Description |
---|---|
AutoGenerationConfiguration |
ConfiguredRenderableDefinition.getAutoGeneration() |
Modifier and Type | Method and Description |
---|---|
Class<Generator<AutoGenerationConfiguration>> |
ConfiguredAutoGeneration.getGeneratorClass() |
Modifier and Type | Method and Description |
---|---|
void |
ConfiguredRenderableDefinition.setAutoGeneration(AutoGenerationConfiguration autoGeneration) |
Modifier and Type | Method and Description |
---|---|
void |
ConfiguredAutoGeneration.setGeneratorClass(Class<Generator<AutoGenerationConfiguration>> generatorClass) |
Copyright © 2003–2018 Magnolia International Ltd.. All rights reserved.