See: Description
| Interface | Description |
|---|---|
| DynamicAttachmentProvider |
Provides the data for an attachment.
|
| Class | Description |
|---|---|
| Attachment |
Describes an attachment.
|
| AttachmentManager |
Provides facilities for handling attachments.
|
| AttachmentServlet |
This is the chief JSPWiki attachment management servlet.
|
| DynamicAttachment |
A DynamicAttachment is an attachment which does not really exist, but is
created dynamically by a JSPWiki component.
|
Attachment management, uploading and downloading.
This package manages the JSPWiki attachment subsystem. It consists of three basic components:
WikiPage which stores a handle
to the attachment data.Attachments can either be static (i.e. real data, stored somewhere on a filesystem), or dynamic,
which means that they're generated on the fly by a DynamicAttachmentProvider.
Copyright © 2001-2019 The Apache Software Foundation. All rights reserved.