Package com.github.jknack.handlebars
Interface Options.Buffer
- All Superinterfaces:
Appendable,CharSequence
- All Known Implementing Classes:
Options.InMemoryBuffer,Options.NativeBuffer
- Enclosing class:
Options
@Deprecated(since="2024-07-10")
public static interface Options.Buffer
extends Appendable, CharSequence
Deprecated.
com.github.jknack.handlebars package is deprecated and marked for removal in subsequent releases which will involve removal of the handlebars dependency in AEM.
Buffer like use it to increase rendering time while using helpers.
- Since:
- 2.3.2
-
Method Summary
Methods inherited from interface java.lang.Appendable
append, append, appendMethods inherited from interface java.lang.CharSequence
charAt, chars, codePoints, isEmpty, length, subSequence, toString