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 interfaceISSEThrottledTemplateWriterControlInterface modelling a series of methods for monitoring the status of theWriterbeing internally used for producing output in a throttled execution for SSE events.Classes in org.thymeleaf.engine that implement IThrottledTemplateWriterControl Modifier and Type Class Description (package private) classSSEThrottledTemplateWriter(package private) classThrottledTemplateWriterFields in org.thymeleaf.engine declared as IThrottledTemplateWriterControl Modifier and Type Field Description private IThrottledTemplateWriterControlDataDrivenTemplateIterator. writerControlMethods in org.thymeleaf.engine that return IThrottledTemplateWriterControl Modifier and Type Method Description IThrottledTemplateWriterControlThrottledTemplateProcessor. getThrottledTemplateWriterControl()Methods in org.thymeleaf.engine with parameters of type IThrottledTemplateWriterControl Modifier and Type Method Description voidDataDrivenTemplateIterator. setWriterControl(IThrottledTemplateWriterControl writerControl)
-