Uses of Interface
com.hybris.cockpitng.web.template.TemplateValuesProvider
-
Packages that use TemplateValuesProvider Package Description com.hybris.cockpitng.web.template.impl -
-
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 classContextTemplateValuesProviderDeprecated.since 6.5classPathTemplateValuesProviderDeprecated.since 6.5classPropertiesTemplateValuesProviderDeprecated.since 6.5Methods in com.hybris.cockpitng.web.template.impl that return types with arguments of type TemplateValuesProvider Modifier and Type Method Description java.util.List<TemplateValuesProvider>AbstractTemplateEngine. getValuesProviders()Deprecated.Method parameters in com.hybris.cockpitng.web.template.impl with type arguments of type TemplateValuesProvider Modifier and Type Method Description voidAbstractTemplateEngine. setValuesProviders(java.util.List<TemplateValuesProvider> valuesProviders)Deprecated.
-