Re: Servlet class according to url-mapping
Not really (via the Servlet Api) -Tim Milanez, Marcus wrote: Hi, Is it possible to get the full servlet class name (e.g: com.test.MyServlet) according to its URL (e.g: /servlet/MyServlet) programmatically ? - To start a
Servlet class according to url-mapping
Hi, Is it possible to get the full servlet class name (e.g: com.test.MyServlet) according to its URL (e.g: /servlet/MyServlet) programmatically ? Thanks!