Class PropertiesTemplateValuesProvider
- java.lang.Object
-
- com.hybris.cockpitng.web.template.impl.PropertiesTemplateValuesProvider
-
- All Implemented Interfaces:
TemplateValuesProvider
@Deprecated public class PropertiesTemplateValuesProvider extends java.lang.Object implements TemplateValuesProvider
Deprecated.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.
-
Constructor Summary
Constructors Constructor Description PropertiesTemplateValuesProvider()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected CockpitPropertiesgetCockpitProperties()Deprecated.java.util.Map<java.lang.String,java.lang.Object>provideTemplateValues(java.lang.Object context, java.lang.String templateId)Deprecated.voidsetCockpitProperties(CockpitProperties cockpitProperties)Deprecated.
-
-
-
Field Detail
-
VALUE_NAME_PROPERTIES
public static final java.lang.String VALUE_NAME_PROPERTIES
Deprecated.- 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.- Specified by:
provideTemplateValuesin interfaceTemplateValuesProvider
-
getCockpitProperties
protected CockpitProperties getCockpitProperties()
Deprecated.
-
setCockpitProperties
public void setCockpitProperties(CockpitProperties cockpitProperties)
Deprecated.
-
-