Uses of Class
java.beans.beancontext.BeanContextServicesSupport.BCSSServiceProvider
-
Packages that use BeanContextServicesSupport.BCSSServiceProvider 软件包 描述 java.beans.beancontext 提供与bean上下文相关的类和接口。 -
-
Uses of BeanContextServicesSupport.BCSSServiceProvider in java.beans.beancontext
Fields in java.beans.beancontext with type parameters of type BeanContextServicesSupport.BCSSServiceProvider Modifier and Type Field 描述 protected HashMap<Object,BeanContextServicesSupport.BCSSServiceProvider>
BeanContextServicesSupport. services
对protected transient HashMap services
字段的所有访问应该在该对象上同步Methods in java.beans.beancontext that return BeanContextServicesSupport.BCSSServiceProvider Modifier and Type 方法 描述 protected BeanContextServicesSupport.BCSSServiceProvider
BeanContextServicesSupport. createBCSSServiceProvider(Class<?> sc, BeanContextServiceProvider bcsp)
子类可以覆盖此方法来创建BCSSServiceProvider的新子类,而不必重写addService()以便实例化。
-