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, java.lang.Object value)
           
 

Method Detail

recordUserInput

void recordUserInput(javax.faces.component.UIComponent uiComponent,
                     java.lang.Object value)


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