Package dfischer.femtowebserver.test

Contains pre-compiled Weblet and SSSI example programs.

See:
          Description

Interface Summary
BasicAuthGenericTestInterface This (example) interface is a bridge between the abstract BasicAuthGenericTestWeblet and the real instance of the BasicAuthTestWeblet.
 

Class Summary
BasicAuthGenericTestWeblet This example of an abstract Weblet super class checks the username/password access for a protected page.
BasicAuthTestWeblet This Weblet example displays a username/password protected page.
BinaryTestWeblet This Weblet example displays a small red gif image with the blue text "TEST".
CurrentServerVersionSssi This SSSI example displays the current Version of the Femto Web Server.
CurrentTimeTestSssi This SSSI example displays the current time, based on a specific time zone.
DivisionByNullTestWeblet This Weblet example shows what happens, when a java Exception occurs during the execution of the Weblet.
InputFormTestWeblet This Weblet example displays a HTML input form.
RedirectTestWeblet This Weblet example redirects the browser to http://www.d-fischer.com .
TestNoWeblet This Weblet example proves, that the Femto Web Server will *NOT* display nor execute java classes with no HttpdWebletInterface.
TestWeblet This Weblet example displays the HTML text "This is a Test Weblet".
 

Package dfischer.femtowebserver.test Description

Contains pre-compiled Weblet and SSSI example programs.