Uses of Class
eu.bandm.tools.lablog.base.ToHtml.DeliveryContext
Packages that use ToHtml.DeliveryContext
Package
Description
Evaluation, statistics and renderings of bandm lab log format.
-
Uses of ToHtml.DeliveryContext in eu.bandm.tools.lablog.base
Subclasses of ToHtml.DeliveryContext in eu.bandm.tools.lablog.baseModifier 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.Fields in eu.bandm.tools.lablog.base declared as ToHtml.DeliveryContextModifier 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 (= outermost) context.Methods in eu.bandm.tools.lablog.base with parameters of type ToHtml.DeliveryContextModifier and TypeMethodDescription(package private) void
ToHtml.dumpDelivery
(@Opt ToHtml.DeliveryContext d) Auxiliary debugging procedure which dumps the current stack of accepting contexts.Constructors in eu.bandm.tools.lablog.base with parameters of type ToHtml.DeliveryContextModifierConstructorDescriptionprotected
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.