|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.geronimo.mail.handlers.TextHandler
public class TextHandler
| Constructor Summary | |
|---|---|
TextHandler()
|
|
TextHandler(javax.activation.ActivationDataFlavor dataFlavor)
Constructor TextHandler |
|
| Method Summary | |
|---|---|
protected java.lang.String |
getCharSet(java.lang.String contentType)
get the character set from content type |
java.lang.Object |
getContent(javax.activation.DataSource datasource)
Method getContent |
protected javax.activation.ActivationDataFlavor |
getDF()
Method getDF |
java.lang.Object |
getTransferData(java.awt.datatransfer.DataFlavor dataflavor,
javax.activation.DataSource datasource)
Method getTransferData |
java.awt.datatransfer.DataFlavor[] |
getTransferDataFlavors()
Method getTransferDataFlavors |
void |
writeTo(java.lang.Object object,
java.lang.String s,
java.io.OutputStream outputstream)
Method writeTo |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TextHandler()
public TextHandler(javax.activation.ActivationDataFlavor dataFlavor)
dataFlavor - | Method Detail |
|---|
protected javax.activation.ActivationDataFlavor getDF()
public java.awt.datatransfer.DataFlavor[] getTransferDataFlavors()
getTransferDataFlavors in interface javax.activation.DataContentHandler
public java.lang.Object getTransferData(java.awt.datatransfer.DataFlavor dataflavor,
javax.activation.DataSource datasource)
throws java.io.IOException
getTransferData in interface javax.activation.DataContentHandlerdataflavor - datasource -
java.io.IOException
public java.lang.Object getContent(javax.activation.DataSource datasource)
throws java.io.IOException
getContent in interface javax.activation.DataContentHandlerdatasource -
java.io.IOException
public void writeTo(java.lang.Object object,
java.lang.String s,
java.io.OutputStream outputstream)
throws java.io.IOException
writeTo in interface javax.activation.DataContentHandlerobject - s - outputstream -
java.io.IOException
protected java.lang.String getCharSet(java.lang.String contentType)
throws ParseException
contentType -
ParseException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||