Uses of Interface
org.xwiki.rendering.block.BlockFilter
-
Packages that use BlockFilter Package Description org.xwiki.rendering.block Represents content elements (Paragraph, Header, List, Styles, etc) as Blocks and a full document content is represented by a XDOM object. -
-
Uses of BlockFilter in org.xwiki.rendering.block
Classes in org.xwiki.rendering.block that implement BlockFilter Modifier and Type Class Description classPlainTextBlockFilterUsed to filter plain text blocks.Methods in org.xwiki.rendering.block with parameters of type BlockFilter Modifier and Type Method Description BlockAbstractBlock. clone(BlockFilter blockFilter)Return a copy of the block with filtered children.BlockBlock. clone(BlockFilter blockFilter)Return a copy of the block with filtered children.ImageBlockImageBlock. clone(BlockFilter blockFilter)Return a copy of the block with filtered children.LinkBlockLinkBlock. clone(BlockFilter blockFilter)Return a copy of the block with filtered children.
-