StatusAction class abstract

Status Action

Inheritance

Constructors

StatusAction.new()

Properties

allChecks Map<String, StatusActionCheck>
no setter
className String
no setterinherited
ext String?
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
request HttpRequest
getter/setter pairinherited
responseStatus int
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
server Server
no setterinherited

Methods

handleRequest() Future
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
prapareData() Future
inherited
prepareArguments() Future
inherited
run() Future
override
setGetArgs(Map<String, String> queryParameters) → void
inherited
setPostArgs(Map json) → void
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited