org.apache.myfaces.extensions.validator.generic.startup
Class GenericModuleStartupListener

java.lang.Object
  extended by org.apache.myfaces.extensions.validator.core.startup.AbstractStartupListener
      extended by org.apache.myfaces.extensions.validator.generic.startup.GenericModuleStartupListener
All Implemented Interfaces:
Serializable, EventListener, javax.faces.event.PhaseListener

public class GenericModuleStartupListener
extends AbstractStartupListener

Since:
1.x.1
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.myfaces.extensions.validator.core.startup.AbstractStartupListener
logger
 
Constructor Summary
GenericModuleStartupListener()
           
 
Method Summary
protected  void init()
          Contains logic which should get executed before the application gets invoked (e.g.
 
Methods inherited from class org.apache.myfaces.extensions.validator.core.startup.AbstractStartupListener
afterPhase, beforePhase, getPhaseId, getProjectStageResolver, initModuleConfig, initProjectStageResolver, isStartupListenerDeactivated
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenericModuleStartupListener

public GenericModuleStartupListener()
Method Detail

init

protected void init()
Description copied from class: AbstractStartupListener
Contains logic which should get executed before the application gets invoked (e.g. initialization code of a module or add-on).

Specified by:
init in class AbstractStartupListener


Copyright © 2008-2012 The Apache Software Foundation. All Rights Reserved.