Uses of Interface
java.beans.beancontext.BeanContextChild
-
Packages that use BeanContextChild 软件包 描述 java.beans.beancontext 提供与bean上下文相关的类和接口。 -
-
Uses of BeanContextChild in java.beans.beancontext
Subinterfaces of BeanContextChild in java.beans.beancontext 变量和类型 接口 描述 interfaceBeanContextBeanContext是JavaBeans的逻辑分层容器。interfaceBeanContextServicesBeanContextServices接口为BeanContext提供了一种机制,用于向其中的BeanContextChild对象公开通用“服务”。Classes in java.beans.beancontext that implement BeanContextChild 变量和类型 类 描述 classBeanContextChildSupport这是一个通用的支持类,为实现BeanContextChild协议提供支持。classBeanContextServicesSupport此帮助器类提供java.beans.beancontext.BeanContextServices接口的实用程序实现。classBeanContextSupport此助手类提供java.beans.beancontext.BeanContext接口的实用程序实现。Fields in java.beans.beancontext declared as BeanContextChild 变量和类型 字段 描述 BeanContextChildBeanContextChildSupport. beanContextChildPeer该BeanContext在这个BeanContextChild是嵌套。Methods in java.beans.beancontext that return BeanContextChild 变量和类型 方法 描述 BeanContextChildBeanContextChildSupport. getBeanContextChildPeer()获取BeanContextChild与此相关BeanContextChildSupport。BeanContextChildBeanContextProxy. getBeanContextProxy()获取与此对象关联的BeanContextChild(或子接口)。protected static BeanContextChildBeanContextSupport. getChildBeanContextChild(Object child)获取指定子级的BeanContextChild(如果有)Methods in java.beans.beancontext with parameters of type BeanContextChild 变量和类型 方法 描述 URLBeanContext. getResource(String name, BeanContextChild bcc)与java.lang.ClassLoader.getResource(),此方法允许BeanContext实现插入子Component和底层ClassLoader之间的行为。URLBeanContextSupport. getResource(String name, BeanContextChild bcc)InputStreamBeanContext. getResourceAsStream(String name, BeanContextChild bcc)与java.lang.ClassLoader.getResourceAsStream(),此方法允许BeanContext实现插入子Component与底层ClassLoader之间的行为。InputStreamBeanContextSupport. getResourceAsStream(String name, BeanContextChild bcc)ObjectBeanContextServices. getService(BeanContextChild child, Object requestor, 类<?> serviceClass, Object serviceSelector, BeanContextServiceRevokedListener bcsrl)BeanContextChild或与BeanContextChild相关联的任何任意对象可以通过调用此方法从其嵌套BeanContextServices获得对当前注册的服务的引用。ObjectBeanContextServicesSupport. getService(BeanContextChild child, Object requestor, 类<?> serviceClass, Object serviceSelector, BeanContextServiceRevokedListener bcsrl)获得可以委派的服务voidBeanContextServices. releaseService(BeanContextChild child, Object requestor, Object service)通过调用底层BeanContextServiceProvider上的releaseService(),释放BeanContextChild(或与BeanContextChild关联的任意对象)对指定服务的BeanContextServiceProvider。voidBeanContextServicesSupport. releaseService(BeanContextChild child, Object requestor, Object service)发布服务Constructors in java.beans.beancontext with parameters of type BeanContextChild 构造器 描述 BeanContextChildSupport(BeanContextChild bcc)构造一个BeanContextChildSupport,其中JavaBean组件本身实现了BeanContextChild,并封装了它,将该接口委托给该实现
-