Uses of Interface
org.exoplatform.web.application.ApplicationLifecycle
Packages that use ApplicationLifecycle
-
Uses of ApplicationLifecycle in org.exoplatform.web.application
Subinterfaces of ApplicationLifecycle in org.exoplatform.web.applicationModifier and TypeInterfaceDescriptioninterfaceApplicationRequestPhaseLifecycle<E extends RequestContext>Interface that extendsApplicationLifecyclewith request phase methods that allow interception of before/after ACTION phase, and before/after RENDER phase of request processing.Classes in org.exoplatform.web.application that implement ApplicationLifecycleModifier and TypeClassDescriptionclassThis is a single application lifecycle that is added in webui-configuration.xml as point of extension to trigger real listeners injected via Kernel configuration on serviceApplicationLifecycleExtensionMethods in org.exoplatform.web.application that return types with arguments of type ApplicationLifecycleModifier and TypeMethodDescriptionfinal List<ApplicationLifecycle> Application.getApplicationLifecycle()ApplicationLifecycleExtension.getPortalApplicationLifecycles()Method parameters in org.exoplatform.web.application with type arguments of type ApplicationLifecycleModifier and TypeMethodDescriptionfinal voidApplication.setApplicationLifecycle(List<ApplicationLifecycle> list)