org.apache.myfaces.extensions.validator.core.storage
Class DefaultFacesInformationStorage

java.lang.Object
  extended by org.apache.myfaces.extensions.validator.core.storage.DefaultFacesInformationStorage
All Implemented Interfaces:
FacesInformationStorage

public class DefaultFacesInformationStorage
extends Object
implements FacesInformationStorage

Since:
x.x.3

Constructor Summary
DefaultFacesInformationStorage()
           
 
Method Summary
 javax.faces.event.PhaseId getCurrentPhaseId()
           
 void setCurrentPhaseId(javax.faces.event.PhaseId phaseId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultFacesInformationStorage

public DefaultFacesInformationStorage()
Method Detail

setCurrentPhaseId

public void setCurrentPhaseId(javax.faces.event.PhaseId phaseId)
Specified by:
setCurrentPhaseId in interface FacesInformationStorage

getCurrentPhaseId

public javax.faces.event.PhaseId getCurrentPhaseId()
Specified by:
getCurrentPhaseId in interface FacesInformationStorage


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