Class ContextTemplateValuesProvider
- java.lang.Object
-
- com.hybris.cockpitng.web.template.impl.ContextTemplateValuesProvider
-
- All Implemented Interfaces:
TemplateValuesProvider
@Deprecated(since="6.5", forRemoval=true) public class ContextTemplateValuesProvider extends java.lang.Object implements TemplateValuesProviderDeprecated, for removal: This API element is subject to removal in a future version.since 6.5Provides template context and assigns toVALUE_NAME_CONTEXTvalue.- See Also:
ContextTemplateValuesProvider
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringVALUE_NAME_CONTEXTDeprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Summary
Constructors Constructor Description ContextTemplateValuesProvider()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 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.
-
-
-
Field Detail
-
VALUE_NAME_CONTEXT
public static final java.lang.String VALUE_NAME_CONTEXT
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
-
-