Syntax of the declaration of the page
directive with it's attributes is <%@ page attributeName="values"
%>. The space between the tag <%@ and %> before the
page(directive name) and after values of the last attribute, is
optional, you can leave the space or not.
Following are name of the attributes of the page directive used in JSP:
JSP Page Directive Attributes
- language
- extends
- import
- session
- buffer
- autoflush
- info
- errorPage
- isErrorPage
- isThreadSafe