com.liferay.faces.util.event
Class PostConstructApplicationConfigEvent
java.lang.Object
java.util.EventObject
javax.faces.event.SystemEvent
com.liferay.faces.util.event.PostConstructApplicationConfigEvent
- All Implemented Interfaces:
- Serializable
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().
- Author:
- Neil Griffin
- See Also:
- Serialized Form
| Methods inherited from class javax.faces.event.SystemEvent |
isAppropriateListener, processListener |
PostConstructApplicationConfigEvent
public PostConstructApplicationConfigEvent(ApplicationConfig applicationConfig)
getApplicationConfig
public ApplicationConfig getApplicationConfig()
- Returns the source
ApplicationConfig that sent this event.
Copyright © 2015 Liferay, Inc.. All rights reserved.