Options
All
  • Public
  • Public/Protected
  • All
Menu

A singleton class that handles requests, applying logic in modular layers.

Hierarchy

Index

Constructors

constructor

Properties

Protected Optional inflight

Module considered to be the main handler.

Protected Readonly logging

logging: Logging

Protected postflight

postflight: Collection<HTTPKernelModule> = ...

Collection of postflight modules to apply.

Protected preflight

preflight: Collection<HTTPKernelModule> = ...

Collection of preflight modules to apply.

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

handle

Protected make

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

register

Extollo Logo

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

Extollo is a free & libre application framework in TypeScript.