Uses of Interface
org.exoplatform.container.component.ComponentRequestLifecycle
Packages that use ComponentRequestLifecycle
-
Uses of ComponentRequestLifecycle in org.exoplatform.container.component
Methods in org.exoplatform.container.component with parameters of type ComponentRequestLifecycleModifier and TypeMethodDescriptionstatic voidRequestLifeCycle.begin(ComponentRequestLifecycle lifeCycle) Starts the life cycle of the provided life cycle and add it to the life cycle stack.static booleanRequestLifeCycle.isStarted(ComponentRequestLifecycle lifeCycle) Check Component Request Lifecycle statusConstructor parameters in org.exoplatform.container.component with type arguments of type ComponentRequestLifecycleModifierConstructorDescriptionRequestLifeCycle(ExoContainer container, List<ComponentRequestLifecycle> components)