|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface CgiHtmlResourceInterface
This interface is implemented by classes acting as "CGI programs" for the NetPhantom Web Server.
| Method Summary | |
|---|---|
HtmlResource |
performAction(HttpSession session)
This method should return an HtmlResource instance with the document
that should be sent to the client. |
| Method Detail |
|---|
HtmlResource performAction(HttpSession session)
throws IOException
HtmlResource instance with the document
that should be sent to the client.
The current directory of the CGI for the client agent is defined in the
HttpSession class instance as the resource requested without
the "/name.cgi" text.
IOException - for IO errors.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||