Uses of Interface
de.hybris.platform.acceleratorservices.urlencoder.attributes.UrlEncodingAttributeManager
-
-
Uses of UrlEncodingAttributeManager in de.hybris.platform.acceleratorservices.urlencoder
Methods in de.hybris.platform.acceleratorservices.urlencoder that return types with arguments of type UrlEncodingAttributeManager Modifier and Type Method Description java.util.Map<java.lang.String,UrlEncodingAttributeManager>UrlEncoderService. getUrlEncodingAttrManagerMap()Collection of attributes and attributemanages to determine the encoding pattern -
Uses of UrlEncodingAttributeManager in de.hybris.platform.acceleratorservices.urlencoder.attributes.impl
Classes in de.hybris.platform.acceleratorservices.urlencoder.attributes.impl that implement UrlEncodingAttributeManager Modifier and Type Class Description classAbstractUrlEncodingAttributeManagerAbstract implementation ofUrlEncodingAttributeManager.classDefaultCurrencyAttributeManagerDefault implementation for currency attribute handler.classDefaultLanguageAttributeManagerDefault implementation for language attribute handler.classDefaultStoreFrontAttributeManagerDefault implementation for storefront attribute handler. -
Uses of UrlEncodingAttributeManager in de.hybris.platform.acceleratorservices.urlencoder.impl
Methods in de.hybris.platform.acceleratorservices.urlencoder.impl that return types with arguments of type UrlEncodingAttributeManager Modifier and Type Method Description protected java.util.Map<java.lang.String,UrlEncodingAttributeManager>DefaultUrlEncoderService. getUrlEncodingAttributeManagerMap()java.util.Map<java.lang.String,UrlEncodingAttributeManager>DefaultUrlEncoderService. getUrlEncodingAttrManagerMap()Method parameters in de.hybris.platform.acceleratorservices.urlencoder.impl with type arguments of type UrlEncodingAttributeManager Modifier and Type Method Description voidDefaultUrlEncoderService. setUrlEncodingAttributeManagerMap(java.util.Map<java.lang.String,UrlEncodingAttributeManager> urlEncodingAttributeManagerMap)
-