public final class ConfigHelper extends Object
application configuration.| Constructor and Description |
|---|
ConfigHelper() |
| Modifier and Type | Method and Description |
|---|---|
static ContainerLifecycleListener |
getContainerLifecycleListener(ApplicationHandler applicationHandler)
Provides a single ContainerLifecycleListener instance based on the
application configuration. |
public static ContainerLifecycleListener getContainerLifecycleListener(ApplicationHandler applicationHandler)
application configuration.
This method looks for providers implementing ContainerLifecycleListener interface and aggregates them into
a single umbrella listener instance that is returned.applicationHandler - actual application from where to get the listener.Copyright © 2007-2012 Oracle Corporation. All Rights Reserved. Use is subject to license terms.