Master java skills

JSP Directives

JSP directives are elements which transmit messages to the JSP container and directs how it compiles the JSP page. However, it is to note that the directives themselves do not appear in the XML output. 

There are three types of directives:

  • page directive
  • include directive
  • taglib directive

We will talk in detail about them in subsequent chapters