Uses of Interface
com.hybris.cockpitng.core.util.template.TemplateValuesProvider
-
Packages that use TemplateValuesProvider Package Description com.hybris.cockpitng.core.util.template.impl com.hybris.cockpitng.web.template.impl -
-
Uses of TemplateValuesProvider in com.hybris.cockpitng.core.util.template.impl
Classes in com.hybris.cockpitng.core.util.template.impl that implement TemplateValuesProvider Modifier and Type Class Description classContextTemplateValuesProviderProvides template context and assigns toContextTemplateValuesProvider.VALUE_NAME_CONTEXTvalue.classPathTemplateValuesProviderProvider that uses template identity as a full resource path and assigns it as follows: all before widget's id is assigned toPathTemplateValuesProvider.VALUE_NAME_ROOTwidget's id is assigned toPathTemplateValuesProvider.VALUE_NAME_WIDGETpath after widget's id is assigned toPathTemplateValuesProvider.VALUE_NAME_VIEW_PATHfull URL (incl.classPropertiesTemplateValuesProviderProvides all properties available inCockpitPropertiesand assigns toPropertiesTemplateValuesProvider.VALUE_NAME_PROPERTIESvalue.Methods in com.hybris.cockpitng.core.util.template.impl that return types with arguments of type TemplateValuesProvider Modifier and Type Method Description java.util.List<TemplateValuesProvider>AbstractTemplateEngine. getValuesProviders()Method parameters in com.hybris.cockpitng.core.util.template.impl with type arguments of type TemplateValuesProvider Modifier and Type Method Description voidAbstractTemplateEngine. setValuesProviders(java.util.List<TemplateValuesProvider> valuesProviders) -
Uses of TemplateValuesProvider in com.hybris.cockpitng.web.template.impl
Classes in com.hybris.cockpitng.web.template.impl that implement TemplateValuesProvider Modifier and Type Class Description classIdTemplateValuesProviderProvides container id available inComponentand assigns toIdTemplateValuesProvider.VALUE_NAME_IDvalue.classLabelsTemplateValuesProviderProvides all localized labels underLabelsTemplateValuesProvider.VALUE_NAME_LABELS:LabelsTemplateValuesProvider.VALUE_NAME_LOCAL: local widgets labelsLabelsTemplateValuesProvider.VALUE_NAME_GLOBAL: global labelsclassSessionInfoTemplateValuesProviderProvides template context and assigns toSessionInfoTemplateValuesProvider.VALUE_NAME_CONTEXTvalue.classWidgetSettingsTemplateValuesProviderProvides widget settings and assigns toWidgetSettingsTemplateValuesProvider.VALUE_NAME_SETTINGSvalue.
-