|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectwt.events.KeyedEvent
wt.content.ContentServiceEvent
public class ContentServiceEvent
Events dispatched by the ContentService. All events have a ContentHolder and an ApplicationData attached. Note that the target object of the
PRE_UPLOAD is dispatched right before an upload is started.
POST_UPLOAD is dispatched right after an upload is complete.
PRE_DOWNLOAD is dispatched right before an download is started.
POST_DOWNLOAD is dispatched right after an download is complete.
WARNING- if the sytem running has content replication enabled,
the download events MAY NOT be dispatched to the correct server for processing.
Do not depend on the dispatch of these events if you are using content
replication.
Supported API: true
Extendable: false
| Field Summary | |
|---|---|
static String |
CONTENT_COPY_FORWARD
Supported API: true |
static String |
POST_DOWNLOAD
Supported API: true |
static String |
POST_UPLOAD
Supported API: true |
static String |
PRE_DOWNLOAD
Supported API: true |
static String |
PRE_UPLOAD
Supported API: true |
static String |
READ_CONTENT
Supported API: true |
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final String PRE_UPLOAD
public static final String POST_UPLOAD
public static final String PRE_DOWNLOAD
public static final String POST_DOWNLOAD
public static final String CONTENT_COPY_FORWARD
public static final String READ_CONTENT
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||