|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.cocoon.components.notification.Notifier
Generates a representations of the specified Notifying Object.
Constructor Summary | |
Notifier()
|
Method Summary | |
static void |
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 |
notify(Notifying n,
org.xml.sax.ContentHandler ch,
java.lang.String mimetype)
Generate notification information in XML format. |
static java.lang.String |
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 |
notify(Notifying n,
java.io.OutputStream outputStream,
java.lang.String mimetype)
Generate notification information as a response. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Notifier()
Method Detail |
public static java.lang.String notify(Notifying n, java.io.OutputStream outputStream) throws java.io.IOException
n
- The Notifying
objectoutputStream
- The output stream the notification is written to
This could be null
.
java.io.IOException
notify(Notifying n, OutputStream, String)
public static void notify(Notifying n, java.io.OutputStream outputStream, java.lang.String mimetype) throws java.io.IOException
n
- The Notifying
objectoutputStream
- The output stream the notification is written to
This could be null
.
java.io.IOException
public static void notify(Notifying n, org.xml.sax.ContentHandler ch) throws org.xml.sax.SAXException
org.xml.sax.SAXException
notify(Notifying, ContentHandler, String)
public static void notify(Notifying n, org.xml.sax.ContentHandler ch, java.lang.String mimetype) throws org.xml.sax.SAXException
org.xml.sax.SAXException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |