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


public interface ProcessedInformationRecorder

Allows to capture converted values.

Since:
1.x.1
Author:
Gerhard Petracek

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-2010 The Apache Software Foundation. All Rights Reserved.