public abstract class AbstractPropagateLoader<T> extends AbstractAttributeLoader<T> implements AttributeLoader.Propagate<T>
AttributeLoader.Aggregate<T>, AttributeLoader.AggregateContext<T>, AttributeLoader.Context, AttributeLoader.ForestIndependent<T>, AttributeLoader.Propagate<T>, AttributeLoader.PropagateContext<T>
mySpec
Constructor and Description |
---|
AbstractPropagateLoader(AttributeSpec<T> spec) |
Modifier and Type | Method and Description |
---|---|
AttributeCachingStrategy |
getCachingStrategy() |
boolean |
isEveryItemTypeSupported() |
boolean |
isItemTypeSupported(String itemType) |
getAttributeSpec
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
loadChildrenValues
getAttributeDependencies, getAttributeSpec
public AbstractPropagateLoader(AttributeSpec<T> spec)
public boolean isEveryItemTypeSupported()
isEveryItemTypeSupported
in interface AttributeLoader<T>
public boolean isItemTypeSupported(String itemType)
isItemTypeSupported
in interface AttributeLoader<T>
public AttributeCachingStrategy getCachingStrategy()
getCachingStrategy
in interface AttributeLoader<T>
Copyright © 2018 ALM Works. All Rights Reserved.