T - public abstract class BaseFrontendPathMatcherUrlDecoder<T> extends java.lang.Object implements FrontendUrlDecoder<T>
| Constructor and Description |
|---|
BaseFrontendPathMatcherUrlDecoder() |
| Modifier and Type | Method and Description |
|---|---|
T |
decode(java.lang.String urlIn) |
PathMatcher |
getPathMatcher() |
java.lang.String |
getPathMatchPattern() |
void |
setPathMatcher(PathMatcher pathMatcher) |
void |
setPathMatchPattern(java.lang.String pathMatchPattern) |
protected abstract T |
translateId(java.lang.String id) |
public T decode(java.lang.String urlIn)
decode in interface FrontendUrlDecoder<T>protected abstract T translateId(java.lang.String id)
public void setPathMatcher(PathMatcher pathMatcher)
pathMatcher - the pathMatcher to setpublic PathMatcher getPathMatcher()
public void setPathMatchPattern(java.lang.String pathMatchPattern)
pathMatchPattern - the pathMatchPattern to setpublic java.lang.String getPathMatchPattern()
Copyright © 2018 SAP SE. All Rights Reserved.