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