Returns the servlet container attribute with the given name, or null if there is no attribute by that name. An attribute allows a servlet container to give the servlet additional information not already provided by this interface. See your server documentation for information about its
(String name)
| 368 | * @see ServletContext#getAttributeNames |
| 369 | */ |
| 370 | Object getAttribute(String name); |
| 371 | |
| 372 | /** |
| 373 | * Returns an <code>Enumeration</code> containing the attribute names available within this servlet context. Use the |
no outgoing calls