Search
Preparing search index...
The search index is not available
JSDK 2.7.0 API
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
JS
sugar
AopAdvisor
Interface AopAdvisor<T>
Advisor interface for AOP. AOP切入通知接口
Type parameters
T
Hierarchy
AopAdvisor
Index
Properties
after
around
before
throws
Properties
Optional
after
after
:
(
this
:
T
, returns
:
any
)
=>
void
Type declaration
(
this
:
T
, returns
:
any
)
:
void
Parameters
this:
T
returns:
any
Returns
void
Optional
around
around
:
(
this
:
T
, fn
:
Function
,
...
args
:
any
[]
)
=>
any
Type declaration
(
this
:
T
, fn
:
Function
,
...
args
:
any
[]
)
:
any
Parameters
this:
T
fn:
Function
Rest
...
args:
any
[]
Returns
any
Optional
before
before
:
(
this
:
T
,
...
args
:
any
[]
)
=>
void
Type declaration
(
this
:
T
,
...
args
:
any
[]
)
:
void
Parameters
this:
T
Rest
...
args:
any
[]
Returns
void
Optional
throws
throws
:
(
this
:
T
, e
:
Error
)
=>
void
Type declaration
(
this
:
T
, e
:
Error
)
:
void
Parameters
this:
T
e:
Error
Returns
void
Globals
JS
an
app
core
d2
ds
fx
input
ioc
lang
math
media
model
net
store
sugar
ui
unit
util
view
Annotation
Target
Annotation
Annotations
Class
Field
Method
Aop
Advisor
after
around
before
throws
Annotation
Definition
J
R
T
Y
_aop
_wrong
Target
after
around
before
deprecated
klass
throws
Advisor interface for AOP. AOP切入通知接口