Class AbstractTemplateHandler

  • All Implemented Interfaces:
    ITemplateHandler
    Direct Known Subclasses:
    ModelBuilderTemplateHandler, OutputTemplateHandler

    public abstract class AbstractTemplateHandler
    extends Object
    implements ITemplateHandler

    Basic abstract implementation of ITemplateHandler that takes care of the whole contract of this interface and offers a good base for the easy implementation of custom template handlers.

    All handleX() implementations in this class are set to simply delegate to the next handler in the chain, so that subclasses can override only the handling methods that are really relevant to them.

    Since:
    3.0.0
    Author:
    Daniel Fernández