info.magnolia.cms.core
Interface Content.ContentFilter

All Known Implementing Classes:
CollectionPropertyHidingTransformer, Content2BeanTransformerImpl, Content2BeanUtil.DefaultClassTransformer, Content2BeanUtil.ToMapTransformer, NodeTypeFilter, RuleBasedContentFilter
Enclosing interface:
Content

Deprecated. since 4.5 - use Predicate instead.

@Deprecated
public static interface Content.ContentFilter

Implement this interface to be used as node filter by getChildren().


Method Summary
 boolean accept(Content content)
          Deprecated. Test if this content should be included in a resultant collection.
 

Method Detail

accept

boolean accept(Content content)
Deprecated. 
Test if this content should be included in a resultant collection.

Parameters:
content -
Returns:
if true this will be a part of collection


Copyright © 2003-2013 Magnolia International Ltd.. All Rights Reserved.