Skip to content

Commit a115a18

Browse files
committed
failed links added
1 parent 340e6de commit a115a18

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/Eclipse4_RCP_Contexts.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Eclipse4/RCP/Contexts
22
=====================
33

44
The Eclipse 4 Application Platform manages state and services using a set of _contexts_; this information is used for injection.
5-
Contexts are used as the sources for [Dependency Injection](https://github.com/eclipse-platform/eclipse.platform.ui/blob/master/docs/Eclipse4_RCP_Dependency_Injection.md).
5+
Contexts are used as the sources for [Dependency Injection](https://github.com/eclipse-platform/eclipse.platform.ui/blob/master/docs/Eclipse4_RCP_Dependdasdfency_Injection.md).
66
In this respect, they are somewhat analogous to _modules_ in Guice.
77
Normally code should not have to use or know about the context.
88

@@ -33,6 +33,8 @@ What is a Context?
3333
A context (a IEclipseContext) is a hierarchical key-value map. The keys are strings, often Java class names, and the values are any Java object. Each context has a parent, such that contexts are linked together to form a tree structure. When a key is not found in a context, the lookup is retried on the parent, repeating until either a value is found or the root of the tree has been reached.
3434

3535

36+
[DIGGA](https://github.com/eclipse-platform/eclipse.platform.ui/blob/master/docs/Eclipse4_RCP_Dependency_Injection-wrokig.md)
37+
3638
The Use of Contexts in Eclipse 4
3739
--------------------------------
3840

0 commit comments

Comments
 (0)