Uses of Interface
org.apache.cocoon.components.notification.Notifying

Packages that use Notifying
org.apache.cocoon.components.notification   
 

Uses of Notifying in org.apache.cocoon.components.notification
 

Classes in org.apache.cocoon.components.notification that implement Notifying
 class NotifyingCascadingRuntimeException
          A CascadingRuntimeException that is also Notifying.
 class SimpleNotifyingBean
          A simple bean implementation of Notifying.
 

Methods in org.apache.cocoon.components.notification that return Notifying
 Notifying NotifyingBuilder.build(Object sender, Object o)
          Builds a Notifying object (SimpleNotifyingObject in this case) that tries to explain what the Object o can reveal.
 Notifying NotifyingBuilder.build(Object sender, Object o, String type, String title, String source, String message, String description, Map extra)
          Builds a Notifying object (SimpleNotifyingObject in this case) that explains a notification.
 Notifying DefaultNotifyingBuilder.build(Object sender, Object o)
          Builds a Notifying object (SimpleNotifyingBean in this case) that tries to explain what the Object o can reveal.
 Notifying DefaultNotifyingBuilder.build(Object sender, Object o, String type, String title, String source, String message, String description, Map extra)
          Builds a Notifying object (SimpleNotifyingBean in this case) that explains a notification.
 

Methods in org.apache.cocoon.components.notification with parameters of type Notifying
static void Notifier.notify(Notifying n, OutputStream outputStream, String mimetype)
          Generate notification information as a response.
static void Notifier.notify(Notifying n, ContentHandler ch, String mimetype)
          Generate notification information in XML format.
 



Copyright ⌐ 1999-2004 The Apache Software Foundation. All Rights Reserved.