|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.adapter.attribute.AttributeDelegateFactory
Supported API: false
Extendable: false
Field Summary | |
private ApplicationContext |
applicationContext
|
private static String |
CLASSNAME
|
private static AttributeDelegate |
defaultDelegate
|
private static Hashtable |
hash
|
private static AttributeDelegateFactory |
manager
|
private static String |
RESOURCE
|
private static boolean |
VERBOSE
|
Fields inherited from interface wt.services.applicationcontext.ApplicationContextChild |
APPLICATION_CONTEXT |
Constructor Summary | |
protected |
AttributeDelegateFactory()
Supported API: false |
Method Summary | |
ApplicationContextServices |
getApplContextServices()
|
ApplicationContext |
getApplicationContext()
Gets the object for the association that plays role: applicationContext. |
private static AttributeDelegate |
getDelegate(Class c,
String attributeName)
|
AttributeDelegate |
getDelegate(Object object,
String attributeName)
Supported API: false |
static AttributeDelegateFactory |
getInstance()
Supported API: false |
private static void |
putDelegate(Class c,
AttributeDelegate d)
|
void |
setApplicationContext(ApplicationContext a_ApplicationContext)
Sets the object for the association that plays role: applicationContext. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static final String RESOURCE
private static final String CLASSNAME
private static AttributeDelegateFactory manager
private ApplicationContext applicationContext
private static Hashtable hash
private static AttributeDelegate defaultDelegate
private static boolean VERBOSE
Constructor Detail |
protected AttributeDelegateFactory()
Method Detail |
public AttributeDelegate getDelegate(Object object, String attributeName) throws WTException
object
- attributeName
-
WTException
public static AttributeDelegateFactory getInstance()
public ApplicationContext getApplicationContext()
getApplicationContext
in interface ApplicationContextChild
public void setApplicationContext(ApplicationContext a_ApplicationContext) throws WTPropertyVetoException
setApplicationContext
in interface ApplicationContextChild
a_ApplicationContext
-
WTPropertyVetoException
public ApplicationContextServices getApplContextServices()
private static AttributeDelegate getDelegate(Class c, String attributeName) throws NoSuchMethodException
NoSuchMethodException
private static void putDelegate(Class c, AttributeDelegate d)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |