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
contentInfoCache
public static final Hashtable contentInfoCache
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