Return the main path associated with this context. @return The main context path @since Servlet 2.5
()
| 67 | * @since Servlet 2.5 |
| 68 | */ |
| 69 | String getContextPath(); |
| 70 | |
| 71 | /** |
| 72 | * Returns a <code>ServletContext</code> object that corresponds to a specified URL on the server. |
no outgoing calls