Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

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

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.
 

Fields in org.apache.cocoon.components.notification declared as Notifying
(package private)  Notifying NotifyingCascadingRuntimeException.n
          The Notifying Object used internally to keep Notifying fields
 

Methods in org.apache.cocoon.components.notification that return Notifying
 Notifying NotifyingBuilder.build(java.lang.Object sender, java.lang.Object o)
          Builds a Notifying object (SimpleNotifyingObject in this case) that tries to explain what the Object o can reveal.
 Notifying NotifyingBuilder.build(java.lang.Object sender, java.lang.Object o, java.lang.String type, java.lang.String title, java.lang.String source, java.lang.String message, java.lang.String description, java.util.Map extra)
          Builds a Notifying object (SimpleNotifyingObject in this case) that explains a notification.
 Notifying DefaultNotifyingBuilder.build(java.lang.Object sender, java.lang.Object o)
          Builds a Notifying object (SimpleNotifyingBean in this case) that tries to explain what the Object o can reveal.
 Notifying DefaultNotifyingBuilder.build(java.lang.Object sender, java.lang.Object o, java.lang.String type, java.lang.String title, java.lang.String source, java.lang.String message, java.lang.String description, java.util.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 java.lang.String Notifier.notify(Notifying n, java.io.OutputStream outputStream)
          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.
static void Notifier.notify(Notifying n, java.io.OutputStream outputStream, java.lang.String mimetype)
          Generate notification information as a response.
private static void Notifier.notifyHTML(Notifying n, java.io.OutputStream outputStream)
          Generate notification information as html.
static void Notifier.notify(Notifying n, org.xml.sax.ContentHandler ch)
          Deprecated. Using a ContentHandler doesn't mean that a mimetype cannot be specified; it could be svg or
static void Notifier.notify(Notifying n, org.xml.sax.ContentHandler ch, java.lang.String mimetype)
          Generate notification information in XML format.