org.openlaszlo.servlets |
org.openlaszlo.servlets package
Contains the HTTP Servlets that comprise the network adapter
for the LPS.
This is the only package underneath org.openlaszlo
that is intended to reach into the Java Servlet API.
|
Java Source File Name | Type | Comment |
ContentEncoding.java | Class | ContentEncoding is representation of an HTTP 1.1 Content Encoding
according to RFC 2616:
http://www.w3.org/Protocols/rfc2616/rfc2616.html
This spec is less than perfect. |
LoadCount.java | Class | Thread-safe class to monitor load count. |
LZBindingListener.java | Class | |
LZNullServlet.java | Class | LZNullServlet is a simple servlet for testing Tomcat performance. |
LZServlet.java | Class | LZServlet is the main entry point for the Laszlo Presentation Server
The LZServlet will respond to GET (and POST) requests
per the spec at
$LPS_HOME/server/doc/lps-servlet-spec.html
Each request type (lzt query string variable) has
a Responder object that is used to construct a responder. |
LZViewer.java | Class | Allows one to view and play with the source for an LZX file.
A temporary LZX file with a unique session id will be created for each client
session accessing this page. |