Class EclntPhaseListener

java.lang.Object
org.eclnt.jsfserver.elements.phases.EclntPhaseListener
All Implemented Interfaces:
Serializable, EventListener, javax.faces.event.PhaseListener

public class EclntPhaseListener extends Object implements javax.faces.event.PhaseListener, Serializable
This is a central phase listener that comes with the CaptainCasa Enterprise Client server part.
See Also:
  • Constructor Details

    • EclntPhaseListener

      public EclntPhaseListener()
  • Method Details

    • beforePhase

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

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

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