Uses of Class
eu.bandm.tools.lablog.base.ToHtml.DeliveryContext
Package
Description
Evaluation, statistics and renderings of bandm lab log format.
-
Uses of ToHtml.DeliveryContext in eu.bandm.tools.lablog.base
Modifier and TypeClassDescriptionprotected class
This variant accepts only block content and stores it as such.protected class
This variant accepts only block content and stores it as content of Element_div.protected class
This variant wraps every accepted input into a "pre" content element.protected class
This variant wraps every accepted input into a list item content element.protected class
This variant wraps every accepted input into a "pre" content element.protected class
This variant wraps every accepted input into a table data "td" content element.Modifier and TypeFieldDescription(package private) @Opt ToHtml.DeliveryContext
ToHtml.deliveryContext
Global stack to deliver the html fragments.(package private) @Opt ToHtml.DeliveryContext<?>
ToHtml.DeliveryContext.pred
Predecessor, must be != null but for the very first / most outer context.Modifier and TypeMethodDescription(package private) void
ToHtml.dumpDelivery
(@Opt ToHtml.DeliveryContext d) Auxiliary debugging procedure which dumps the current stack of accepting contexts.ModifierConstructorDescriptionprotected
Only constructor.protected
Only constructor.protected
Only constructor.protected
Only constructor.protected
Only constructor.protected
Only constructor.protected
DeliveryContext
(@Opt ToHtml.DeliveryContext<?> pred) Only constructor.