HiHow do I test whether a context is a child of another one? I looked up the javadocs and code for this functionality, but I failed to find any. The relationship between contexts seems to be resolved on DataChannel level, but I cannot grasp how it actually happens. I think methods like getParentContext() and getChildContexts() can be useful.
Best regards Marcin
