org.apache.myfaces.extensions.validator.trinidad.storage
Interface TrinidadClientValidatorStorage

All Known Implementing Classes:
DefaultClientValidatorStorage

public interface TrinidadClientValidatorStorage

extval injects client-validators into trinidad components based on meta-data. so client-side validation is supported. some app-servers show a different behaviour. that's the reason for storing these components and remove the injected validators after the rendering phase.

Since:
x.x.3
Author:
Gerhard Petracek

Method Summary
 void addComponent(javax.faces.component.UIComponent trinidadComponent)
           
 void rollback()
           
 

Method Detail

addComponent

void addComponent(javax.faces.component.UIComponent trinidadComponent)

rollback

void rollback()


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