Interface RawBlockFilter


  • @Role
    @Unstable
    public interface RawBlockFilter
    Filtering for raw blocks to clean and sanitize raw content.
    Since:
    14.8RC1
    Version:
    $Id: 9ecdf15e716dcf997a532fa2abd32dcad161ce5f $
    • Method Detail

      • getPriority

        int getPriority()
        The priority defines the order in which the filters will be executed since filters are executed on a block that might have been already transformed by a previous filter. The lower the number, the sooner the filter will be executed.
        Returns:
        the priority of execution of the filter.