Uses of Interface
org.apache.xbean.naming.context.NestedContextFactory
-
Packages that use NestedContextFactory Package Description org.apache.xbean.naming.context -
-
Uses of NestedContextFactory in org.apache.xbean.naming.context
Classes in org.apache.xbean.naming.context that implement NestedContextFactory Modifier and Type Class Description classAbstractContextclassAbstractFederatedContextclassImmutableContextclassImmutableContext.NestedImmutableContextNested context which shares the absolute index map in MapContext.classImmutableFederatedContextclassImmutableFederatedContext.NestedImmutableFederatedContextNested context which shares the absolute index map in MapContext.classWritableContextclassWritableContext.NestedWritableContextNested context which shares the absolute index map in MapContext.Methods in org.apache.xbean.naming.context with parameters of type NestedContextFactory Modifier and Type Method Description static java.util.Map<java.lang.String,java.lang.Object>ContextUtil. createBindings(java.util.Map<java.lang.String,java.lang.Object> absoluteBindings, NestedContextFactory factory)
-