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 classThis variant accepts only block content and stores it as such.protected classThis variant accepts only block content and stores it as content of Element_div.protected classThis variant wraps every accepted input into a "pre" content element.protected classThis variant wraps every accepted input into a "list item content" element.protected classThis variant wraps every accepted input into a "pre" content element.protected classThis 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.DeliveryContextToHtml.deliveryContextGlobal stack to deliver the html fragments.(package private) @Opt ToHtml.DeliveryContext<?> ToHtml.DeliveryContext.predPredecessor, 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) voidToHtml.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.DeliveryContextModifierConstructorDescriptionprotectedOnly constructor.protectedOnly constructor.protectedOnly constructor.protectedOnly constructor.protectedOnly constructor.protectedOnly constructor.protectedDeliveryContext(@Opt ToHtml.DeliveryContext<?> pred) Only constructor.