Deprecated API


Contents
Deprecated Methods
org.apache.beehive.controls.runtime.bean.ControlBeanContext.getDefaultControlBinding(Class)
          Use ControlUtils.getDefaultControlBinding(Class) insated. This method will be removed in the next point release. 
org.apache.beehive.controls.runtime.bean.ControlBean.getMostDerivedInterface(Class)
          Use ControlUtils.getMostDerivedInterface(Class) instead. This method will be removed in the next release. 
org.apache.beehive.controls.runtime.bean.ControlBeanContext.prioritizeInterceptors(String[])
          Use InterceptorUtils.prioritizeInterceptors(String[]) instead. This method will be removed in the next point release. 
org.apache.beehive.controls.runtime.bean.ControlBeanContext.resolveDefaultBinding(String, String)
          Use ControlUtils.resolveDefaultBinding(String, String) insated. This method will be removed in the next point release. 
 

Deprecated Annotation Type Elements
org.apache.beehive.controls.api.bean.ControlInterface.checkerClass
          Replaced by checker() element.