Explanation (iii) urlPatterns The URL patterns to which the filter applies * (iv) dispatcherTypes The dispatcher types to which the filter applies * (not V): asyncSupported Declares whether the filter supports asynchronous operation mode. Note:* javax.servlet.annotation Annotation Type WebFilter Annotation used to declare a servlet filter. This annotation is processed by the container at deployment time, and the corresponding filter applied to the specified URL patterns, servlets, and dispatcher types. 90 Which interface must a class implement so that instances of the class are notified after any object added to a session?
(A) javax.servlet.http.HttpSessionListener
(B) javax.servlet.http.HttpSessionValueListener
(C) javax.servlet.http.HttpSessionBindingListener
(D) javax.servlet.http.HttpSessionAttributeListener
(A) javax.servlet.http.HttpSessionListener
(B) javax.servlet.http.HttpSessionValueListener
(C) javax.servlet.http.HttpSessionBindingListener
(D) javax.servlet.http.HttpSessionAttributeListener
答案:登入後查看
統計: A(0), B(1), C(0), D(0), E(0) #2227528
統計: A(0), B(1), C(0), D(0), E(0) #2227528