Uses of Interface
org.exoplatform.container.component.ComponentRequestLifecycle
-
Packages that use ComponentRequestLifecycle Package Description org.exoplatform.container.component -
-
Uses of ComponentRequestLifecycle in org.exoplatform.container.component
Methods in org.exoplatform.container.component with parameters of type ComponentRequestLifecycle Modifier and Type Method Description static 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 ComponentRequestLifecycle Constructor Description RequestLifeCycle(ExoContainer container, List<ComponentRequestLifecycle> components)
-