Class DefaulCustomPageUrlResolver
java.lang.Object
de.hybris.platform.commerceservices.url.impl.AbstractUrlResolver<String>
de.hybris.platform.commerceservices.url.impl.DefaulCustomPageUrlResolver
- All Implemented Interfaces:
UrlResolver<String>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected StringGet the cache key for the source instance.protected Stringprotected StringresolveInternal(String 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
-
DefaulCustomPageUrlResolver
public DefaulCustomPageUrlResolver()
-
-
Method Details
-
getPattern
-
setPattern
-
getKey
Description copied from class:AbstractUrlResolverGet the cache key for the source instance.- Overrides:
getKeyin classAbstractUrlResolver<String>- 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<String>- Parameters:
source- the source type.- Returns:
- the URL path
-