org.apache.myfaces.extensions.validator.core.storage
Interface FacesInformationStorage

All Known Implementing Classes:
DefaultFacesInformationStorage

public interface FacesInformationStorage

storage for additional information about the current faces request for now it just contains information about the current phase of the lifecycle

Since:
x.x.3
Author:
Gerhard Petracek

Method Summary
 javax.faces.event.PhaseId getCurrentPhaseId()
           
 void setCurrentPhaseId(javax.faces.event.PhaseId phaseId)
           
 

Method Detail

setCurrentPhaseId

void setCurrentPhaseId(javax.faces.event.PhaseId phaseId)

getCurrentPhaseId

javax.faces.event.PhaseId getCurrentPhaseId()


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