Package com.oorian.html
package com.oorian.html
-
ClassDescriptionContainerElement<T extends ContainerElement<T>>Base class for HTML elements that can contain child elements.Manages HTTP cookies for an Oorian page session.Base class for all HTML elements in the Oorian framework.Exception thrown when an error occurs during element processing.A thread-safe collection class for managing HTML elements.Abstract base class for generating complete HTML documents.Abstract base class for all Oorian HTML pages.Exception thrown when an unrecognized HTML element tag is encountered during template parsing.An HtmlPage that builds its content by parsing an HTML template file.Exception thrown when the number of arguments provided for a page URL does not match the number of required URL parameters defined in the page's route pattern.PhrasingContentElement<T extends PhrasingContentElement<T>>Base class for HTML elements whose content model is phrasing content.RawTextElement<T extends RawTextElement<T>>Base class for HTML elements that contain only text content, not arbitrary child elements.A simplified timer implementation for scheduling delayed or periodic tasks.StyledContainerElement<T extends StyledContainerElement<T>>StyledElement<T extends StyledElement<T>>Abstract base class providing comprehensive CSS styling capabilities for HTML elements.TextElement<T extends TextElement<T>>Abstract base class for HTML elements that primarily contain text content.Represents a client-side timer that can execute code at specified intervals.Interface for receiving timer expiration notifications.VisualElement<T extends VisualElement<T>>Base class for visible, interactive HTML elements.