Class TypeLocator

java.lang.Object
org.hippoecm.frontend.types.TypeLocator
All Implemented Interfaces:
Serializable, org.apache.wicket.model.IDetachable, org.apache.wicket.util.io.IClusterable, ITypeLocator

public class TypeLocator extends Object implements ITypeLocator
The TypeLocator finds the ITypeDescriptor for a particular type, given a number of IStores. It is intended to be used by ITypeDescriptor implementations to be able to do their own lookup. It should not be used by store implementations.
See Also: