Class ConverterHandler

    • Constructor Detail

      • ConverterHandler

        public ConverterHandler​(ConverterConfig config)
        Creates a new ConverterHandler using the given config.
        Parameters:
        config - converter config where the converter Id is taken from.
    • Method Detail

      • getTagHandlerDelegate

        protected TagHandlerDelegate getTagHandlerDelegate()
        Description copied from class: DelegatingMetaTagHandler

        Get the tag handler delegate.

        Code that extends from DelegatingMetaTagHandler (directly or indirectly, as through extending ComponentHandler) must take care to decorate, not replace, the TagHandlerDelegate instance returned by this method. Failure to do so may produce unexpected results.

        Specified by:
        getTagHandlerDelegate in class DelegatingMetaTagHandler
        Returns:
        the tag handler delegate.
      • getConverterId

        public String getConverterId​(FaceletContext ctx)
        Returns the converter Id.

        The converter Id is taken from the attribute "converterId"

        Parameters:
        ctx - facelet context used to resolve the converter Id from an attribute.
        Returns:
        the converter Id.