org.apache.myfaces.extensions.validator.core.recorder
Interface ProcessedInformationRecorder

All Known Implementing Classes:
CrossValidationUserInputRecorder

public interface ProcessedInformationRecorder

Allows to capture converted values.

Since:
1.x.1

Method Summary
 void recordUserInput(javax.faces.component.UIComponent uiComponent, Object value)
          Allows to store the converted value of the given uiComponent.
 

Method Detail

recordUserInput

void recordUserInput(javax.faces.component.UIComponent uiComponent,
                     Object value)
Allows to store the converted value of the given uiComponent.

Parameters:
uiComponent - current component
value - Converted user value.


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