|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectClientInitializer
public abstract class ClientInitializer
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 |
---|
public ClientInitializer()
Method Detail |
---|
public static PropertyMap getAnnotationMap(ControlBeanContext cbc, AnnotatedElement annotElem)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |