org.apache.myfaces.extensions.validator.beanval.startup
Class JSF2AwareBeanValidationStartupListener

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

public class JSF2AwareBeanValidationStartupListener
extends AbstractStartupListener

Since:
2.x.3
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.myfaces.extensions.validator.core.startup.AbstractStartupListener
logger
 
Constructor Summary
JSF2AwareBeanValidationStartupListener()
           
 
Method Summary
protected  void init()
          Subclasses can here put their logic that they want to be executed once, like initialization code of a module or add-on.
 
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

JSF2AwareBeanValidationStartupListener

public JSF2AwareBeanValidationStartupListener()
Method Detail

init

protected void init()
Description copied from class: AbstractStartupListener
Subclasses can here put their logic that they want to be executed once, like initialization code of a module or add-on.

Specified by:
init in class AbstractStartupListener


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