org.apache.myfaces.extensions.validator.trinidad
Class ExtValTrinidadValidationPhaseListener

java.lang.Object
  extended by org.apache.myfaces.extensions.validator.trinidad.ExtValTrinidadValidationPhaseListener
All Implemented Interfaces:
Serializable, EventListener, javax.faces.event.PhaseListener

public class ExtValTrinidadValidationPhaseListener
extends Object
implements javax.faces.event.PhaseListener

use this phase-listener instead of a ExtValTrinidadRenderKitWrapperFactory due to a trinidad issue

Since:
1.x.1
Author:
Gerhard Petracek
See Also:
Serialized Form

Constructor Summary
ExtValTrinidadValidationPhaseListener()
           
 
Method Summary
 void afterPhase(javax.faces.event.PhaseEvent event)
           
 void beforePhase(javax.faces.event.PhaseEvent event)
           
 boolean equals(Object o)
           
 javax.faces.event.PhaseId getPhaseId()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExtValTrinidadValidationPhaseListener

public ExtValTrinidadValidationPhaseListener()
Method Detail

afterPhase

public void afterPhase(javax.faces.event.PhaseEvent event)
Specified by:
afterPhase in interface javax.faces.event.PhaseListener

beforePhase

public void beforePhase(javax.faces.event.PhaseEvent event)
Specified by:
beforePhase in interface javax.faces.event.PhaseListener

getPhaseId

public javax.faces.event.PhaseId getPhaseId()
Specified by:
getPhaseId in interface javax.faces.event.PhaseListener

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


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