| Interface | Description |
|---|---|
| IBufferedContent |
Interface to provide buffered content as URL, e.g. for download purposes.
|
| IBufferedStreamContent |
Interface to access buffered content that is made available
by writing into a stream.
|
| IUploadContent |
Interface that is used to pass content that is uploaded from the client.
|
| IUploadStreamContent |
Interface that is used to pass content that is uploadeded from the client.
|
| UploadContentParser.IParserListener |
Call-back interface.
|
| Class | Description |
|---|---|
| BufferedContentMgr |
Class for adding/removing buffered content instances.
|
| BufferedContentServlet |
Servlet that allows to access buffered content instances via URL.
|
| DefaultBufferedContent |
Default implementation of IBufferedContent interface.
|
| DefaultBufferedStreamContent |
Default implementation of IBufferedContent interface.
|
| DefaultUploadContent |
Default implementation of IUploadContent interface.
|
| DefaultUploadStreamContent |
Default implementation of IUploadContent interface.
|
| UploadContentMgr | |
| UploadContentParser |
Parsing utitlities for parsing the content that is uploaded from client
side during file upload.
|
| UploadContentServlet |
Copyright © CaptainCasa Gmbh. All Rights Reserved.