Class PropertiesTemplateValuesProvider
- java.lang.Object
-
- com.hybris.cockpitng.web.template.impl.PropertiesTemplateValuesProvider
-
- All Implemented Interfaces:
TemplateValuesProvider
@Deprecated(since="6.5", forRemoval=true) public class PropertiesTemplateValuesProvider extends java.lang.Object implements TemplateValuesProviderDeprecated, for removal: This API element is subject to removal in a future version.since 6.5Provides all properties available inCockpitPropertiesand assigns toVALUE_NAME_PROPERTIESvalue.- See Also:
PropertiesTemplateValuesProvider
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringVALUE_NAME_PROPERTIESDeprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Summary
Constructors Constructor Description PropertiesTemplateValuesProvider()Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected CockpitPropertiesgetCockpitProperties()Deprecated, for removal: This API element is subject to removal in a future version.java.util.Map<java.lang.String,java.lang.Object>provideTemplateValues(java.lang.Object context, java.lang.String templateId)Deprecated, for removal: This API element is subject to removal in a future version.voidsetCockpitProperties(CockpitProperties cockpitProperties)Deprecated, for removal: This API element is subject to removal in a future version.
-
-
-
Field Detail
-
VALUE_NAME_PROPERTIES
public static final java.lang.String VALUE_NAME_PROPERTIES
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
- Constant Field Values
-
-
Method Detail
-
provideTemplateValues
public java.util.Map<java.lang.String,java.lang.Object> provideTemplateValues(java.lang.Object context, java.lang.String templateId)Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
provideTemplateValuesin interfaceTemplateValuesProvider
-
getCockpitProperties
protected CockpitProperties getCockpitProperties()
Deprecated, for removal: This API element is subject to removal in a future version.
-
setCockpitProperties
public void setCockpitProperties(CockpitProperties cockpitProperties)
Deprecated, for removal: This API element is subject to removal in a future version.
-
-