Class PathTemplateValuesProvider
- java.lang.Object
-
- com.hybris.cockpitng.web.template.impl.PathTemplateValuesProvider
-
- All Implemented Interfaces:
TemplateValuesProvider
@Deprecated(since="6.5", forRemoval=true) public class PathTemplateValuesProvider extends java.lang.Object implements TemplateValuesProviderDeprecated, for removal: This API element is subject to removal in a future version.since 6.5Provider that uses template identity as a full resource path and assigns it as follows:- all before widget's id is assigned to
VALUE_NAME_ROOT- widget's id is assigned to
VALUE_NAME_WIDGET- path after widget's id is assigned to
VALUE_NAME_VIEW_PATH- full URL (incl. potential parameters) after widget's id is assigned to
VALUE_NAME_VIEW_URL- See Also:
PathTemplateValuesProvider
-
-
Constructor Summary
Constructors Constructor Description PathTemplateValuesProvider()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 WidgetLibUtilsgetWidgetLibUtils()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.voidsetWidgetLibUtils(WidgetLibUtils widgetLibUtils)Deprecated, for removal: This API element is subject to removal in a future version.
-
-
-
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
-
getWidgetLibUtils
protected WidgetLibUtils getWidgetLibUtils()
Deprecated, for removal: This API element is subject to removal in a future version.
-
setWidgetLibUtils
public void setWidgetLibUtils(WidgetLibUtils widgetLibUtils)
Deprecated, for removal: This API element is subject to removal in a future version.
-
-