<html>
<head>


<title>Directive Include</title>
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div id="Description">
<table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
<tr>
<td valign="top" class="NAME">Directive Include</td>
<td valign="top" class="COMPATIBILITY">&nbsp;</td>
</tr>
<tr>
<td colspan="2" class="divider"><img src="dwres:18084" width="100%" height="1"></td>
</tr>
<tr>
<td valign="top" colspan="2" class="description">
<p>La directive <span class="LITERAL">include</span> comprend un fichier dont elle fusionne le contenu avec la page d'inclusion avant que le r&eacute;sultat combin&eacute; ne soit converti en une classe d'impl&eacute;mentation de page JSP.
</p>

<p>Une page simple peut contenir plusieurs directives <span class="LITERAL">include</span>. La combinaison de la page d'inclusion et de toutes les pages incluses forme une <em>unit&eacute; de traduction JSP</em>.
</p>

<p>Exemple&nbsp;:</p>

<span class="PROGRAMLISTING"><pre>&lt;%@ include file=&quot;header.html&quot; %&gt;</pre></span>

</td></tr>
</table>
</div>
<div id="file">
<table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
<tr>
<td valign="top" class="NAME">file</td>
<td valign="top" class="COMPATIBILITY">Aucun fichier par d&eacute;faut</td>
</tr>
<tr>
<td colspan="2" class="divider"><img src="dwres:18084" width="100%" height="1"></td>
</tr>
<tr>
<td valign="top" colspan="2" class="description">
<p>Un chemin d'URI d'une page ou d'un contexte pour le fichier &agrave; inclure.</p>
</td>
</tr>
</table>
</div>
</body>
</html>
