Uses of Class
org.exoplatform.container.CyclicDependencyException
-
Packages that use CyclicDependencyException Package Description org.exoplatform.container -
-
Uses of CyclicDependencyException in org.exoplatform.container
Methods in org.exoplatform.container that throw CyclicDependencyException Modifier and Type Method Description ComponentTaskContextComponentTaskContext. addToContext(Object componentKey)This method will callComponentTaskContext.addToContext(Object, ComponentTaskType)with thelastTaskTypeas typeComponentTaskContextComponentTaskContext. addToContext(Object componentKey, ComponentTaskType type)Creates a newComponentTaskContextbased on the given dependency and the already registered ones.voidComponentTaskContext. checkDependency(Object componentKey, ComponentTaskType type)Checks if the given dependency has already been defined, if so aCyclicDependencyExceptionwill be thrown.
-