public class ExportHandler
extends ApplicationExportHandlerTemplate
| Modifier and Type | Field and Description |
|---|---|
static String |
CONTENT_SUBDIR |
static int |
MAJOR |
static int |
MINOR |
static String |
NAME_IS_TAG |
| Constructor and Description |
|---|
ExportHandler(File tmp_storeDir,
PrintStream a_log) |
| Modifier and Type | Method and Description |
|---|---|
File |
doExport(WTContainerRef container,
Vector exportObjs,
File ruleFile,
File policyFile,
String actionName,
String stDtd,
File resultingJar) |
void |
exportObjectContent(Object obj,
Exporter exporter,
ContentItem item,
String exportFileName) |
String |
storeContent(Object ob) |
String |
storeDocument(IxbElement elem,
String dtd) |
void |
storeLogMessage(String resourceBundle,
String messageKey,
Object[] textInserts) |
void |
storeLogMessage(String resourceBundle,
String messageKey,
Object[] textInserts,
int importanceLevel) |
addObjectToManifest, createCommonAttributeFile, createCommonAttributeFile, createManifest, createManifest, finalizeAdditionalInfo, finalizeExport, finalizeStore, getCurrentExportContentSize, getFormatType, getIXApplicationContext, getIXBExpImpStatus, getIxFormatType, getJarFile, getJarWriter, getJaxbObject, getObjectListForManifest, getOutput, getOutputs, getRequiredExportSize, getTargetVersion, getUserLocale, getUserLogLevel, initialize, isApplicableAttribute, isCreateTidyJar, isExportAsJaxbObject, isIxbWithGUI, isMultiple, isMultithreadedExportApplicable, isSaveMsgToResultVector, reallyStoreContent, reallyStoreContent, setCreateTidyJar, setExportAsJaxbObject, setFormatType, setIXApplicationContext, setIxbWithGUI, setIxFormatType, setMultiple, setSaveMsgToResultVector, setTargetVersion, setUserLocale, setUserLogLevel, storeAdditionalInfo, storeContent, storeContent, storeContent, storeDocument, storeDocument, storeLogMessagepublic static final int MAJOR
public static final int MINOR
public static final String NAME_IS_TAG
public static final String CONTENT_SUBDIR
public ExportHandler(File tmp_storeDir,
PrintStream a_log)
throws WTException
WTExceptionpublic String storeContent(Object ob)
throws WTException
storeContent in interface ApplicationExportHandlerstoreContent in class ApplicationExportHandlerTemplateWTExceptionpublic String storeDocument(IxbElement elem,
String dtd)
throws WTException
storeDocument in interface ApplicationExportHandlerstoreDocument in class ApplicationExportHandlerTemplateWTExceptionpublic void storeLogMessage(String resourceBundle,
String messageKey,
Object[] textInserts)
throws WTException
storeLogMessage in class ApplicationExportHandlerTemplateWTExceptionpublic void storeLogMessage(String resourceBundle,
String messageKey,
Object[] textInserts,
int importanceLevel)
throws WTException
storeLogMessage in interface ApplicationExpImportHandlerstoreLogMessage in class ApplicationExportHandlerTemplateWTExceptionpublic void exportObjectContent(Object obj,
Exporter exporter,
ContentItem item,
String exportFileName)
throws WTException
WTExceptionpublic File doExport(WTContainerRef container,
Vector exportObjs,
File ruleFile,
File policyFile,
String actionName,
String stDtd,
File resultingJar)
throws WTException
WTException