Uses of Class
org.exoplatform.container.ComponentTaskContext
Packages that use ComponentTaskContext
-
Uses of ComponentTaskContext in org.exoplatform.container
Methods in org.exoplatform.container that return ComponentTaskContextModifier and TypeMethodDescriptionComponentTaskContext.addToContext(Object componentKey) This method will calladdToContext(Object, ComponentTaskType)with thelastTaskTypeas typeComponentTaskContext.addToContext(Object componentKey, ComponentTaskType type) Creates a newComponentTaskContextbased on the given dependency and the already registered ones.ConcurrentContainerMT.getComponentTaskContext()Gives the current contextComponentTaskContext.resetDependencies(Object key, ComponentTaskType type) Resets the dependencies but keeps the current dependency resolution context.ComponentTaskContext.setLastTaskType(ComponentTaskType lastTaskType) Defines explicitly the last task type knownMethods in org.exoplatform.container with parameters of type ComponentTaskContextModifier and TypeMethodDescriptionvoidConcurrentContainerMT.loadDependencies(Object originalComponentKey, ComponentTaskContext ctx, Collection<Dependency> dependencies, ComponentTaskType type) voidConcurrentContainerMT.setComponentTaskContext(ComponentTaskContext ctx) Set the current context