org.apache.myfaces.extensions.validator.core.initializer.component
Interface ComponentInitializer


public interface ComponentInitializer

Allows to initialize components beforeEncodeBegin.
e.g.: you can add information for client-side validation mechanisms,...

Since:
1.x.1
Author:
Gerhard Petracek

Method Summary
 void configureComponent(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent uiComponent, java.util.Map<java.lang.String,java.lang.Object> metaData)
           
 

Method Detail

configureComponent

void configureComponent(javax.faces.context.FacesContext facesContext,
                        javax.faces.component.UIComponent uiComponent,
                        java.util.Map<java.lang.String,java.lang.Object> metaData)


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