com.sun.facelets.tag.jsf
Interface ConverterConfig

All Superinterfaces:
TagConfig

public interface ConverterConfig
extends TagConfig

Used in creating ConvertHandler's and all implementations.

Version:
$Id: ConverterConfig.java,v 1.2 2005/08/24 04:38:51 jhook Exp $
Author:
Jacob Hookom
See Also:
ConvertHandler

Method Summary
 String getConverterId()
          The converter id to be used in instantiating this converter
 
Methods inherited from interface com.sun.facelets.tag.TagConfig
getNextHandler, getTag, getTagId
 

Method Detail

getConverterId

String getConverterId()
The converter id to be used in instantiating this converter

Returns:
the converter id that can be passed to Application.createConverter


Copyright © 2005 All Rights Reserved.