Binds an object to a given attribute name in this servlet context. If the name specified is already used for an attribute, this method will replace the attribute with the new to the new attribute. If listeners are configured on the ServletContext the container notifies them accordin
(String name, Object object)
| 396 | * @throws NullPointerException If the provided attribute name is <code>null</code> |
| 397 | */ |
| 398 | void setAttribute(String name, Object object); |
| 399 | |
| 400 | /** |
| 401 | * Removes the attribute with the given name from the servlet context. After removal, subsequent calls to |
no outgoing calls