previous
|
index
|
next
Declarations
Form of a declaration:
<%! ... %>
with code in between. The code will appear outside the
_jspService()
method.
Can be used to define methods and class variables.
Example:
PageCounter.jsp
Here is the URL:
http://redrock.d.umn.edu:8080/jspbook/PageCounter.jsp
Here is the generated Servlet source file:
PageCounter_jsp.java
previous
|
index
|
next