StatusAction class abstract

Status Action

Inheritance

Constructors

StatusAction()

Properties

allChecks Map<String, StatusActionCheck>
no setter
className String
no setterinherited
db Db
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
pathArgs List<String>
getter/setter pairinherited
postArgs Map
getter/setter pairinherited
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
statsSubId int
getter/setter pairinherited

Methods

handleRequest() Future
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
outputResponse(dynamic response) 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