Class AbstractItemAttributeLoader<T>
Object
AbstractAttributeLoader<T>
AbstractItemAttributeLoader<T>
- All Implemented Interfaces:
AttributeLoader<T>,ItemAttributeLoader<T>
- Direct Known Subclasses:
ItemTypeAttributeLoader
public abstract class AbstractItemAttributeLoader<T>
extends AbstractAttributeLoader<T>
implements ItemAttributeLoader<T>
-
Field Summary
Fields inherited from class AbstractAttributeLoader
mySpec -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractAttributeLoader
getAttributeSpec, toStringMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface AttributeLoader
getAttributeDependencies, getAttributeSpec, getCachingStrategy, getContextDependencies, getGlobalTrailMethods inherited from interface ItemAttributeLoader
isItemTypeSupported, loadValue, preload
-
Constructor Details
-
AbstractItemAttributeLoader
-