Options
All
  • Public
  • Public/Protected
  • All
Menu

Class BasicLoginFormRequest

Hierarchy

Index

Constructors

constructor

Properties

Protected Optional cachedResult

cachedResult: BasicLoginFormData

The cached validation result.

Protected Readonly data

Accessors

Private appClassApplication

Methods

Protected app

Protected container

get

  • Validate and get the request input. Throws a validation error on fail. Internally, caches the result after the first validation. So, singleton validators will avoid re-processing their rules every time.

    Returns Promise<BasicLoginFormData>

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 getRules

Protected make

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

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

Extollo is a free & libre application framework in TypeScript.