public interface BlockFilter
The block filter is generally called for each block in a block list and is asked to return a filtered version of the provided block. This means:
Modifier and Type | Method and Description |
---|---|
List<Block> |
filter(Block block)
Filter provided block into zero or more block.
|
Copyright © 2004–2021 XWiki. All rights reserved.