Class InsertProcessor

  • All Implemented Interfaces:
    IElementModelProcessor, IElementProcessor, IProcessor

    public class InsertProcessor
    extends AbstractAttributeModelProcessor
    Similar to Thymeleaf's th:insert, but allows the passing of entire element fragments to the included template. Useful if you have some HTML that you want to reuse, but whose contents are too complex to determine or construct with context variables alone.
    Author:
    zhanhb, Emanuel Rabina