|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FormatterException | |
---|---|
com.funambol.common.pim.model.common | |
com.funambol.common.pim.model.vcard |
Uses of FormatterException in com.funambol.common.pim.model.common |
---|
Methods in com.funambol.common.pim.model.common that throw FormatterException | |
---|---|
java.lang.StringBuffer |
BaseFormatter.composeICalTextComponent(Property property,
java.lang.String field)
Deprecated. Unused since version 6.5, replaced by methods in #com.funambol.common.pim.converter.CalendarContentConverter |
java.lang.StringBuffer |
BaseFormatter.composeVCardComponent(java.lang.String propertyValue,
java.util.ArrayList properties,
java.lang.String field)
This method compose the single component of vCard and in particular: 1) encode value with the proper encoding 2) handle the params 3) create a representation of the specificated vCard field |
java.lang.StringBuffer |
BaseFormatter.composeVCardComponent(java.lang.String propertyValue,
java.util.ArrayList properties,
java.lang.String field,
boolean excludeCharset)
This method compose the single component of vCard and in particular: 1) encode value with the proper encoding 2) handle the params 3) create a representation of the specificated vCard field |
java.lang.String |
BaseFormatter.encode(java.lang.String value,
java.lang.String encoding,
java.lang.String charset)
Replace values with proper encoding |
Uses of FormatterException in com.funambol.common.pim.model.vcard |
---|
Methods in com.funambol.common.pim.model.vcard that throw FormatterException | |
---|---|
java.lang.String |
VCardFormatter.format(Contact contact)
Performs the conversion. |
java.lang.String |
VCardFormatter.format(Contact contact,
java.util.Vector<java.lang.String> supportedFields)
Performs the conversion. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |