org.apache.myfaces.extensions.validator.beanval
Class HtmlCoreComponentsComponentInitializer

java.lang.Object
  extended by org.apache.myfaces.extensions.validator.core.initializer.component.AbstractHtmlCoreComponentsComponentInitializer
      extended by org.apache.myfaces.extensions.validator.beanval.HtmlCoreComponentsComponentInitializer
All Implemented Interfaces:
ComponentInitializer

@InvocationOrder(value=200)
public class HtmlCoreComponentsComponentInitializer
extends AbstractHtmlCoreComponentsComponentInitializer

Since:
x.x.3

Field Summary
 
Fields inherited from class org.apache.myfaces.extensions.validator.core.initializer.component.AbstractHtmlCoreComponentsComponentInitializer
forceComponentInitialization, INITIAL_MARKUP_META_DATA_KEY
 
Constructor Summary
HtmlCoreComponentsComponentInitializer()
           
 
Method Summary
protected  void configureRequiredAttribute(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent uiComponent, Map<String,Object> metaData)
          The concrete implementation has to initialize the component based on the given meta-data map.
 
Methods inherited from class org.apache.myfaces.extensions.validator.core.initializer.component.AbstractHtmlCoreComponentsComponentInitializer
configureComponent, configureMaxLengthAttribute, init, isRequiredInitializationActive, isRequiredInitializationSupported, processComponent, validateEmptyFields
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HtmlCoreComponentsComponentInitializer

public HtmlCoreComponentsComponentInitializer()
Method Detail

configureRequiredAttribute

protected void configureRequiredAttribute(javax.faces.context.FacesContext facesContext,
                                          javax.faces.component.UIComponent uiComponent,
                                          Map<String,Object> metaData)
Description copied from class: AbstractHtmlCoreComponentsComponentInitializer
The concrete implementation has to initialize the component based on the given meta-data map. This method is only called if all pre-conditions are fulfilled.

Specified by:
configureRequiredAttribute in class AbstractHtmlCoreComponentsComponentInitializer
Parameters:
facesContext - The JSF Context
uiComponent - The UIComponent which should be configured.
metaData - map which contains the transformed meta-data


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