Searched refs:_contextAttributeListeners (Results 1 – 2 of 2) sorted by relevance
149 private Object _contextAttributeListeners; field in ContextHandler560 _contextAttributeListeners = null; in setEventListeners()574 _contextAttributeListeners = LazyList.add(_contextAttributeListeners,listener); in setEventListeners()2124 if (_contextAttributeListeners != null) in setAttribute()2128 for (int i = 0; i < LazyList.size(_contextAttributeListeners); i++) in setAttribute()2130 …tAttributeListener l = (ServletContextAttributeListener)LazyList.get(_contextAttributeListeners,i); in setAttribute()2162 if (_contextAttributeListeners != null) in removeAttribute()2166 for (int i = 0; i < LazyList.size(_contextAttributeListeners); i++) in removeAttribute()2167 …((ServletContextAttributeListener)LazyList.get(_contextAttributeListeners,i)).attributeRemoved(eve… in removeAttribute()
META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...