|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectGenClass
ImplInitializer
public class ImplInitializer
The ImplInitializer class is a generated class that contains the code necessary to initialize a ControlBean implementation instance.
Constructor Summary | |
---|---|
protected |
ImplInitializer(ControlImpl controlImpl)
Constructs a new ImplInitializer class supporting a particular control bean implementation |
Method Summary | |
---|---|
String |
getClassName()
Returns the fully qualfied classname of the ImplInitializer |
String |
getClientInitializerName()
Returns the fully qualified classname of any associated ClientInitializer |
ControlImpl |
getControlImpl()
Returns the ControlBean implementation instance |
ControlInterface |
getControlInterface()
Returns the public or extension interface associated with the ControlBean implementation |
String |
getPackage()
Returns the package name of the ImplInitializer |
ArrayList<GenField> |
getReflectFields()
Returns the list of impl class fields that must be initialized using Reflection |
String |
getShortName()
Returns the unqualified classname of the ImplInitializer |
ImplInitializer |
getSuperClass()
Returns the ImplInitializer super class for this ImplInitializer |
static boolean |
needsReflection(GenField genField)
Returns true if the initializer will use Reflection to initialize the field, false otherwise. |
Methods inherited from class GenClass |
---|
getCheckOutput, getGeneratedTypes, getGenerateOutput, hasSuperClass |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected ImplInitializer(ControlImpl controlImpl)
controlImpl
- the control implementation to be initializedMethod Detail |
---|
public String getPackage()
getPackage
in class GenClass
public String getShortName()
getShortName
in class GenClass
public String getClassName()
getClassName
in class GenClass
public String getClientInitializerName()
public ControlImpl getControlImpl()
public ControlInterface getControlInterface()
public ImplInitializer getSuperClass()
getSuperClass
in class GenClass
public static boolean needsReflection(GenField genField)
public ArrayList<GenField> getReflectFields()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |