|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.inf.container.WTContainerCreatorFactory
Supported API: false
Extendable: false
Nested Class Summary | |
private static class |
WTContainerCreatorFactory.Singleton
|
Field Summary | |
private ApplicationContext |
applicationContext
|
private Map |
canCreateCache
|
private static String |
CLASSNAME
|
private static boolean |
DEBUG
|
private static DebugWriter |
LOG
|
private static String |
RESOURCE
|
private ApplicationContextServices |
services
|
Fields inherited from interface wt.services.applicationcontext.ApplicationContextChild |
APPLICATION_CONTEXT |
Constructor Summary | |
private |
WTContainerCreatorFactory()
|
Method Summary | |
ApplicationContext |
getApplicationContext()
Gets the object for the association that plays role: applicationContext. |
protected CanCreateDelegate |
getCanCreate(Class container_class)
Supported API: false |
protected WTContainerCreator |
getCreator(WTContainer container,
String selector)
Supported API: false |
protected static WTContainerCreatorFactory |
getInstance()
Gets the value of the attribute: instance. |
protected WTOrganizationValidator |
getValidator(Object requestor,
String selector)
Supported API: false |
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 final boolean DEBUG
private static final DebugWriter LOG
private Map canCreateCache
private ApplicationContextServices services
Constructor Detail |
private WTContainerCreatorFactory()
Method Detail |
protected static WTContainerCreatorFactory getInstance()
protected CanCreateDelegate getCanCreate(Class container_class) throws WTException
container_class
-
WTException
protected WTContainerCreator getCreator(WTContainer container, String selector) throws WTException
container
- selector
-
WTException
protected WTOrganizationValidator getValidator(Object requestor, String selector) throws WTException
requestor
- selector
-
WTException
public ApplicationContext getApplicationContext()
getApplicationContext
in interface ApplicationContextChild
public void setApplicationContext(ApplicationContext a_ApplicationContext) throws WTPropertyVetoException
setApplicationContext
in interface ApplicationContextChild
a_ApplicationContext
-
WTPropertyVetoException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |