|
|
|
|
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Interface Summary | |
|---|---|
| ITemporaryFile | |
| IUploadedFile | A wrapper for uploaded files. |
| ServiceRequest | The request sent to the service. |
| ServiceSession | The ServiceSession associated with the request to the pulse
service. |
| SessionBindingListener | Classes implementing this interface will receive a notification when they are
bound or unbound to the ServiceSession. |
| Class Summary | |
|---|---|
| AcceptLanguages | The parsed accept-languages header. |
| AcceptLanguages.Value | a single comparable accept-language value. |
| Command | implements a Command used to control the pulse container. |
| CommandBuilder | used to build Commands. |
| Cookie | is a small amount of information stored by the client's browser. |
| HttpBoundSession | The HttpBoundSession associated with the request to the
pulse service. |
| Locale | defines a locale for the pulse system. |
| LocaleManager | manages the registered locales and maps user locales to the best matching registered locale. |
| MetaData | a container for per request meta-data. |
| Parameter | is an entity representing a Parameter which may have a set of values. |
| ServiceRequestImpl | The request sent to the service. |
| ServiceRequestImplConfig | is the object implementation of the ServiceRequestImpl configuration. |
| ServiceRequestImplConfig.FileUploadConfig | the file upload configuration. |
| ServiceRequestImplConfig.LocaleManagerConfiguration | the configuration of the locale manager. |
| ServiceRequestImplConfig.SpiderConfiguration | represents a spider configuration. |
| TemporaryFile | |
| UploadedFile | A container for an uploaded file with a static method to process all file
uploads in a ServiceRequestImpl. |
| UploadProgress | represents the progress of a file upload. |
| Enum Summary | |
|---|---|
| CacheMode | sets the cache level for a response sent back via HTTP. |
| IUploadedFile.AutoDelete | enumerates the auto delete states. |
| ServiceRequest.SessionMode | |
| Exception Summary | |
|---|---|
| CommandURIParseException | Exception for handling parse-failures on the command-string. |
| Cookie.ImmutableException | an exception to be thrown upon attempts to make modifications to a
Cookie which is read from the ServiceRequest. |
| UnparsableRequestException | indicates that a request to the pulse servlet is not parsable. |
contains interfaces and implementations that deal with the decoding of a request.
Classes of interest to the programmer are:
Command: The decoded requestServiceRequest: A facade to the current request
and its environmental data.Session: A session data storeSessionBindingListener: An interface for classes
that need to be notified whenever they are bound to or unbound from a Session.Cookie: A class representing an HTTP cookie.IUploadedFile: A class granting access to files
which have been uploaded using the multipart/form-data
method.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||