org.millstone.webadapter |
Provides the functionality of the MillStone Web Adapter, which adapts the
MillStone applications to Web standards. (FIXME: We need a rather more extensive lithany here.)
Package Specification
|
Java Source File Name | Type | Comment |
CollectionThemeSource.java | Class | Theme source for consisting of collection of other theme sources.
This class is used to implement the retrieval of themes
from multiple sources. |
DebugWindow.java | Class | This class provides a debugging window where one may view the UIDL of
the current window, or in a tabset the UIDL of an active frameset. |
DirectoryThemeSource.java | Class | Theme source for reading themes from a directory on the Filesystem. |
HttpUploadStream.java | Class | WebAdapter implementation of the UploadStream interface. |
HttpVariableMap.java | Class | Class implementing the MillStone WebAdapter variable mappings. |
JarThemeSource.java | Class | Theme source for reading themes from a JAR archive. |
Log.java | Class | Class providing centralized logging services. |
MultipartRequest.java | Class | A Multipart form data parser. |
ServletMultipartRequest.java | Class | This class wraps the MultipartRequest class by Jason Pell
for the Servlet environment. |
ServletThemeSource.java | Class | Theme source for reading themes from a JAR archive. |
Theme.java | Class | This class provides an interface to the meta-information
regarding a particular webadapter theme. |
ThemeFunctionLibrary.java | Class | This a function library that can be used from the theme XSL-files. |
ThemeSource.java | Interface | Interface implemented by theme sources. |
UIDLTransformer.java | Class | Class implementing the MillStone WebAdapter UIDLTransformer.
The thansformer should not be created directly; it should be contructed
using getTransformer() provided by UIDLTransformerFactory. |
UIDLTransformerException.java | Class | Exception in transform process. |
UIDLTransformerFactory.java | Class | Class implementing the MillStone WebAdapter UIDLTransformer Factory. |
UIDLTransformerType.java | Class | Type of the transformer. |
WebAdapterServlet.java | Class | This servlet is the core of the MillStone Web Adapter, that adapts the
MillStone applications to Web standards. |
WebApplicationContext.java | Class | Web application context for Millstone applications. |
WebBrowser.java | Class | Web browser terminal type. |
WebBrowserProbe.java | Class | The WebBrowserProbe uses JavaScript to determine the capabilities
of the client browser. |
WebPaintTarget.java | Class | User Interface Description Language Target. |
XSLReader.java | Class | Class implementing XMLReader for the MillStone WebAdapter UIDLTransformer. |