org.richfaces.validator
Class ConverterServiceImpl

java.lang.Object
  extended by org.richfaces.validator.FacesServiceBase<javax.faces.convert.Converter>
      extended by org.richfaces.validator.ConverterServiceImpl
All Implemented Interfaces:
org.richfaces.validator.FacesConverterService

public class ConverterServiceImpl
extends FacesServiceBase<javax.faces.convert.Converter>
implements org.richfaces.validator.FacesConverterService

Author:
asmirnov

Constructor Summary
ConverterServiceImpl()
           
 
Method Summary
 org.richfaces.validator.ConverterDescriptor getConverterDescription(javax.faces.context.FacesContext context, javax.faces.component.EditableValueHolder input, javax.faces.convert.Converter converter)
           
protected  String getMessageId(javax.faces.convert.Converter converter)
           
 
Methods inherited from class org.richfaces.validator.FacesServiceBase
fillParameters, getMessage, setLabelParameter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConverterServiceImpl

public ConverterServiceImpl()
Method Detail

getConverterDescription

public org.richfaces.validator.ConverterDescriptor getConverterDescription(javax.faces.context.FacesContext context,
                                                                           javax.faces.component.EditableValueHolder input,
                                                                           javax.faces.convert.Converter converter)
Specified by:
getConverterDescription in interface org.richfaces.validator.FacesConverterService

getMessageId

protected String getMessageId(javax.faces.convert.Converter converter)
Specified by:
getMessageId in class FacesServiceBase<javax.faces.convert.Converter>


Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.