org.apache.myfaces.extensions.validator.crossval.recorder
Class CrossValidationUserInputRecorder

java.lang.Object
  extended by org.apache.myfaces.extensions.validator.crossval.recorder.CrossValidationUserInputRecorder
All Implemented Interfaces:
ProcessedInformationRecorder

public class CrossValidationUserInputRecorder
extends Object
implements ProcessedInformationRecorder

Since:
1.x.1

Constructor Summary
CrossValidationUserInputRecorder()
           
 
Method Summary
protected  ELHelper getELHelper()
           
 void recordUserInput(javax.faces.component.UIComponent uiComponent, Object value)
          Allows to store the converted value of the given uiComponent.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CrossValidationUserInputRecorder

public CrossValidationUserInputRecorder()
Method Detail

recordUserInput

public void recordUserInput(javax.faces.component.UIComponent uiComponent,
                            Object value)
Description copied from interface: ProcessedInformationRecorder
Allows to store the converted value of the given uiComponent.

Specified by:
recordUserInput in interface ProcessedInformationRecorder
Parameters:
uiComponent - current component
value - Converted user value.

getELHelper

protected ELHelper getELHelper()


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