org.apache.beehive.controls.runtime.bean
Class ClientInitializer

Object
  extended by ClientInitializer

public abstract class ClientInitializer
extends Object

The ClientInitializer class is an abstract base class that all generated Control client initializer classes will extend. It provides common utilities and supporting code for initialization, and has a shared package relationship with the base ControlBean class providing access to internals not available in a more general context.


Constructor Summary
ClientInitializer()
           
 
Method Summary
static PropertyMap getAnnotationMap(ControlBeanContext cbc, AnnotatedElement annotElem)
          Returns the annotation map for the specified bean/element combination.
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClientInitializer

public ClientInitializer()
Method Detail

getAnnotationMap

public static PropertyMap getAnnotationMap(ControlBeanContext cbc,
                                           AnnotatedElement annotElem)
Returns the annotation map for the specified bean/element combination.