|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.adapter.WebjectDelegateFactory
This is the factory for createing WebjectDelegates.
Supported API: true
Extendable: false
Field Summary | |
private ApplicationContext |
applicationContext
|
private static String |
CLASSNAME
|
private static WebjectDelegateFactory |
manager
|
private static String |
RESOURCE
|
private static boolean |
VERBOSE
|
Fields inherited from interface wt.services.applicationcontext.ApplicationContextChild |
APPLICATION_CONTEXT |
Constructor Summary | |
protected |
WebjectDelegateFactory()
Construct an instance of the Factory. |
Method Summary | |
ApplicationContextServices |
getApplContextServices()
|
ApplicationContext |
getApplicationContext()
Gets the object for the association that plays role: applicationContext. |
WebjectDelegate |
getDelegate(Webject webject)
Return a webject delegate for the specified command. |
static WebjectDelegateFactory |
getInstance()
Return an instance of the WebjectDelegateFactory. |
private Class |
getTargetObjectClass(Webject webject)
|
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 WebjectDelegateFactory manager
private ApplicationContext applicationContext
private static boolean VERBOSE
Constructor Detail |
protected WebjectDelegateFactory()
Method Detail |
public WebjectDelegate getDelegate(Webject webject) throws WebjectServiceException
webject
-
WebjectServiceException
public static WebjectDelegateFactory 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 Class getTargetObjectClass(Webject webject)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |