Femto Web Server V1.4-F

dfischer.femtowebserver.test
Interface BasicAuthGenericTestInterface

All Known Implementing Classes:
BasicAuthGenericTestWeblet

public interface BasicAuthGenericTestInterface

This (example) interface is a bridge between the abstract BasicAuthGenericTestWeblet and the real instance of the BasicAuthTestWeblet. It re-defines the HttpdWebletInterface by adding an authorized username.

You can download the sourcecode of all examples at: http://www.d-fischer.com/femto/FemtoProgrammingExamplesSourcecode.zip

See Also:
BasicAuthTestWeblet, BasicAuthGenericTestWeblet

Method Summary
 void execute(HttpRequest req, HttpResponse res, HttpdProperties httpdProperties, java.lang.String username)
          Re-definition example of the HttpdWebletInterface by adding an authorized username
 

Method Detail

execute

public void execute(HttpRequest req,
                    HttpResponse res,
                    HttpdProperties httpdProperties,
                    java.lang.String username)
             throws java.lang.Exception
Re-definition example of the HttpdWebletInterface by adding an authorized username

Femto Web Server V1.4-F

Copyright 2002, 2003, 2006 by Ingenieurbüro David Fischer GmbH, Switzerland. All rights reserved.