Uses of Interface
de.hybris.platform.ycommercewebservices.context.ContextInformationLoader
-
Packages that use ContextInformationLoader Package Description de.hybris.platform.ycommercewebservices.context.impl de.hybris.platform.ycommercewebservices.filter -
-
Uses of ContextInformationLoader in de.hybris.platform.ycommercewebservices.context.impl
Classes in de.hybris.platform.ycommercewebservices.context.impl that implement ContextInformationLoader Modifier and Type Class Description classDefaultContextInformationLoaderDefault context information loader -
Uses of ContextInformationLoader in de.hybris.platform.ycommercewebservices.filter
Methods in de.hybris.platform.ycommercewebservices.filter that return ContextInformationLoader Modifier and Type Method Description ContextInformationLoaderBaseSiteFilter. getContextInformationLoader()protected ContextInformationLoaderSessionCurrencyFilter. getContextInformationLoader()protected ContextInformationLoaderSessionLanguageFilter. getContextInformationLoader()Methods in de.hybris.platform.ycommercewebservices.filter with parameters of type ContextInformationLoader Modifier and Type Method Description voidBaseSiteFilter. setContextInformationLoader(ContextInformationLoader contextInformationLoader)voidSessionCurrencyFilter. setContextInformationLoader(ContextInformationLoader contextInformationLoader)voidSessionLanguageFilter. setContextInformationLoader(ContextInformationLoader contextInformationLoader)
-