Returns the ServletContext instance for which this Context acts as a facade. @return the ServletContext instance, or null if not yet initialized
()
| 577 | * @return the ServletContext instance, or {@code null} if not yet initialized |
| 578 | */ |
| 579 | ServletContext getServletContext(); |
| 580 | |
| 581 | |
| 582 | /** |
no outgoing calls