Class BaseFrontendPathMatcherUrlDecoder<T>
java.lang.Object
de.hybris.platform.acceleratorservices.urldecoder.impl.BaseFrontendPathMatcherUrlDecoder<T>
- Type Parameters:
T-
- All Implemented Interfaces:
FrontendUrlDecoder<T>
- Direct Known Subclasses:
CategoryFrontendPathMatcherUrlDecoder,ProductFrontendPathMatcherUrlDecoder
public abstract class BaseFrontendPathMatcherUrlDecoder<T>
extends Object
implements FrontendUrlDecoder<T>
Match url pattern using a path Matcher pattern.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.util.PathMatchervoidsetPathMatcher(org.springframework.util.PathMatcher pathMatcher) voidsetPathMatchPattern(String pathMatchPattern) protected abstract TtranslateId(String id)
-
Constructor Details
-
BaseFrontendPathMatcherUrlDecoder
public BaseFrontendPathMatcherUrlDecoder()
-
-
Method Details
-
decode
- Specified by:
decodein interfaceFrontendUrlDecoder<T>
-
translateId
-
setPathMatcher
public void setPathMatcher(org.springframework.util.PathMatcher pathMatcher) - Parameters:
pathMatcher- the pathMatcher to set
-
getPathMatcher
public org.springframework.util.PathMatcher getPathMatcher()- Returns:
- the pathMatcher
-
setPathMatchPattern
- Parameters:
pathMatchPattern- the pathMatchPattern to set
-
getPathMatchPattern
- Returns:
- the pathMatchPattern
-