public class DirectAPICGI extends Object implements CgiPrintInterface
| Constructor and Description |
|---|
DirectAPICGI() |
| Modifier and Type | Method and Description |
|---|---|
void |
performAction(HttpSession session,
PrintWriter printWriter)
This method should print a HTML document content using the
PrintWriter parameter. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitformatIPResult, formatIPResult, queryLocationInfo, queryLocationInfo, queryLocationInfopublic void performAction(HttpSession session, PrintWriter printWriter) throws IOException
PrintWriter parameter.
The current directory of the CGI for the client agent is defined in the
HttpSession class instance.
performAction in interface CgiPrintInterfacesession - The current HTTP session.printWriter - The PrintWriter to which the HTML document should be printed to.IOException - for IO errors.Phantom® and NetPhantom® are registered trademarks of Mindus SARL.
© 2026 Mindus SARL. All rights reserved.