W3C logoJigsaw

Page Compilation in Jigsaw.


Jigsaw Home / Documentation Overview / Page Compilation Overview

Note that this is server-side only and this may be not available on all the servers around.

List of tags:

<java> </java> or <java type=code> </java>
Define java code for the get method.
<java type=import> </java>
Define one or more import statement.
Ex: <java type=inport>import java.net.*;</java>
<java type=extends> </java>
Specify the name of the class to extends the GeneratedFrame from.
Ex: <java type=extends>MyOwnFrame</java>
<java type=implements> </java>
Specify a list of interfaces the GeneratedFrame will implements.
Ex: <java type=implements>MyInterface1, MyInterface2 </java>
<java type=class> </java>
Define some member variables or some method for the GeneratedFrame.
Ex: <java type=class>int counter = 0;</java>
<java type=print> </java>
Enclose a Java expression to be sent to the PageCompileOutputStream.
Ex: <java type=print>new Date()</java>

Variables availables:

request [Request]
The incomming request.
reply [Reply]
The HTTP reply.
out [PageCompileOutputStream]
The reply OutputStream.


Jigsaw Team
$Id: reference.html,v 1.13 1999/03/16 13:40:31 bmahe Exp $

Copyright © 1999 W3C (MIT, INRIA, Keio ), All Rights Reserved. W3C liability, trademark , document use and software licensing rules apply. Your interactions with this site are in accordance with our public and Member privacy statements.