Please enable JavaScript.
Coggle requires JavaScript to display documents.
JSP - Coggle Diagram
JSP
-
-
Action :
-
-
Standard Action
-
-
Java bean
-
-
Syntax
<jsp:useBean id=“name” class=“fully_qualified_pathname”
scope=“{page|request|session|application}” />
-
-
-
-
Directive
-
Function
provide directions and instructions to the container about how to handle certain aspects of JSP processing
-