public class ElFilter extends Object implements IMessageFilter
| Modifier and Type | Class and Description |
|---|---|
static class |
ElFilter.ExpressionFactoryHolder |
| Constructor and Description |
|---|
ElFilter() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accepts(Object message,
MessageHandler metadata)
Accepts a message if the associated EL expression of the message handler resolves to 'true'
|
static javax.el.ExpressionFactory |
ELFactory() |
static boolean |
isELAvailable() |
public static final boolean isELAvailable()
public static final javax.el.ExpressionFactory ELFactory()
public boolean accepts(Object message, MessageHandler metadata)
accepts in interface IMessageFiltermessage - the message to be handled by the handlermetadata - the metadata object which describes the message handlerCopyright © 2014. All rights reserved.