Returns a reference to the ServletContext in which the caller is executing. @return ServletContext object, used by the caller to interact with its servlet container @see ServletContext
()
| 42 | * @see ServletContext |
| 43 | */ |
| 44 | ServletContext getServletContext(); |
| 45 | |
| 46 | /** |
| 47 | * Returns a <code>String</code> containing the value of the named initialization parameter, or <code>null</code> if |
no outgoing calls
no test coverage detected