@Role
public interface UIExtensionFilter
UIExtension
.Modifier and Type | Method and Description |
---|---|
List<UIExtension> |
filter(List<UIExtension> extensions,
String... parameters)
Filter a list of
UIExtension . |
List<UIExtension> filter(List<UIExtension> extensions, String... parameters)
UIExtension
. Some filters require information provided by the user of the API, since we
don't support Constructor or setter injection we need the "parameter" argument to pass information to the filter.extensions
- The list of UIExtension
s to filterparameters
- A list of optional parametersCopyright © 2004–2021 XWiki. All rights reserved.