|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use ObjectFilter | |
| org.mule.extras.spring.events | A Spring EventMulticaster that allows any Spring bean to send and receive mule events through the ApplicationContext and event listeners. |
| org.mule.providers.file.filters | Filename filters used to filter on a listening directory. |
| org.mule.providers.http.filters | |
| org.mule.routing.filters | Filters are often used by routers to determine if the event should be accepted by the router. |
| Uses of ObjectFilter in org.mule.extras.spring.events |
| Methods in org.mule.extras.spring.events that return ObjectFilter | |
protected ObjectFilter |
MuleEventMulticaster.createFilter(String pattern)
|
| Uses of ObjectFilter in org.mule.providers.file.filters |
| Classes in org.mule.providers.file.filters that implement ObjectFilter | |
class |
FilenameRegexFilter
|
class |
FilenameWildcardFilter
FilenameWildcardFilter filters incoming files from a directory,
based on file patterns. |
| Uses of ObjectFilter in org.mule.providers.http.filters |
| Classes in org.mule.providers.http.filters that implement ObjectFilter | |
class |
HttpRequestWildcardFilter
HttpRequestWildcardFilter filters out wildcard URL expressions. |
| Uses of ObjectFilter in org.mule.routing.filters |
| Classes in org.mule.routing.filters that implement ObjectFilter | |
class |
EqualsFilter
EqualsFilter is a filter for comparing two objects using the
equals() method. |
class |
RegExFilter
RegExFilter is used to match a String argument against a regular
expression. |
class |
WildcardFilter
WildcardFilter is used to match Strings against wildcards. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||