info.magnolia.rendering.template
Interface InheritanceConfiguration

All Known Implementing Classes:
ConfiguredInheritance

public interface InheritanceConfiguration

Configuration for inheritance, allows for configuring inheritance for properties separately from inheritance of components. Can also control if specific components are included or not and their final order.

Version:
$Id$

Method Summary
 Comparator<javax.jcr.Node> getComponentComparator()
           
 AbstractPredicate<javax.jcr.Node> getComponentPredicate()
           
 Boolean isEnabled()
           
 Boolean isInheritsComponents()
           
 Boolean isInheritsProperties()
           
 

Method Detail

isEnabled

Boolean isEnabled()

isInheritsProperties

Boolean isInheritsProperties()

isInheritsComponents

Boolean isInheritsComponents()

getComponentPredicate

AbstractPredicate<javax.jcr.Node> getComponentPredicate()

getComponentComparator

Comparator<javax.jcr.Node> getComponentComparator()


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