Minggu, 18 Desember 2016

An introduction to servlet configuration interface

The ServletConfig interface provides a standard abstraction for the servlet object to get environment details from the servlet container. Container implementing the ServletConfig object supports the following operations: Retrieve the initialization parameters from xml file. Retrieve the ServletContext object that describes the application’s runtime environment. Retrieve the servlet name as configured in xml.   HttpServletRequest Interface   The HttpServletRequest interface is a subtype of ServletRequest interface. Implementation for this interface is provided by the servlet container. The HttpServletRequest interface object allows us to access the data available in the HTTP headers and HTTP requests. Following methods helps us to access

The post An introduction to servlet configuration interface appeared first on Coding Security.


An introduction to servlet configuration interface
read more

Tidak ada komentar:

Posting Komentar