<html>
<head>


<title>Include-Direktive</title>
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div id="Beschreibung">
<table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
<tr>
<td valign="top" class="NAME">Include-Direktive</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>Die Direktive <span class="LITERAL">include</span> schlie&szlig;t eine Datei ein und kombiniert ihren Inhalt mit der einschlie&szlig;enden Seite, bevor das so entstandene Ergebnis in eine JSP-Seitenimplementierungsklasse konvertiert wird.
</p>

<p>Eine Seite kann mehrere <span class="LITERAL">include</span>-Direktiven enthalten. Die einschlie&szlig;ende Seite und alle eingeschlossenen Seiten bilden in ihrer Gesamtheit eine <em>JSP-&Uuml;bersetzungseinheit</em>.
</p>

<p>Beispiel:</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">Kein Standardwert</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>Ein seiten- oder kontextbezogener URI-Pfad f&uuml;r die einzuschlie&szlig;ende Datei.</p>
</td>
</tr>
</table>
</div>
</body>
</html>
