Class BaseFrontendRegexUrlDecoder<T>
java.lang.Object
de.hybris.platform.cmscockpit.url.impl.BaseFrontendRegexUrlDecoder<T>
- All Implemented Interfaces:
FrontendUrlDecoder<T>,org.springframework.beans.factory.InitializingBean
- Direct Known Subclasses:
CategoryCatalogVersionFrontendUrlDecoder,ProductCatalogVersionFrontendUrlDecoder
public abstract class BaseFrontendRegexUrlDecoder<T>
extends Object
implements FrontendUrlDecoder<T>, org.springframework.beans.factory.InitializingBean
Match url pattern using a regex.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
BaseFrontendRegexUrlDecoder
public BaseFrontendRegexUrlDecoder()
-
-
Method Details
-
decode
- Specified by:
decodein interfaceFrontendUrlDecoder<T>
-
translateId
-
setRegex
- Parameters:
regex- the regex to set
-
afterPropertiesSet
public void afterPropertiesSet()- Specified by:
afterPropertiesSetin interfaceorg.springframework.beans.factory.InitializingBean
-