info.magnolia.cms.core
Interface Content.ContentFilter

All Known Implementing Classes:
CacheConfigurationTransformer, CollectionPropertyHidingTransformer, CompositeExecutorTransformer, CompositeFilterTransformer, Content2BeanTransformerImpl, Content2BeanUtil.DefaultClassTransformer, IPSecurityManagerImpl.IPSecurityManagerTransformer, NodeTypeFilter, RuleBasedContentFilter, VoterSetTransformer
Enclosing interface:
Content

public static interface Content.ContentFilter

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


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

Method Detail

accept

boolean accept(Content content)
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-2011 Magnolia International Ltd.. All Rights Reserved.