|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Interface Summary | |
|---|---|
| FilterFunction | Interface required for objects that will be registered as functions for use in selectors. |
| Class Summary | |
|---|---|
| BuiltinFunctionRegistry | Registry of built-in functions. |
| inListFunction | Filter function that matches a value against a list of values and evaluates to an indicator of membership in the list. |
| makeListFunction | Filter function that creates a list with each argument being one element in the list. |
| regexMatchFunction | Filter function that matches a value against a regular expression. |
| replaceFunction | Function which replaces regular expression matches in a source string to a replacement literal. |
| splitFunction | Function which splits a string into a list of strings given a regular expression for the separator. |
Filter Function implementations for JMS Selectors.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||