Package-level declarations

Types

Link copied to clipboard

Abstract base implementation of built-in Elide controller abstracts.

Link copied to clipboard
interface ElideController

Describes the top-level expected interface for Elide-based controllers; any base class which inherits from this one may be used as a controller, and activated/deactivated with Micronaut annotations (see: @Controller).

Link copied to clipboard

Defines the built-in concept of a Page-type handler, which is capable of performing SSR, serving static assets, and handling page-level RPC calls.

Link copied to clipboard

Extends PageController with support for page-level State, produced via the props method; computed state is shared with VM render executions, and can additionally be injected into the page for use by frontend code (typically to hydrate a server-rendered UI).

Link copied to clipboard