|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.adapter.query.NavigationDelegateFactory
Supported API: false
Extendable: false
Field Summary | |
private ApplicationContext |
applicationContext
|
private static Hashtable |
cache
|
private static String |
CLASSNAME
|
private static NavigationDelegateFactory |
factory
|
private static String |
RESOURCE
|
private static boolean |
VERBOSE
|
Fields inherited from interface wt.services.applicationcontext.ApplicationContextChild |
APPLICATION_CONTEXT |
Constructor Summary | |
protected |
NavigationDelegateFactory()
Supported API: false |
Method Summary | |
ApplicationContextServices |
getApplContextServices()
|
ApplicationContext |
getApplicationContext()
Gets the object for the association that plays role: applicationContext. |
NavigationDelegate |
getDelegate(Class type)
Returns a navigation delegate for the specified class. |
static NavigationDelegateFactory |
getInstance()
Returns an instance of the factory. |
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 ApplicationContext applicationContext
private static Hashtable cache
private static NavigationDelegateFactory factory
private static boolean VERBOSE
Constructor Detail |
protected NavigationDelegateFactory()
Method Detail |
public NavigationDelegate getDelegate(Class type) throws WebjectServiceException
type
-
WebjectServiceException
public static NavigationDelegateFactory 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()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |