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:
List<Block>
filter(Block block)
List<Block> filter(Block block)
block
Copyright © 2004–2016 XWiki. All rights reserved.