From cd911a1ce5bb8abf2a6c796e32fcf61ef0c91fbc Mon Sep 17 00:00:00 2001 From: lresende Date: Sat, 21 Nov 2009 07:41:39 +0000 Subject: Moving site branches git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@882843 13f79535-47bb-0310-9956-ffa450edef68 --- .../context/class-use/ConfigurationContext.html | 378 +++++++++++++++++++++ 1 file changed, 378 insertions(+) create mode 100644 site/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/context/class-use/ConfigurationContext.html (limited to 'site/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/context/class-use/ConfigurationContext.html') diff --git a/site/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/context/class-use/ConfigurationContext.html b/site/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/context/class-use/ConfigurationContext.html new file mode 100644 index 0000000000..4e361ff033 --- /dev/null +++ b/site/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/context/class-use/ConfigurationContext.html @@ -0,0 +1,378 @@ + + + + + + + +Uses of Interface org.apache.tuscany.core.context.ConfigurationContext (Tuscany Core incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Core +
+ + + +
+
+

+Uses of Interface
org.apache.tuscany.core.context.ConfigurationContext

+
+ + + + + + + + + + + + + + + + + + + + + +
+Packages that use ConfigurationContext
org.apache.tuscany.core.context  
org.apache.tuscany.core.context.impl  
org.apache.tuscany.core.runtime  
org.apache.tuscany.core.system.context  
+  +

+ + + + + +
+Uses of ConfigurationContext in org.apache.tuscany.core.context
+  +

+ + + + + + + + + +
Subinterfaces of ConfigurationContext in org.apache.tuscany.core.context
+ interfaceSystemCompositeContext + +
+          Marker type for system composite contexts
+  +

+ + + + + +
+Uses of ConfigurationContext in org.apache.tuscany.core.context.impl
+  +

+ + + + + + + + + + + + + +
Classes in org.apache.tuscany.core.context.impl that implement ConfigurationContext
+ classAbstractCompositeContext + +
+          The base implementation of a composite context
+ classCompositeContextImpl + +
+          The standard implementation of an composite context.
+  +

+ + + + + + + + + +
Fields in org.apache.tuscany.core.context.impl declared as ConfigurationContext
+protected  ConfigurationContextAbstractCompositeContext.configurationContext + +
+           
+  +

+ + + + + + + + + +
Methods in org.apache.tuscany.core.context.impl with parameters of type ConfigurationContext
+ voidAbstractCompositeContext.setConfigurationContext(ConfigurationContext context) + +
+           
+  +

+ + + + + + + + + + + + + + +
Constructors in org.apache.tuscany.core.context.impl with parameters of type ConfigurationContext
AbstractCompositeContext(java.lang.String name, + CompositeContext parent, + ScopeStrategy strategy, + EventContext ctx, + ConfigurationContext configCtx) + +
+           
CompositeContextImpl(java.lang.String name, + CompositeContext parent, + AutowireContext autowireContext, + ScopeStrategy strategy, + EventContext ctx, + ConfigurationContext configCtx) + +
+           
CompositeContextImpl(java.lang.String name, + CompositeContext parent, + ScopeStrategy strategy, + EventContext ctx, + ConfigurationContext configCtx) + +
+           
+  +

+ + + + + +
+Uses of ConfigurationContext in org.apache.tuscany.core.runtime
+  +

+ + + + + + + + + +
Subinterfaces of ConfigurationContext in org.apache.tuscany.core.runtime
+ interfaceRuntimeContext + +
+          Represents a top-level component context in the runtime, that is the bootstrap context.
+  +

+ + + + + + + + + +
Classes in org.apache.tuscany.core.runtime that implement ConfigurationContext
+ classRuntimeContextImpl + +
+          Implementation of a RuntimeContext that forms the foundation for a Tuscany environment.
+  +

+ + + + + +
+Uses of ConfigurationContext in org.apache.tuscany.core.system.context
+  +

+ + + + + + + + + +
Classes in org.apache.tuscany.core.system.context that implement ConfigurationContext
+ classSystemCompositeContextImpl + +
+          Implements an composite context for system components.
+  +

+ + + + + + + + +
Constructors in org.apache.tuscany.core.system.context with parameters of type ConfigurationContext
SystemCompositeContextImpl(java.lang.String name, + CompositeContext parent, + AutowireContext autowire, + ScopeStrategy strategy, + EventContext ctx, + ConfigurationContext configCtx) + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+Tuscany Core +
+ + + +
+- + + -- cgit v1.2.3