Class DelegateConverter

  • All Implemented Interfaces:
    StateHolder, Converter

    public class DelegateConverter
    extends Object
    implements Converter, StateHolder
    This class is used in conjunction with ConverterImplTag. When a tag like this is in a jsp page: <f:converter binding="#{mybean}"/> or <f:converter converterId="#{'anyid'}" binding="#{mybean}"/> The value of mybean could be already on the context, so this converter avoid creating a new variable and use the previous one.
    Version:
    $Revision$ $Date$
    Author:
    Leonardo Uribe (latest modification by $Author$)