simple.http.load |
|
Java Source File Name | Type | Comment |
Configuration.java | Class | The Configuration object is used to collect property
values for services loaded using the mapper engine. |
Layout.java | Interface | The Layout represents the layout of the links and
resources within a specific LoaderManager . |
Loader.java | Interface | The Loader object represents an object that uses
the LoaderManager to load and link resources. |
LoaderEngine.java | Class | The LoaderEngine is used to load Service
implementations into the system so that they can be executed by
a ProtocolHandler . |
LoaderManager.java | Interface | The LoaderManager is used to load Service
implementation classes. |
LoaderPermission.java | Class | The LoaderPermission is used to provide access to
the functions of the LoaderManager . |
LoaderStub.java | Class | This enables the LoaderManager implementation to
be exported to the RMI runtime. |
LoadingException.java | Class | The LoadingException is thrown when the loading
of a Service fails for some reason. |
Mapper.java | Interface | The Mapper is intended to provide a mapping from
a URI path to a service. |
MapperEngine.java | Class | The MapperEngine provides an implementation of the
LoaderEngine that does not require administration.
It enables Service objects to be loaded and then
executed without the need to use manual load
invocations. |
MapperFactory.java | Class | The MapperFactory retrieves the Mapper
implementation for the system. |
PatternMapper.java | Class | The PatternMapper provides a mapper that is used
to perform mapping using patterns. |
PatternResolver.java | Class | The PatternResolver is used to extract service names
and types from an XML configuration file. |
PlainLayout.java | Class | The PlainLayout this provides an implementation of
the Layout interface. |
PrefixMapper.java | Class | The PrefixMapper provides a mapper that is used to
perform mapping using prefix paths. |
PrefixResolver.java | Class | The PrefixResolver is used to extract service names
and types from an XML configuration file. |
Process.java | Class | The Process can be used to exploit the asynchronous
ability of the simple.http framework. |
Processor.java | Class | The Processor object notifies the Loader
objects that have registered when the LoaderManager
has changed. |
Profile.java | Class | The Profile contains the methods that represent
the state if the LoaderEngine . |
Redirect.java | Class | The Redirect object provides a redirectable
implementation of the Service object. |
Registry.java | Class | The Registry object is used to load Service
implementations from a URL classpath. |
Service.java | Class | The Service is a loadable component that is used
to process requests. |