webcore.webserver.serverside
Class Example

java.lang.Object
  |
  +--webcore.webserver.serverside.Example
All Implemented Interfaces:
WebRequestable

public class Example
extends java.lang.Object
implements WebRequestable

Example WebRequestable. Outputs Hello World html.


Field Summary
 
Fields inherited from interface webcore.webserver.WebRequestable
htmlBaseHeader, htmlHeader, httpBaseHeader, httpHeader, submitjavascript, submitjavascripttag, textBaseHeader, textHeader
 
Constructor Summary
Example()
           
 
Method Summary
 void processRequest(HTTPRequest httpRequest)
          This method is called by the Webserver when the WebRequestable is requested by a client.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Example

public Example()
Method Detail

processRequest

public void processRequest(HTTPRequest httpRequest)
Description copied from interface: WebRequestable
This method is called by the Webserver when the WebRequestable is requested by a client.

Specified by:
processRequest in interface WebRequestable