public class SmartApplet extends Object implements IncludeCgiHtmlResourceInterface
| Constructor and Description |
|---|
SmartApplet() |
| Modifier and Type | Method and Description |
|---|---|
static void |
loadSettings()
The Web Server calls this routine to initialize or reinitialize
the "SmartApplet.ini" file.
|
HtmlResource |
performAction(HttpSession session,
HttpResource httpResource,
Element element)
This method should return an
HtmlResource instance with the document
that should be sent to the client. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitformatIPResult, formatIPResult, queryLocationInfo, queryLocationInfo, queryLocationInfopublic static void loadSettings()
throws IOException
IOException - for IO errors.public HtmlResource performAction(HttpSession session, HttpResource httpResource, Element element) 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.
performAction in interface IncludeCgiHtmlResourceInterfacesession - The current HTTP session.httpResource - The HTTP resource for which the CGI is being executed.HtmlResource instance with the content to be sent to the client.IOException - for IO errors.Phantom® and NetPhantom® are registered trademarks of Mindus SARL.
© 2026 Mindus SARL. All rights reserved.