org.apache.myfaces.extensions.cdi.core.api.startup.event
Interface StartupEvent


public interface StartupEvent

Event which will be fired during the startup-process as soon as the target environment is up and running.

Author:
Gerhard Petracek

Method Summary
 Map<String,Serializable> getApplicationParameters()
          Configuration parameters of the current application
 

Method Detail

getApplicationParameters

Map<String,Serializable> getApplicationParameters()
Configuration parameters of the current application

Returns:
basic configuration of the current application


Copyright © 2010-2011 The Apache Software Foundation. All Rights Reserved.