public interface Template
A template is a block of text with an associated binding that can be output to a writer or evaluated to a string.
public Writable
make()
make(Map binding)
Creates a writable view of this template using an empty binding.
Creates a writable view of this template using the supplied binding.
binding
null
Copyright © 2003-2026 The Apache Software Foundation. All rights reserved.