6
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

AOPとインターセプターって同じものなの?メモ

Last updated at Posted at 2020-01-31
メモを作ったきっかけ

「AOPもインターセプターも『指定のタイミングで割り込んでくるもの』ってぼんやりした認識だけど何が違うの?」と混乱したため簡単にメモ

AOP

Aspect Oriented Programming(アスペクト指向プログラミング)のこと。
共通の処理を毎回書くのではなくどこかに1回書いてそれを横断的に呼び出そう!って作り

インターセプター

interceptは「割り込む」みたいな意味
AOPにおいて割り込んで行う処理そのもののこと

結論

インターセプターはAOPの一部

6
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
6
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?