Please enable JavaScript.
Coggle requires JavaScript to display documents.
Java Server Page - Coggle Diagram
Java Server Page
Implicit Objects
-
-
-
-
-
-
-
page
This is simply a synonym for this, and is used to call the methods defined by the translated servlet class.
Directives
-
taglib
-
Declares that JSP page uses a set of custom tags, identifies the location of the library, and provides means for identifying the custom tags in JSP page
-
-
page
Import classes, customize the servlet superclass, and the like
-
-
-
-
-
Action
Common Attributes
Id Attribute uniquely identifies the Action element, and allows the action to be referenced inside the JSP page.
Scope Attribute identifies the lifecycle of the Action element. It also determines the lifespan of the object associated with the id.
-
-
-