Summary
These are messages to the JSP engine. Standard directives are available to
all conforming JSP1.0 implementations .
The page Directive
The page directive defines a number of page dependent attributes and
communicates these to the JSP engine.
language
extends
import
session
buffer/autoFlush
isThreadSafe
info
isErrorPage/errorPage
contentType
The include Directive
We have facilities to include at translation time and request time. We can
include dynamically and statically at request time. Also at request time
forwarding can also be done.
include
The forward Directive
We have facilities to forward a request to a static resource/jsp/servlet
at request time.
forward
The taglib Directive
taglib