Uses of Class
org.exoplatform.container.CyclicDependencyException
Packages that use CyclicDependencyException
-
Uses of CyclicDependencyException in org.exoplatform.container
Methods in org.exoplatform.container that throw CyclicDependencyExceptionModifier and TypeMethodDescriptionComponentTaskContext.addToContext(Object componentKey) This method will callComponentTaskContext.addToContext(Object, ComponentTaskType)with thelastTaskTypeas typeComponentTaskContext.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.