Class WhiteListParseFilter

  • All Implemented Interfaces:
    Serializable, Cloneable, org.apache.abdera.filter.ListParseFilter, org.apache.abdera.filter.ParseFilter

    @Deprecated
    public class WhiteListParseFilter
    extends AbstractListParseFilter
    Deprecated.
    Legacy AEM 6.x API.
    WhiteList Implementation of ParseFilter. Only the QNames listed will be considered acceptable
    See Also:
    Serialized Form
    • Constructor Detail

      • WhiteListParseFilter

        public WhiteListParseFilter()
        Deprecated.
      • WhiteListParseFilter

        public WhiteListParseFilter​(boolean listAttributesExplicitly)
        Deprecated.
        If listAttributesExplicity == true, attributes MUST be whitelisted independently of the elements on which they appear, otherwise, all attributes will automatically be considered acceptable if the containing element is considered acceptable.
    • Method Detail

      • acceptable

        public boolean acceptable​(QName qname)
        Deprecated.
        Specified by:
        acceptable in interface org.apache.abdera.filter.ParseFilter
        Specified by:
        acceptable in class AbstractListParseFilter
      • acceptable

        public boolean acceptable​(QName qname,
                                  QName attribute)
        Deprecated.
        Specified by:
        acceptable in interface org.apache.abdera.filter.ParseFilter
        Specified by:
        acceptable in class AbstractListParseFilter