Package com.jalios.jcms.mashup
Contains classes used for data Import/Export. The main classes are ImportManager and ExportManager.
-
Interface Summary Interface Description ExportConstants This interface contains a set of constants for the ExportManager.ImportConstants This interface contains a set of constants for the ImportManager.MashupConstants This interface contains a set of constants for the mashup package. -
Class Summary Class Description ExportManager The ExportManager is the main class to manage data to export.
This class is a singleton (seeExportManager.getInstance()
).
It provides method to export data from an id, a query or a dataSet.ExportPolicyManager ExportUtil This class provides utility methods for the ExportManager.ImportConflictHandler This form handler processes importConflictList.jsp actionsImportDataListener This StoreListener indexes imported data.ImportManager The ImportManager is the main class to manage data import.
This class is a singleton (seeImportManager.getInstance()
).
It provides method to import data from an ImportSource, an URL or a File.
It also manages import logs (ImportStatus).ImportManagerHandler This form handler processes ImportManager's form.ImportOptions This class contains the options used during an import.ImportPolicyManager ImportSource This class represents an Import Source.ImportStatus This class represents an Import Status.ImportUtil This class provides utility methods for the ImportManager.MashupUtil This class provides utility methods for the Mashup package.WikiLinkSubstitution This class resolves imported wiki links.WysiwygLinkSubstitution This class resolves imported wysiwyg links.