Class Summary |
Cloudscape |
This class provides integration of the Locomotive with Cloudscape. |
FormData |
FormData combines the features of a Hashtable with a
string-checker and a StringBuffer into one powerful class. |
HTTPResponse |
The response class for regular HTTP requests. |
HTTPServer |
The org.locomotive.loco.HTTPServer is the Locomotive's embedded web server. |
HTTPServerConfig |
The config object for the HTTPServer. |
Loco |
The org.locomotive.loco.Loco is the primary entry point for the Org.Locomotive. |
LocoConfig |
The config object for the Locomotive. |
Response |
This object encapsulates a response from the Locomotive back to the
browser. |
ServerHandler |
The Server Handler. |
ServerServlet |
The Server Servlet provides bare bones administration facilities for
the Locomotive. |
Session |
The Locomotive is able to keep track of a user from one page-view to the
next, by sending a cookie to that user's browser and then using that cookie
to identify that user. |
StandardInsertions |
This class has methods which insert some standard variables into the steam
substitutions for use in HTML templates. |
StopLoco |
Java-based stoploco client. |
User |
The User object encapsulates information stored for a user in the
Locomotive User Management system. |