|
context You refer to the pagecontext object, which provides access to other JSP hidden objects. It is more common to use setAttribute () and getAttribute () methods to set and find objects. The config object is derived from ServletConfig, which contains the configuration information of the current JSP / Servlet web application. |
|