java.lang.Object
io.jstach.jstachio.spi.AbstractJStachio
io.jstach.opt.spring.SpringJStachio
- All Implemented Interfaces:
ContextJStachio
,JStachio
,Renderer<Object>
,JStachioExtensions.Provider
A JStachio that does not use the service loader.
- Author:
- agentgt
-
Constructor Summary
ConstructorDescriptionSpringJStachio
(JStachioExtensions extensions) Passed the found services usually injected by Spring.SpringJStachio
(List<JStachioExtension> extensions) Passed the found services usually injected by Spring. -
Method Summary
Methods inherited from class io.jstach.jstachio.spi.AbstractJStachio
execute, execute, findTemplate, loadFilter, supportsType, template, write, write
-
Constructor Details
-
SpringJStachio
Passed the found services usually injected by Spring.- Parameters:
extensions
- not null.
-
SpringJStachio
Passed the found services usually injected by Spring.- Parameters:
extensions
- not null.
-
-
Method Details
-
extensions
Description copied from interface:JStachioExtensions.Provider
The available extensions.- Returns:
- The avaiable resolved extensions.
-