|
Class Summary |
| BasicAuthGenericTestWeblet |
This example of an abstract Weblet superclass checks the username/password access for a protected page.
|
| BasicAuthTestWeblet |
This 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 returns the current version of the Femto Web Server. |
| CurrentTimeTestSssi |
This SSSI example displays the current time, based on a specific time zone.
|
| DivisionByNullTestWeblet |
This example shows what happens, when a java Exception occurs during the execution of the Weblet.
|
| HttpSessionListWeblet |
This Weblet example displays an internal list of all Femto Web Server sessions. |
| InputFormTestSssi |
This example displays a HTML input form. |
| 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". |