public abstract class SearchContext
extends java.lang.Object
This is the core class that controls how the search occurs.
The ResourceBundleWrapperRT.findKeys(SearchType,Object,boolean) creates a
DefaultSearchContext that handles all legacy SearchType's and case-insensitive
variants of those searches. Usually these overrides preserve compatibility
with return types, or add necessary synchronization.