Interface ElementContext

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface ElementContext
An element context is able to process includes of other resources during element writing.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    include(String resource, Writer out, Map<String,?> args)
    Includes the given resource into the given writer with the provided arguments.
  • Method Details