Attributes |
Name | Required | Request-time | Type | Description |
clientId | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| The client ID to restrict the message list to. If not given, all messages are returned. If set to the empty string, only global messages will be returned. |
severity | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| A comma-separated list of severity values. Only messages of the given severity will be returned. Each value must be one of the following: |
target | true | false | javax.el.ValueExpression
(must evaluate to java.util.List )
| The EL expression into which the result list is stored. |