public class SpringWebReactiveTemplateEngine extends SpringTemplateEngine implements ISpringWebReactiveTemplateEngine
Standard implementation of ISpringWebReactiveTemplateEngine, and default
template engine implementation to be used in Spring Web Reactive environments.
ISpringWebReactiveTemplateEngine| Constructor and Description |
|---|
SpringWebReactiveTemplateEngine() |
| Modifier and Type | Method and Description |
|---|---|
org.reactivestreams.Publisher<org.springframework.core.io.buffer.DataBuffer> |
processStream(String template,
Set<String> markupSelectors,
org.thymeleaf.context.IContext context,
org.springframework.core.io.buffer.DataBufferFactory bufferFactory,
Charset charset) |
org.reactivestreams.Publisher<org.springframework.core.io.buffer.DataBuffer> |
processStream(String template,
Set<String> markupSelectors,
org.thymeleaf.context.IContext context,
org.springframework.core.io.buffer.DataBufferFactory bufferFactory,
Charset charset,
int responseMaxChunkSizeBytes) |
getEnableSpringELCompiler, initializeSpecific, initializeSpringSpecific, setEnableSpringELCompiler, setMessageSource, setTemplateEngineMessageSourceaddDialect, addDialect, addLinkBuilder, addMessageResolver, addTemplateResolver, clearDialects, clearTemplateCache, clearTemplateCacheFor, getCacheManager, getConfiguration, getDecoupledTemplateLogicResolver, getDialects, getDialectsByPrefix, getEngineContextFactory, getLinkBuilders, getMessageResolvers, getTemplateResolvers, isInitialized, process, process, process, process, process, process, processThrottled, processThrottled, processThrottled, setAdditionalDialects, setCacheManager, setDecoupledTemplateLogicResolver, setDialect, setDialects, setDialectsByPrefix, setEngineContextFactory, setLinkBuilder, setLinkBuilders, setMessageResolver, setMessageResolvers, setTemplateResolver, setTemplateResolvers, threadIndexclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsetTemplateEngineMessageSourcepublic org.reactivestreams.Publisher<org.springframework.core.io.buffer.DataBuffer> processStream(String template, Set<String> markupSelectors, org.thymeleaf.context.IContext context, org.springframework.core.io.buffer.DataBufferFactory bufferFactory, Charset charset)
processStream in interface ISpringWebReactiveTemplateEnginepublic org.reactivestreams.Publisher<org.springframework.core.io.buffer.DataBuffer> processStream(String template, Set<String> markupSelectors, org.thymeleaf.context.IContext context, org.springframework.core.io.buffer.DataBufferFactory bufferFactory, Charset charset, int responseMaxChunkSizeBytes)
processStream in interface ISpringWebReactiveTemplateEngineCopyright © 2017 The THYMELEAF team. All rights reserved.