Please enable JavaScript.
Coggle requires JavaScript to display documents.
JSP (Implicit Object: (request
This is the HttpServletRequest object…
JSP
Implicit Object:
-
-
-
-
-
-
-
page
This is simply a synonym for this, and is used to call the methods defined by the translated servlet class.
-
-
Scripting Element
JSP scripting elements let you insert Java code into the servlet that will be generated from current JSP page.
Type Scripting Element
-
-
Declaration
JSP declaration enable to define methods or fields that get inserted into the main body of the servlet class
-
-
-
-
-
-
-