Directives
- Directives send messages to the JSP engine on how a JSP page
should be compiled.
- Three types of Directives:
- Page Directives allows page-specific attriubutes to be set.
- Include Directives allows data from an external URL to be
embedded into a JSP page.
- Taglib Directives specifies a tag library by which the set of
JSP tags can be extended.