|
|||||||||
| Home >> All >> org >> apache >> cocoon >> components >> [ notification overview ] | PREV NEXT | ||||||||
A
- addExtraDescription(String, String) - Method in class org.apache.cocoon.components.notification.SimpleNotifyingBean
- Sets the ExtraDescriptions of the SimpleNotifyingBean object
- appendCauses(PrintWriter, Throwable) - Static method in class org.apache.cocoon.components.notification.DefaultNotifyingBuilder
- Print recursively all nested causes of a Throwable in a PrintWriter.
B
- build(Object, Object) - Method in class org.apache.cocoon.components.notification.DefaultNotifyingBuilder
- Builds a Notifying object (SimpleNotifyingBean in this case) that tries to explain what the Object o can reveal.
- build(Object, Object, String, String, String, String, String, Map) - Method in class org.apache.cocoon.components.notification.DefaultNotifyingBuilder
- Builds a Notifying object (SimpleNotifyingBean in this case) that explains a notification.
- build(Object, Object) - Method in interface org.apache.cocoon.components.notification.NotifyingBuilder
- Builds a Notifying object (SimpleNotifyingObject in this case) that tries to explain what the Object o can reveal.
- build(Object, Object, String, String, String, String, String, Map) - Method in interface org.apache.cocoon.components.notification.NotifyingBuilder
- Builds a Notifying object (SimpleNotifyingObject in this case) that explains a notification.
D
- DEBUG_NOTIFICATION - Static variable in interface org.apache.cocoon.components.notification.Notifying
- DefaultNotifyingBuilder - class org.apache.cocoon.components.notification.DefaultNotifyingBuilder.
- Generates an Notifying representation of widely used objects.
- DefaultNotifyingBuilder() - Constructor for class org.apache.cocoon.components.notification.DefaultNotifyingBuilder
- description - Variable in class org.apache.cocoon.components.notification.SimpleNotifyingBean
- A more detailed description of the notification.
E
- ERROR_NOTIFICATION - Static variable in interface org.apache.cocoon.components.notification.Notifying
- extraDescriptions - Variable in class org.apache.cocoon.components.notification.SimpleNotifyingBean
- A HashMap containing extra notifications
F
- FATAL_NOTIFICATION - Static variable in interface org.apache.cocoon.components.notification.Notifying
G
- getDescription() - Method in interface org.apache.cocoon.components.notification.Notifying
- Gets the Description of the Notifying object
- getDescription() - Method in class org.apache.cocoon.components.notification.NotifyingCascadingRuntimeException
- Gets the Description attribute of the Notifying object
- getDescription() - Method in class org.apache.cocoon.components.notification.SimpleNotifyingBean
- Gets the Description of the SimpleNotifyingBean object
- getExtraDescriptions() - Method in interface org.apache.cocoon.components.notification.Notifying
- Gets the ExtraDescriptions of the Notifying object
- getExtraDescriptions() - Method in class org.apache.cocoon.components.notification.NotifyingCascadingRuntimeException
- Gets the ExtraDescriptions attribute of the Notifying object
- getExtraDescriptions() - Method in class org.apache.cocoon.components.notification.SimpleNotifyingBean
- Gets the ExtraDescriptions of the SimpleNotifyingBean object
- getMessage() - Method in interface org.apache.cocoon.components.notification.Notifying
- Gets the Message of the Notifying object
- getMessage() - Method in class org.apache.cocoon.components.notification.NotifyingCascadingRuntimeException
- Gets the Message attribute of the Notifying object
- getMessage() - Method in class org.apache.cocoon.components.notification.SimpleNotifyingBean
- Gets the Message of the SimpleNotifyingBean object
- getRootCause(Throwable) - Static method in class org.apache.cocoon.components.notification.DefaultNotifyingBuilder
- Get root Exception.
- getSender() - Method in interface org.apache.cocoon.components.notification.Notifying
- Gets the Sender of the Notifying object
- getSender() - Method in class org.apache.cocoon.components.notification.NotifyingCascadingRuntimeException
- Gets the Sender attribute of the Notifying object
- getSender() - Method in class org.apache.cocoon.components.notification.SimpleNotifyingBean
- Gets the Sender of the SimpleNotifyingBean object
- getSource() - Method in interface org.apache.cocoon.components.notification.Notifying
- Gets the Source of the Notifying object
- getSource() - Method in class org.apache.cocoon.components.notification.NotifyingCascadingRuntimeException
- Gets the Source attribute of the Notifying object
- getSource() - Method in class org.apache.cocoon.components.notification.SimpleNotifyingBean
- Gets the Source of the SimpleNotifyingBean object
- getTitle() - Method in interface org.apache.cocoon.components.notification.Notifying
- Gets the Title of the Notifying object
- getTitle() - Method in class org.apache.cocoon.components.notification.NotifyingCascadingRuntimeException
- Gets the Title attribute of the Notifying object
- getTitle() - Method in class org.apache.cocoon.components.notification.SimpleNotifyingBean
- Gets the Title of the SimpleNotifyingBean object
- getType() - Method in interface org.apache.cocoon.components.notification.Notifying
- Gets the Type of the Notifying object
- getType() - Method in class org.apache.cocoon.components.notification.NotifyingCascadingRuntimeException
- Gets the Type attribute of the Notifying object
- getType() - Method in class org.apache.cocoon.components.notification.SimpleNotifyingBean
- Gets the Type of the SimpleNotifyingBean object
I
- INFO_NOTIFICATION - Static variable in interface org.apache.cocoon.components.notification.Notifying
M
- message - Variable in class org.apache.cocoon.components.notification.SimpleNotifyingBean
- The notification itself.
N
- Notifier - class org.apache.cocoon.components.notification.Notifier.
- Generates a representations of the specified Notifying Object.
- Notifier() - Constructor for class org.apache.cocoon.components.notification.Notifier
- Notifying - interface org.apache.cocoon.components.notification.Notifying.
- Interface for Objects that can notify something.
- NotifyingBuilder - interface org.apache.cocoon.components.notification.NotifyingBuilder.
- Generates an Notifying representation of widely used objects.
- NotifyingCascadingRuntimeException - class org.apache.cocoon.components.notification.NotifyingCascadingRuntimeException.
- A CascadingRuntimeException that is also Notifying.
- NotifyingCascadingRuntimeException(String) - Constructor for class org.apache.cocoon.components.notification.NotifyingCascadingRuntimeException
- Construct a new
NotifyingCascadingRuntimeExceptioninstance. - NotifyingCascadingRuntimeException(Exception) - Constructor for class org.apache.cocoon.components.notification.NotifyingCascadingRuntimeException
- Creates a new
ProcessingExceptioninstance. - NotifyingCascadingRuntimeException(String, Throwable) - Constructor for class org.apache.cocoon.components.notification.NotifyingCascadingRuntimeException
- Construct a new
ProcessingExceptionthat references a parent Exception. - n - Variable in class org.apache.cocoon.components.notification.NotifyingCascadingRuntimeException
- The Notifying Object used internally to keep Notifying fields
- notify(Notifying, OutputStream) - Static method in class org.apache.cocoon.components.notification.Notifier
- Deprecated. There is no way in which this method could understand what mime/type to use. Instead use void notify(Notifying n, OutputStream outputStream, String mimetype), where the mime/type is requested.
- notify(Notifying, OutputStream, String) - Static method in class org.apache.cocoon.components.notification.Notifier
- Generate notification information as a response.
- notify(Notifying, ContentHandler) - Static method in class org.apache.cocoon.components.notification.Notifier
- Deprecated. Using a ContentHandler doesn't mean that a mimetype cannot be specified; it could be svg or
- notify(Notifying, ContentHandler, String) - Static method in class org.apache.cocoon.components.notification.Notifier
- Generate notification information in XML format.
- notifyHTML(Notifying, OutputStream) - Static method in class org.apache.cocoon.components.notification.Notifier
- Generate notification information as html.
O
- org.apache.cocoon.components.notification - package org.apache.cocoon.components.notification
R
- ROLE - Static variable in interface org.apache.cocoon.components.notification.NotifyingBuilder
- The role implemented by a
NotifyingBuilder. - replaceExtraDescriptions(Map) - Method in class org.apache.cocoon.components.notification.SimpleNotifyingBean
- replaces the ExtraDescriptions of the SimpleNotifyingBean object
- replaceExtraDescriptions(HashMap) - Method in class org.apache.cocoon.components.notification.SimpleNotifyingBean
- replaces the ExtraDescriptions of the SimpleNotifyingBean object
S
- SimpleNotifyingBean - class org.apache.cocoon.components.notification.SimpleNotifyingBean.
- A simple bean implementation of Notifying.
- SimpleNotifyingBean() - Constructor for class org.apache.cocoon.components.notification.SimpleNotifyingBean
- SimpleNotifyingBean(Object) - Constructor for class org.apache.cocoon.components.notification.SimpleNotifyingBean
- sender - Variable in class org.apache.cocoon.components.notification.SimpleNotifyingBean
- The sender of the notification.
- setDescription(String) - Method in class org.apache.cocoon.components.notification.SimpleNotifyingBean
- Sets the Description of the SimpleNotifyingBean object
- setMessage(String) - Method in class org.apache.cocoon.components.notification.SimpleNotifyingBean
- Sets the Message of the SimpleNotifyingBean object
- setSender(Object) - Method in class org.apache.cocoon.components.notification.SimpleNotifyingBean
- Sets the Sender of the SimpleNotifyingBean object
- setSender(String) - Method in class org.apache.cocoon.components.notification.SimpleNotifyingBean
- Sets the Sender of the SimpleNotifyingBean object
- setSource(String) - Method in class org.apache.cocoon.components.notification.SimpleNotifyingBean
- Sets the Source of the SimpleNotifyingBean object
- setTitle(String) - Method in class org.apache.cocoon.components.notification.SimpleNotifyingBean
- Sets the Title of the SimpleNotifyingBean object
- setType(String) - Method in class org.apache.cocoon.components.notification.SimpleNotifyingBean
- Sets the Type of the SimpleNotifyingBean object
- source - Variable in class org.apache.cocoon.components.notification.SimpleNotifyingBean
- The source that generates the notification.
T
- title - Variable in class org.apache.cocoon.components.notification.SimpleNotifyingBean
- The title of the notification.
- type - Variable in class org.apache.cocoon.components.notification.SimpleNotifyingBean
- The type of the notification.
U
- UNKNOWN_NOTIFICATION - Static variable in interface org.apache.cocoon.components.notification.Notifying
- Proposed types of notifications
W
- WARN_NOTIFICATION - Static variable in interface org.apache.cocoon.components.notification.Notifying
A B D E F G I M N O R S T U W
|
|||||||||
| Home >> All >> org >> apache >> cocoon >> components >> [ notification overview ] | PREV NEXT | ||||||||