|
Dashboard Builder UI Panels 6.0.0.CR4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.dashboard.ui.panel.PanelDriver
org.jboss.dashboard.ui.panel.export.ExportDriver
public class ExportDriver
| Field Summary | |
|---|---|
static String |
EXPORT_ENTRY_NAME
|
static String |
IMPORT_PREFFIX
|
static String |
PAGE_EXPORT_RESULT
|
static String |
PAGE_IMPORT_PREVIEW
|
static String |
PAGE_IMPORT_RESULT
|
static String |
PAGE_SHOW
|
static String |
PARAM_SHOW_EXPORT
|
static String |
PARAM_SHOW_IMPORT
|
static String |
PARAM_USE_BLANKS
|
static String |
RESOURCE_PREFFIX
|
static String |
RETURNED_FILE_NAME
|
static String |
WORKSPACE_PREFFIX
|
| Fields inherited from class org.jboss.dashboard.ui.panel.PanelDriver |
|---|
PAGE_EDIT, PAGE_HEADER, PAGE_HELP_MODE, PAGE_MANAGE_INVALID_DRIVER, panelSecurity, PARAMETER_ACTION_EXECUTED_ENABLED, parameters |
| Constructor Summary | |
|---|---|
ExportDriver()
|
|
| Method Summary | |
|---|---|
org.jboss.dashboard.ui.controller.CommandResponse |
actionDownloadExport(org.jboss.dashboard.workspace.Panel panel,
org.jboss.dashboard.ui.controller.CommandRequest request)
|
org.jboss.dashboard.ui.controller.CommandResponse |
actionGoToStart(org.jboss.dashboard.workspace.Panel panel,
org.jboss.dashboard.ui.controller.CommandRequest request)
|
org.jboss.dashboard.ui.controller.CommandResponse |
actionImport(org.jboss.dashboard.workspace.Panel panel,
org.jboss.dashboard.ui.controller.CommandRequest request)
|
org.jboss.dashboard.ui.controller.CommandResponse |
actionStartExport(org.jboss.dashboard.workspace.Panel panel,
org.jboss.dashboard.ui.controller.CommandRequest request)
|
org.jboss.dashboard.ui.controller.CommandResponse |
actionStartImport(org.jboss.dashboard.workspace.Panel panel,
org.jboss.dashboard.ui.controller.CommandRequest request)
|
org.jboss.dashboard.workspace.export.ExportManager |
getExportManager()
|
org.jboss.dashboard.workspace.export.ExportSessionInfo |
getSessionInfo()
|
org.jboss.dashboard.workspace.WorkspacesManager |
getWorkspacesManager()
|
void |
init(org.jboss.dashboard.ui.panel.PanelProvider provider)
|
void |
initPanelSession(org.jboss.dashboard.workspace.PanelSession panelSession,
javax.servlet.http.HttpSession session)
Called on panel initialization (when a new PanelSession instance is created attached to a given session) |
| Methods inherited from class org.jboss.dashboard.ui.panel.PanelDriver |
|---|
actionChangePage, activateConfigMode, activateEditMode, activateHelpMode, activateNormalMode, addMethodPermission, addParameter, addParameters, addSystemParameter, afterInvokeAction, afterPanelClosed, afterPanelCustomPropertiesModified, afterPanelPlacedInRegion, afterPanelPropertiesModified, afterRenderPanel, beforeInvokeAction, beforePanelClosed, beforePanelInstanceRemove, beforePanelInstanceRemove, beforePanelPlacedInRegion, beforePanelRemoved, beforeRenderPanel, canInvokeAction, checkInvokeAction, checkMethodSecurity, copyDirectory, copyFile, execute, fireAfterInvokeAction, fireAfterPanelClosed, fireAfterPanelPlacedInRegion, fireAfterRenderPanel, fireBeforeInvokeAction, fireBeforePanelInstanceRemove, fireBeforePanelPlacedInRegion, fireBeforePanelRemoved, fireBeforeRenderPanel, firePanelCustomPropertiesModified, firePanelPropertiesModified, getActionsBundle, getAllParameters, getConfigHeight, getConfigWidth, getEditHeight, getEditWidth, getHelpHeight, getHelpWidth, getMethodName, getPageEdit, getPageHelpMode, getPanelDir, getPanelDir, getPanelDirMapping, getPanelDirMapping, getPanelHTMLContent, getPanelSession, getPanelSession, getPanelSession, getResourceForPermission, getShowPanelPageComponent, getTextShownByInstance, getURLWhenMaximized, hasMethodAccess, initPanel, initPermissionsParameters, initSystemParameters, isDoubleClickProtected, isSystemAction, move, panelActionClose, panelActionEditMode, panelActionFactory, panelActionHelpMode, panelActionInvalidateCache, panelActionMaximize, panelActionMaximizeInRegion, panelActionMinimize, panelActionMoveBack, panelActionMoveForward, panelActionRefreshPanel, panelActionRemove, panelActionRestore, panelActionSelect, panelActionShowMode, panelActionStartConfig, replicateData, supportsEditMode, supportsHelpMode |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String PAGE_SHOW
public static final String PAGE_EXPORT_RESULT
public static final String PAGE_IMPORT_PREVIEW
public static final String PAGE_IMPORT_RESULT
public static final String WORKSPACE_PREFFIX
public static final String RESOURCE_PREFFIX
public static final String IMPORT_PREFFIX
public static final String PARAM_USE_BLANKS
public static final String RETURNED_FILE_NAME
public static final String EXPORT_ENTRY_NAME
public static final String PARAM_SHOW_EXPORT
public static final String PARAM_SHOW_IMPORT
| Constructor Detail |
|---|
public ExportDriver()
| Method Detail |
|---|
public void init(org.jboss.dashboard.ui.panel.PanelProvider provider)
throws Exception
init in class org.jboss.dashboard.ui.panel.PanelDriverExceptionpublic org.jboss.dashboard.workspace.WorkspacesManager getWorkspacesManager()
public org.jboss.dashboard.workspace.export.ExportManager getExportManager()
public org.jboss.dashboard.workspace.export.ExportSessionInfo getSessionInfo()
public void initPanelSession(org.jboss.dashboard.workspace.PanelSession panelSession,
javax.servlet.http.HttpSession session)
initPanelSession in class org.jboss.dashboard.ui.panel.PanelDriver
public org.jboss.dashboard.ui.controller.CommandResponse actionGoToStart(org.jboss.dashboard.workspace.Panel panel,
org.jboss.dashboard.ui.controller.CommandRequest request)
throws Exception
Exception
public org.jboss.dashboard.ui.controller.CommandResponse actionDownloadExport(org.jboss.dashboard.workspace.Panel panel,
org.jboss.dashboard.ui.controller.CommandRequest request)
throws Exception
Exception
public org.jboss.dashboard.ui.controller.CommandResponse actionStartExport(org.jboss.dashboard.workspace.Panel panel,
org.jboss.dashboard.ui.controller.CommandRequest request)
throws Exception
Exception
public org.jboss.dashboard.ui.controller.CommandResponse actionStartImport(org.jboss.dashboard.workspace.Panel panel,
org.jboss.dashboard.ui.controller.CommandRequest request)
throws FileNotFoundException
FileNotFoundException
public org.jboss.dashboard.ui.controller.CommandResponse actionImport(org.jboss.dashboard.workspace.Panel panel,
org.jboss.dashboard.ui.controller.CommandRequest request)
|
Dashboard Builder UI Panels 6.0.0.CR4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||