public abstract class BaseFrontendRegexUrlDecoder<T> extends Object implements FrontendUrlDecoder<T>
| Constructor and Description |
|---|
BaseFrontendRegexUrlDecoder() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
T |
decode(String url) |
void |
setRegex(String regex) |
protected abstract T |
translateId(String id) |
Copyright © 2017 SAP SE. All Rights Reserved.