@ConsumerType public abstract class AbstractFDField extends Object implements FDField
Modifier and Type | Field and Description |
---|---|
protected com.day.cq.i18n.I18n |
i18n |
protected org.apache.sling.api.resource.ValueMap |
properties |
protected org.apache.sling.api.resource.Resource |
resource |
protected org.apache.sling.api.SlingHttpServletRequest |
slingRequest |
Constructor and Description |
---|
AbstractFDField() |
Modifier and Type | Method and Description |
---|---|
protected String |
externalize(String value,
String key)
Externalizes/Localizes the given key
|
String |
getDescription() |
String |
getGuideFieldType() |
String |
getId() |
String |
getName() |
String |
getPath() |
String |
getTitle() |
getAuthoringConfigJSON
protected org.apache.sling.api.SlingHttpServletRequest slingRequest
protected org.apache.sling.api.resource.Resource resource
protected org.apache.sling.api.resource.ValueMap properties
protected com.day.cq.i18n.I18n i18n
@Nonnull public String getTitle()
@Nonnull public String getPath()
@Nonnull public String getName()
@Nullable public String getDescription()
getDescription
in interface FDField
@Nonnull public String getId()
@Nonnull public String getGuideFieldType()
getGuideFieldType
in interface FDField
Copyright © 1982–2023 Adobe Systems Incorporated. All rights reserved.