wt.ixb.publicforhandlers
Interface ExpImpForContentAttrtItfc

All Known Implementing Classes:
ExpImpForContentAttr, ExpImpForIconAttr

public interface ExpImpForContentAttrtItfc

All attribute export/import handlers which will export contents other than meta data should implement this interface in order that the associated contents will be exported. *

Supported API: true


Field Summary
static Hashtable contentInfoCache
           
 
Method Summary
 void exportObjectContents(Object contentHolder, IxbElement fileXML, Exporter exporter)
          Exports all contents of the content holder "contentHolder".
 

Field Detail

contentInfoCache

public static final Hashtable contentInfoCache
Method Detail

exportObjectContents

public void exportObjectContents(Object contentHolder,
                                 IxbElement fileXML,
                                 Exporter exporter)
                          throws WTException
Exports all contents of the content holder "contentHolder".

Parameters:
contentHolder -
fileXML -
exporter -

Supported API: true
Throws:
WTException