servlet监听器类型

servlet监听器类型

作用:
监听Container中对象状态的变化

可监听的对象:
  • ServletContext
  • HttpSession
  • ServletRequest
8个Listener接口和6个Event类:




from : http://www.blogjava.net/i369/articles/236313.html

你可能感兴趣的:(servlet监听器类型)