public interface IComponentsRepositoryContext
IComponentsManager.registerRepository(int, IComponentsRepository)
are required to handle visibility of components defined along the chain when implementing methods like IComponentsRepository.findComponents(com.zfabrik.util.expression.X)
.IComponentsRepository
Modifier and Type | Method | Description |
---|---|---|
IComponentsRepository |
next() |
Return the next, lower priority component repository or
null , if this repository is
the end of the chain. |
IComponentsRepository next()
null
, if this repository is
the end of the chain.