Uses of Interface
org.thymeleaf.engine.IThrottledTemplateWriterControl
-
Packages that use IThrottledTemplateWriterControl Package Description org.thymeleaf.engine -
-
Uses of IThrottledTemplateWriterControl in org.thymeleaf.engine
Subinterfaces of IThrottledTemplateWriterControl in org.thymeleaf.engine Modifier and Type Interface Description interface
ISSEThrottledTemplateWriterControl
Interface modelling a series of methods for monitoring the status of theWriter
being internally used for producing output in a throttled execution for SSE events.Methods in org.thymeleaf.engine that return IThrottledTemplateWriterControl Modifier and Type Method Description IThrottledTemplateWriterControl
ThrottledTemplateProcessor. getThrottledTemplateWriterControl()
Methods in org.thymeleaf.engine with parameters of type IThrottledTemplateWriterControl Modifier and Type Method Description void
DataDrivenTemplateIterator. setWriterControl(IThrottledTemplateWriterControl writerControl)
-