Class DefaultPointOfServiceUrlResolver
java.lang.Object
de.hybris.platform.commerceservices.url.impl.AbstractUrlResolver<PointOfServiceModel>
de.hybris.platform.commerceservices.url.impl.DefaultPointOfServiceUrlResolver
- All Implemented Interfaces:
UrlResolver<PointOfServiceModel>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected StringgetKey(PointOfServiceModel source) Get the cache key for the source instance.protected Stringprotected StringresolveInternal(PointOfServiceModel source) Resolve the url path for the source type.voidsetPattern(String pattern) Methods inherited from class de.hybris.platform.commerceservices.url.impl.AbstractUrlResolver
getThreadContextService, resolve, setThreadContextService, urlEncode, urlSafe
-
Constructor Details
-
DefaultPointOfServiceUrlResolver
public DefaultPointOfServiceUrlResolver()
-
-
Method Details
-
getPattern
-
setPattern
-
getKey
Description copied from class:AbstractUrlResolverGet the cache key for the source instance.- Overrides:
getKeyin classAbstractUrlResolver<PointOfServiceModel>- Parameters:
source- the source instance- Returns:
- the cache key or null if caching is not supported
-
resolveInternal
Description copied from class:AbstractUrlResolverResolve the url path for the source type.- Specified by:
resolveInternalin classAbstractUrlResolver<PointOfServiceModel>- Parameters:
source- the source type.- Returns:
- the URL path
-