public class ContextConfigurationLoader extends Object implements org.apache.catalina.LifecycleListener
| Constructor and Description |
|---|
ContextConfigurationLoader() |
| Modifier and Type | Method and Description |
|---|---|
static Optional<AppServerWebAppConfiguration> |
getContextConfiguration(org.apache.catalina.Context context)
Retrieves the
AppServerWebAppConfiguration matching the specified context. |
void |
lifecycleEvent(org.apache.catalina.LifecycleEvent lifecycleEvent)
Processes
Contexts at "configure_start" event to retrieve a final set of WSO2 specific
context level configurations. |
public static Optional<AppServerWebAppConfiguration> getContextConfiguration(org.apache.catalina.Context context)
AppServerWebAppConfiguration matching the specified context.context - the context for which the matching AppServerWebAppConfiguration is to be returnedAppServerWebAppConfiguration matching the specified contextpublic void lifecycleEvent(org.apache.catalina.LifecycleEvent lifecycleEvent)
Contexts at "configure_start" event to retrieve a final set of WSO2 specific
context level configurations.
For the purpose of generating the effective set of configurations, the global and context level webapp descriptor files are read, if available.
lifecycleEvent in interface org.apache.catalina.LifecycleListenerlifecycleEvent - the lifecycle event that has occurredCopyright © 2016 WSO2. All rights reserved.