@ProviderType
public class PostConstructApplicationConfigEvent
extends javax.faces.event.SystemEvent
This event is published after all application configuration resources have been scanned, parsed, and processed at
startup. This provides the ability for listeners to safely call FactoryExtensionFinder.getFactory(Class) or to get the application configuration by
calling getApplicationConfig().
source| Constructor and Description |
|---|
PostConstructApplicationConfigEvent(ApplicationConfig applicationConfig) |
| Modifier and Type | Method and Description |
|---|---|
ApplicationConfig |
getApplicationConfig()
Returns the source
ApplicationConfig that sent this event. |
getSource, toStringpublic PostConstructApplicationConfigEvent(ApplicationConfig applicationConfig)
public ApplicationConfig getApplicationConfig()
ApplicationConfig that sent this event.Copyright © 2020 Liferay, Inc.. All rights reserved.