|
Femto Web Server V1.4-F | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--dfischer.femtowebserver.test.TestWeblet
This Weblet example displays the HTML text "This is a Test Weblet".
You can download the sourcecode of all examples at: http://www.d-fischer.com/femto/FemtoProgrammingExamplesSourcecode.zip
| Constructor Summary | |
TestWeblet()
|
|
| Method Summary | |
void |
execute(HttpRequest req,
HttpResponse res,
HttpdProperties httpdProperties)
Executes the Weblet. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public TestWeblet()
| Method Detail |
public void execute(HttpRequest req,
HttpResponse res,
HttpdProperties httpdProperties)
throws java.lang.Exception
HttpdWebletInterfaceexecute in interface HttpdWebletInterfacedfischer.femtowebserver.httpd.HttpdWebletInterfacehttpRequest - access to the HTTP request data (browser request)httpResponse - Weblet HTTP response data (server response)httpdProperties - read/only access to the Femto Web Server configuration
|
Femto Web Server V1.4-F | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||