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 变量和类型 字段 描述 protected HashMap<Object,BeanContextServicesSupport.BCSSServiceProvider>
BeanContextServicesSupport. 服务
应该在该对象上同步对protected transient HashMap services
字段的所有访问Methods in java.beans.beancontext that return BeanContextServicesSupport.BCSSServiceProvider 变量和类型 方法 描述 protected BeanContextServicesSupport.BCSSServiceProvider
BeanContextServicesSupport. createBCSSServiceProvider(类<?> sc, BeanContextServiceProvider bcsp)
子类可以重写此方法以创建BCSSServiceProvider的新子类,而无需重写addService()以进行实例化。
-