Options
All
  • Public
  • Public/Protected
  • All
Menu

Class CanonicalItemClass

Base class for canonical items that implements the CanonicalReceiver interface. That is, isCanonicalReceiver(CanonicalItemClass) === true.

Hierarchy

Index

Constructors

constructor

Properties

Static Private Optional canonFullyQualifiedResolver

canonFullyQualifiedResolver: string

The type-prefixed canonical resolver of this class, set by the startup unit.

Static Private Optional canonUnqualifiedResolver

canonUnqualifiedResolver: string

The unqualified canonical resolver of this class, set by the startup unit.

Accessors

Private appClassApplication

Methods

Protected app

Protected container

getBoundMethod

  • getBoundMethod(methodName: string): (...args: any[]) => any
  • Get the method with the given name from this class, bound to this class.

    Parameters

    • methodName: string

    Returns (...args: any[]) => any

    function

      • (...args: any[]): any
      • Parameters

        • Rest ...args: any[]

        Returns any

Protected make

  • make<T>(target: any, ...parameters: any[]): T

Static getCanonicalResolver

  • getCanonicalResolver(): undefined | string

Static getFullyQualifiedCanonicalResolver

  • getFullyQualifiedCanonicalResolver(): undefined | string

Static setCanonicalResolver

  • setCanonicalResolver(fullyQualifiedResolver: string, unqualifiedResolver: string): void
  • Sets the fully- and un-qualified canonical resolver strings. Intended for use by the Canonical unit.

    Parameters

    • fullyQualifiedResolver: string
    • unqualifiedResolver: string

    Returns void

Extollo Logo

extollo (v. latin) - to lift up, to elevate

Extollo is a free & libre application framework in TypeScript.