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. |
recordUserInput
void recordUserInput(javax.faces.component.UIComponent uiComponent,
Object value)
- Allows to store the converted value of the given uiComponent.
- Parameters:
uiComponent - current componentvalue - Converted user value.
Copyright © 2008-2012 The Apache Software Foundation. All Rights Reserved.