Package Name | Comment |
EDU.oswego.cs.dl.util.concurrent | |
examples | |
org.openlaszlo.auth | |
org.openlaszlo.cache | |
org.openlaszlo.cm |
Compilation Manager Package
Defines the Compilation Manager package.
The main class of this package is CompilationManager, which
serves object files from a cache, recompiling when necessary.
|
org.openlaszlo.compiler |
Interface Compiler Package
Defines the Compiler package.
This package defines the Compiler class, which compiles an
application source file to an object file.
Implementation Notes
The implementation of the interface compiler assumes that the
input file has been validated against a schema. Reporting XML
content errors will therefore be centralized at the point where
the document is validated, and element visitors can assume that
mandatory elements are present. Since this isn't yet implemented,
visitors throw runtime exceptions when an element is missing, but
the format for reporting these exceptions doesn't need to be
designed.
|
org.openlaszlo.connection | |
org.openlaszlo.css | |
org.openlaszlo.data |
org.openlaszlo.data package
Provides classes for implementing the retrieval of data. Using the
DataSource class, you can write your own data handler to access any data
source.
|
org.openlaszlo.data.json | |
org.openlaszlo.data.swf | |
org.openlaszlo.i18n | |
org.openlaszlo.iv.flash | |
org.openlaszlo.iv.flash.api | |
org.openlaszlo.iv.flash.api.action | |
org.openlaszlo.iv.flash.api.button | |
org.openlaszlo.iv.flash.api.image | |
org.openlaszlo.iv.flash.api.shape | |
org.openlaszlo.iv.flash.api.sound | |
org.openlaszlo.iv.flash.api.text | |
org.openlaszlo.iv.flash.cache | |
org.openlaszlo.iv.flash.commands | |
org.openlaszlo.iv.flash.context | |
org.openlaszlo.iv.flash.fop | |
org.openlaszlo.iv.flash.js | |
org.openlaszlo.iv.flash.parser | |
org.openlaszlo.iv.flash.servlet | |
org.openlaszlo.iv.flash.url | |
org.openlaszlo.iv.flash.url.filters | |
org.openlaszlo.iv.flash.util | |
org.openlaszlo.iv.flash.xml | |
org.openlaszlo.iv.flash.xml.apache | |
org.openlaszlo.iv.flash.xml.apache.functions | |
org.openlaszlo.iv.flash.xml.caucho | |
org.openlaszlo.iv.flash.xml.generic | |
org.openlaszlo.iv.flash.xml.jaxen | |
org.openlaszlo.js2doc | |
org.openlaszlo.media |
org.openlaszlo.media package
Contains the Media transcoder package for the LPS.
This package is under construction.
|
org.openlaszlo.remote | |
org.openlaszlo.remote.json | |
org.openlaszlo.remote.json.soap | |
org.openlaszlo.remote.json.soap.encoding | |
org.openlaszlo.remote.swf | |
org.openlaszlo.remote.swf.soap | |
org.openlaszlo.remote.swf.soap.encoding | |
org.openlaszlo.sc | |
org.openlaszlo.sc.parser | |
org.openlaszlo.server |
Server Package
The Server package for globals, logging, and so on.
This package defines one main class, LPS. This
is intended to be the main entry point into the server.
It contains all globals/singletons and a logging interface.
XXX More here at some point...
|
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.
|
org.openlaszlo.servlets.responders | |
org.openlaszlo.test | |
org.openlaszlo.test.xmlrpc | |
org.openlaszlo.utils | |
org.openlaszlo.xml |
org.openlaszlo.xml package
Provides classes for converting XML to SWF. The DataBuilder class
implements the SAX ContentHandler API and can possibly be used with a SAX
parser.
|
org.openlaszlo.xml.internal | |