September 2002
Intermediate to advanced
608 pages
14h 20m
English
Just as there were three types of JSP scripting elements, there are also three types of JSP directives. The directives are the page directive, the include directive, and the taglib directive. The JSP directive tag format is:
<%@ directive attrname="attrvalue" [...] %>
Directive names and attribute names are all case-sensitive; all are predominantly lowercase with the occasional infix capitalization for readability. There may be multiple attribute name/value pairs specified. The permitted attributes vary by directive, and are covered in the sections that follow.
The page directive gives you a way to customize the servlet that is being generated in several ways, such as controlling what classes are ...
Read now
Unlock full access