public interface RequestMatching
Modifier and Type | Field and Description |
---|---|
static SessionAspectType<RequestMatching> |
TYPE
Aspect providing means to match requests.
|
Modifier and Type | Method and Description |
---|---|
Match |
getMatch(String identifier,
Request request,
Language language)
Provides a match object for the given data object with respect to the handed request and language.
|
static final SessionAspectType<RequestMatching> TYPE
@Nullable Match getMatch(String identifier, Request request, Language language)
null
.identifier
- The data object identifier.request
- The request to be matched.language
- The language of the data to match in.match object
for the request or null
.Copyright © 2021 e-Spirit AG. All Rights Reserved. Build 5.2.210210