|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AutoGenerationConfiguration | |
---|---|
info.magnolia.rendering.generator | |
info.magnolia.rendering.template | |
info.magnolia.rendering.template.configured |
Uses of AutoGenerationConfiguration in info.magnolia.rendering.generator |
---|
Classes in info.magnolia.rendering.generator with type parameters of type AutoGenerationConfiguration | |
---|---|
interface |
Generator<C extends AutoGenerationConfiguration>
A generator to be implemented in order to create nodes based on the passed in configuration. |
Methods in info.magnolia.rendering.generator with parameters of type AutoGenerationConfiguration | |
---|---|
void |
CopyGenerator.generate(AutoGenerationConfiguration autoGenerationConfig)
|
Uses of AutoGenerationConfiguration in info.magnolia.rendering.template |
---|
Methods in info.magnolia.rendering.template that return AutoGenerationConfiguration | |
---|---|
AutoGenerationConfiguration |
RenderableDefinition.getAutoGeneration()
|
Methods in info.magnolia.rendering.template that return types with arguments of type AutoGenerationConfiguration | |
---|---|
Class<Generator<AutoGenerationConfiguration>> |
AutoGenerationConfiguration.getGeneratorClass()
|
Uses of AutoGenerationConfiguration in info.magnolia.rendering.template.configured |
---|
Classes in info.magnolia.rendering.template.configured that implement AutoGenerationConfiguration | |
---|---|
class |
ConfiguredAutoGeneration
Implementation of AutoGenerationConfiguration . |
Methods in info.magnolia.rendering.template.configured that return AutoGenerationConfiguration | |
---|---|
AutoGenerationConfiguration |
ConfiguredRenderableDefinition.getAutoGeneration()
|
Methods in info.magnolia.rendering.template.configured that return types with arguments of type AutoGenerationConfiguration | |
---|---|
Class<Generator<AutoGenerationConfiguration>> |
ConfiguredAutoGeneration.getGeneratorClass()
|
Methods in info.magnolia.rendering.template.configured with parameters of type AutoGenerationConfiguration | |
---|---|
void |
ConfiguredRenderableDefinition.setAutoGeneration(AutoGenerationConfiguration autoGeneration)
|
Method parameters in info.magnolia.rendering.template.configured with type arguments of type AutoGenerationConfiguration | |
---|---|
void |
ConfiguredAutoGeneration.setGeneratorClass(Class<Generator<AutoGenerationConfiguration>> generatorClass)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |