[Xforge-users] Context question
Brought to you by:
agaroffolo,
nemorino
From: Ulrich M. <ul...@de...> - 2003-02-13 13:54:15
|
Hello, I'm currently writing docs for Contexts and the MonitorsManager and have a question. In Test.java there is this code: broker.startContextScope(threadcontext); broker.putObject(threadcontext,"testfile",src); ... broker.startContextScope(testcontext); broker.startContextScope(varscontext); parser.parse(is); broker.endContextScope(varscontext); broker.endContextScope(testcontext); ... broker.endContextScope(threadcontext); In the XSLComponent I retrieve the "testfile" parameter from the ThreadContext. My question: why do I have to start a TestContext and a DefaultVariablesContext, when I only seem to use the ThreadContext? In other words: what are those three contexts being used for? many thanks in advance, Ulrich -- Ulrich Mayring DENIC eG, Systementwicklung |