Class TagHandlerDelegateFactory

    • Constructor Detail

      • TagHandlerDelegateFactory

        @Deprecated
        public TagHandlerDelegateFactory​()
        Deprecated. Use the other constructor taking the implementation being wrapped.
      • TagHandlerDelegateFactory

        public TagHandlerDelegateFactory​(TagHandlerDelegateFactory wrapped)

        If this factory has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor. The getWrapped() will then return the implementation being wrapped.

        Parameters:
        wrapped - The implementation being wrapped.
    • Method Detail

      • createComponentHandlerDelegate

        public abstract TagHandlerDelegate createComponentHandlerDelegate​(ComponentHandler owner)

        Create and return a TagHandlerDelegate instance designed for use with ComponentHandler.

        Parameters:
        owner - the ComponentHandler instance being helped by this helper instance.
        Returns:
        the newly created instance
        Since:
        2.0
      • createValidatorHandlerDelegate

        public abstract TagHandlerDelegate createValidatorHandlerDelegate​(ValidatorHandler owner)

        Create and return a TagHandlerDelegate instance designed for use with ValidatorHandler.

        Parameters:
        owner - the ValidatorHandler instance being helped by this helper instance.
        Returns:
        the newly created instance
        Since:
        2.0
      • createConverterHandlerDelegate

        public abstract TagHandlerDelegate createConverterHandlerDelegate​(ConverterHandler owner)

        Create and return a TagHandlerDelegate instance designed for use with ConverterHandler.

        Parameters:
        owner - the ValidatorHandler instance being helped by this helper instance.
        Returns:
        the newly created instance
        Since:
        2.0
      • createBehaviorHandlerDelegate

        public abstract TagHandlerDelegate createBehaviorHandlerDelegate​(BehaviorHandler owner)

        Create and return a TagHandlerDelegate instance designed for use with BehaviorHandler.

        Parameters:
        owner - the ValidatorHandler instance being helped by this helper instance.
        Returns:
        the newly created instance
        Since:
        2.0