|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectImplInitializer
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(AptControlImplementation 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 |
AptControlImplementation |
getControlImplementation()
Returns the ControlBean implementation instance |
AptControlInterface |
getControlInterface()
Returns the public or extension interface associated with the ControlBean implementation |
String |
getPackage()
Returns the package name of the ImplInitializer |
ArrayList<AptField> |
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 |
boolean |
hasSuperClass()
Returns true if the ImplInitializer has a super class |
static boolean |
needsReflection(AptField genField)
Returns true if the initializer will use Reflection to initialize the field, false otherwise. |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected ImplInitializer(AptControlImplementation controlImpl)
controlImpl
- the control implementation to be initializedMethod Detail |
---|
public String getPackage()
public String getShortName()
public String getClassName()
public String getClientInitializerName()
public AptControlImplementation getControlImplementation()
public AptControlInterface getControlInterface()
public ImplInitializer getSuperClass()
public boolean hasSuperClass()
public static boolean needsReflection(AptField genField)
public ArrayList<AptField> getReflectFields()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |