Back Previous Next


Linguist servlet package - on

Syntax:

   on http {block}

Keyword handler:

   linguist.media.keyword.SKOn.class

Runtime handler(s):

   linguist.media.handler.SHOn.class
   linguist.media.handler.LHStop.class

Function:

This command notifies the system where to go when an HTTP GET or POST request is received. Both are treated identically.

Example(s):

   on http go to StartHere


Back Previous Next