org.xwiki.rendering.block
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-2013 XWiki. All Rights Reserved.