public interface RenderableDefinition
extends info.magnolia.config.NamedDefinition
Modifier and Type | Method and Description |
---|---|
AutoGenerationConfiguration |
getAutoGeneration() |
Boolean |
getAutoPopulateFromRequest() |
String |
getDescription() |
FragmentDefinition |
getFragmentDefinition() |
String |
getI18nBasename()
Deprecated.
since 5.4.4. I18nBasename is deprecated and will be removed in a future version.
|
String |
getId() |
Class |
getModelClass() |
String |
getName() |
Map<String,Object> |
getParameters()
An arbitrary list of parameters.
|
String |
getRenderType() |
String |
getTemplateScript() |
String |
getTitle() |
Map<String,RenderableDefinition> |
getVariations() |
void |
setId(String id) |
String getId()
void setId(String id)
String getName()
getName
in interface info.magnolia.config.NamedDefinition
String getRenderType()
String getTitle()
String getDescription()
@Deprecated String getI18nBasename()
getTitle()
and getDescription()
.
The new i18n mechanism generates the keys via RenderableDefinitionKeyGenerator
automatically.String getTemplateScript()
Map<String,RenderableDefinition> getVariations()
Map<String,Object> getParameters()
Class getModelClass()
AutoGenerationConfiguration getAutoGeneration()
Boolean getAutoPopulateFromRequest()
FragmentDefinition getFragmentDefinition()
Copyright © 2003–2016 Magnolia International Ltd.. All rights reserved.