Uses of Class
org.apache.myfaces.buildtools.maven2.plugin.builder.trinidad.parse.ConverterBean

Packages that use ConverterBean
org.apache.myfaces.buildtools.maven2.plugin.builder.trinidad.parse   
org.apache.myfaces.buildtools.maven2.plugin.builder.trinidad.util   
 

Uses of ConverterBean in org.apache.myfaces.buildtools.maven2.plugin.builder.trinidad.parse
 

Methods in org.apache.myfaces.buildtools.maven2.plugin.builder.trinidad.parse that return ConverterBean
 ConverterBean FacesConfigBean.findConverter(String converterId)
          Returns the converter for this converter type.
 

Methods in org.apache.myfaces.buildtools.maven2.plugin.builder.trinidad.parse that return types with arguments of type ConverterBean
 Iterator<ConverterBean> FacesConfigBean.converters()
          Returns an iterator for all converters in this faces config.
 

Methods in org.apache.myfaces.buildtools.maven2.plugin.builder.trinidad.parse with parameters of type ConverterBean
 void FacesConfigBean.addConverter(ConverterBean converter)
          Adds a converter to this faces config document.
 

Uses of ConverterBean in org.apache.myfaces.buildtools.maven2.plugin.builder.trinidad.util
 

Methods in org.apache.myfaces.buildtools.maven2.plugin.builder.trinidad.util with parameters of type ConverterBean
protected abstract  boolean ConverterFilter.accept(ConverterBean converter)
           
 



Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.