|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--com.infodesire.infobit.external.impl.SimpleExporter
Provides a straight-forward implementation to convert infobits to XML (as
defined by InfobitExporter.
| Constructor Summary | |
SimpleExporter()
|
|
| Method Summary | |
void |
export(java.util.Collection infobits,
java.io.Writer writer)
Converts the specified set of infobits into an XML representation. |
InfobitManager |
getManager()
Gets the Manager attribute of the VelocityRenderer object |
void |
init()
Not used. |
void |
setManager(InfobitManager manager)
Sets the Manager attribute of the VelocityRenderer object |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SimpleExporter()
| Method Detail |
public InfobitManager getManager()
getManager in interface InfobitExporterpublic void setManager(InfobitManager manager)
setManager in interface InfobitExportermanager - The new Manager valuepublic void init()
init in interface InfobitExporter
public void export(java.util.Collection infobits,
java.io.Writer writer)
throws InfobitException
export in interface InfobitExporterinfobits - The infobits to externalize. Infobits are
externalized in the order obtained from than argument. Collection of
Infobit.writer - The destination where to write the XML
representation of infobits to
InfobitException - Description of Exception
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||