@Role public interface FilterDescriptorManager
FilterDescriptor
related to classes.Modifier and Type | Method and Description |
---|---|
<F> F |
createCompositeFilter(ClassLoader loader,
Object... filters)
Helper for input module taking care of calling the right event when it exist, fallback on
UnknownFilter
or simply ignores it when the filter does not support it. |
<F> F |
createCompositeFilter(Object... filters)
Helper for input module taking care of calling the right event when it exist, fallback on
UnknownFilter
or simply ignores it when the filter does not support it. |
<F> F |
createFilterProxy(Object targetFilter,
Class<?>... interfaces)
Helper for input module taking care of calling the right event when it exist, fallback on
UnknownFilter
or simply ignores it when the filter does not support it. |
<F> F |
createFilterProxy(Object targetFilter,
ClassLoader loader,
Class<?>... interfaces)
Helper for input module taking care of calling the right event when it exist, fallback on
UnknownFilter
or simply ignores it when the filter does not support it. |
FilterDescriptor |
getFilterDescriptor(Class<?>... interfaces) |
FilterDescriptor getFilterDescriptor(Class<?>... interfaces)
interfaces
- the interfaces implemented by the filter<F> F createFilterProxy(Object targetFilter, Class<?>... interfaces)
UnknownFilter
or simply ignores it when the filter does not support it.F
- the class of the filterinterfaces
- the interfaces implemented by the filtertargetFilter
- the actual filter to send events to<F> F createFilterProxy(Object targetFilter, ClassLoader loader, Class<?>... interfaces)
UnknownFilter
or simply ignores it when the filter does not support it.F
- the class of the filterinterfaces
- the interfaces implemented by the filterloader
- the class loader to define the proxy classtargetFilter
- the actual filter to send events to<F> F createCompositeFilter(Object... filters)
UnknownFilter
or simply ignores it when the filter does not support it.F
- the class of the filterfilters
- the actual filters to send events to<F> F createCompositeFilter(ClassLoader loader, Object... filters)
UnknownFilter
or simply ignores it when the filter does not support it.F
- the class of the filterfilters
- the actual filters to send events toloader
- the class loader to define the proxy classCopyright © 2004–2022 XWiki. All rights reserved.