org.apache.myfaces.extensions.validator.core.initializer.component
Interface ComponentInitializer
- All Known Implementing Classes:
- AbstractHtmlCoreComponentsComponentInitializer
@InvocationOrderSupport
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)
|
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-2010 The Apache Software Foundation. All Rights Reserved.