info.magnolia.rendering.template.configured
Class ConfiguredInheritance
java.lang.Object
info.magnolia.rendering.template.configured.ConfiguredInheritance
- All Implemented Interfaces:
- InheritanceConfiguration
public class ConfiguredInheritance
- extends Object
- implements InheritanceConfiguration
Defines behavior for inheritance. Allows for enabling
- Version:
- $Id$
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
COMPONENTS_ALL
public static final String COMPONENTS_ALL
- See Also:
- Constant Field Values
COMPONENTS_NONE
public static final String COMPONENTS_NONE
- See Also:
- Constant Field Values
COMPONENTS_FILTERED
public static final String COMPONENTS_FILTERED
- See Also:
- Constant Field Values
PROPERTIES_ALL
public static final String PROPERTIES_ALL
- See Also:
- Constant Field Values
PROPERTIES_NONE
public static final String PROPERTIES_NONE
- See Also:
- Constant Field Values
ConfiguredInheritance
public ConfiguredInheritance()
isEnabled
public Boolean isEnabled()
- Specified by:
isEnabled
in interface InheritanceConfiguration
setEnabled
public void setEnabled(Boolean enabled)
setComponents
public void setComponents(String components)
setProperties
public void setProperties(String properties)
isInheritsProperties
public Boolean isInheritsProperties()
- Specified by:
isInheritsProperties
in interface InheritanceConfiguration
isInheritsComponents
public Boolean isInheritsComponents()
- Specified by:
isInheritsComponents
in interface InheritanceConfiguration
getComponentPredicate
public info.magnolia.jcr.predicate.AbstractPredicate<javax.jcr.Node> getComponentPredicate()
- Specified by:
getComponentPredicate
in interface InheritanceConfiguration
setPredicateClass
public void setPredicateClass(Class<? extends info.magnolia.jcr.predicate.AbstractPredicate<javax.jcr.Node>> predicateClass)
getComponentComparator
public Comparator<javax.jcr.Node> getComponentComparator()
- Specified by:
getComponentComparator
in interface InheritanceConfiguration
setNodeComparatorClass
public void setNodeComparatorClass(Class<? extends Comparator<javax.jcr.Node>> nodeComparatorClass)
Copyright © 2003-2013 Magnolia International Ltd.. All Rights Reserved.