ContextMiddlewareManager <CTX, R, N>
Hierarchy
- Array<CommonMiddleware<CTX, R, N>>
- ContextMiddlewareManager
Implements
- IMiddlewareManager<CTX, R, N>
Index
Constructors
externalconstructor
Type parameters
- CTX: Context
- R
- N
Methods
publicfindAndInsertAfter
publicfindAndInsertBefore
move a middleware before another middleware
publicfindAndInsertFirst
find middleware and move to first
publicfindAndInsertLast
find middleware and move to last
publicfindItem
publicfindItemIndex
find a middleware and return index
publicgetMiddlewareName
get name from middleware
publicgetNames
get middleware name list
publicinsertAfter
insert a middleware or middleware array to after another middleware
publicinsertBefore
insert a middleware or middleware array to after another middleware
publicinsertFirst
insert a middleware or middleware array to first
publicinsertLast
insert a middleware or middleware array to last
publicpush
publicremove
remove a middleware
move a middleware after another middleware