Page Directive
Advertisements
Page Directive
The page directive defines attributes that apply to an entire JSP page. This element is used to define default of explicit operation to the jsp.
Syntax of page directive elements
Syntax
<@ page attribute="value" %>
Attributes of JSP page directive
- import
- contentType
- extends
- language
- buffer
- info
- isELIgnored
- isThreadSafe
- autoFlush
- session
- pageEncoding
- errorPage
- isErrorPage
Google Advertisment