se.entra.phantom.server.http
Interface CgiPrintInterface

All Known Implementing Classes:
CookieCGI, DirectAPICGI, SimpleStatusCGI

public interface CgiPrintInterface

This interface is implemented by classes acting as "CGI programs" for the NetPhantom Web Server.


Method Summary
 void performAction(HttpSession session, PrintWriter printWriter)
          This method should print an HTML document to the printWriter.
 

Method Detail

performAction

void performAction(HttpSession session,
                   PrintWriter printWriter)
                   throws IOException
This method should print an HTML document to the printWriter. The current directory of the CGI for the client agent is defined in the HttpSession class instance.

Throws:
IOException - for IO errors.


Phantom® and NetPhantom® are registered trademarks of Codectica Systems SARL.
© Copyright Codectica Systems SARL, 2008. All rights reserved.