Class IdLookupProvider<I>
java.lang.Object
com.foursoft.harness.navext.runtime.IdLookupProvider<I>
- Type Parameters:
I- Type of the superclass if elements that are identifiable (have an id).
Provides the possibility to lookup elements by their technical (xml) id. The
IdLookupProvider is normally created during the unmarshalling process
by an ExtendedUnmarshaller.- Author:
- becker
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionmerge(IdLookupProvider<I> toMerge) Merges thisIdLookupProviderwith toMerge and returns this.
-
Constructor Details
-
IdLookupProvider
-
-
Method Details
-
findById
-