Interface RequestMatching
public interface RequestMatching
Aspect providing means to match requests.
- Since:
- 5.2.11
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SessionAspectType<RequestMatching>Aspect providing means to match requests. -
Method Summary
-
Field Details
-
TYPE
Aspect providing means to match requests.- Since:
- 5.2.11
-
-
Method Details
-
getMatch
Provides a match object for the given data object with respect to the handed request and language. If no match is found for any reason, this method shall returnnull.- Parameters:
identifier- The data object identifier.request- The request to be matched.language- The language of the data to match in.- Returns:
- The
match objectfor the request ornull. - Since:
- 5.2.11
-