Interface JStachioExtension

All Known Subinterfaces:
JStachioConfig, JStachioExtensionProvider, JStachioFilter, JStachioTemplateFinder
All Known Implementing Classes:
JMustacheRenderer, SpringJStachioExtension

An SPI extension point via the ServiceLoader or other mechanisms like DI. If the extension needs configuration for initialization see JStachioExtensionProvider.
Author:
agentgt
See Also:
API Note
Because this is a sealed class one must implement the permitted classes which are non-sealed.