Modifier and Type | Method and Description |
---|---|
void |
ControllerStatus.setResponse(CommandResponse response) |
Modifier and Type | Method and Description |
---|---|
CommandResponse |
MeterChartEditor.actionSubmit(CommandRequest request) |
Modifier and Type | Method and Description |
---|---|
CommandResponse |
CSVProviderEditor.actionCancel(CommandRequest request) |
CommandResponse |
CSVProviderEditor.actionSubmit(CommandRequest request) |
Modifier and Type | Method and Description |
---|---|
CommandResponse |
ExportHandler.actionExportSelectedKPIs(CommandRequest request) |
CommandResponse |
ExportHandler.actionImportKPIs(CommandRequest request) |
Modifier and Type | Method and Description |
---|---|
CommandResponse |
SQLProviderEditor.actionCancel(CommandRequest request) |
CommandResponse |
SQLProviderEditor.actionSubmit(CommandRequest request) |
Modifier and Type | Method and Description |
---|---|
CommandResponse |
TableEditor.actionCancel(CommandRequest request) |
CommandResponse |
DataSetTableHandler.actionExecAction(CommandRequest request) |
CommandResponse |
TableHandler.actionExecAction(CommandRequest request) |
CommandResponse |
TableViewer.actionExportData(CommandRequest request) |
CommandResponse |
TableHandler.actionExportData(String format) |
CommandResponse |
TableHandler.actionSelectCellValue(CommandRequest request) |
CommandResponse |
TableEditor.actionSubmit(CommandRequest request) |
CommandResponse |
TableViewer.actionSubmitViewer(CommandRequest request) |
Modifier and Type | Method and Description |
---|---|
CommandResponse |
TreeActionsHandler.actionExpandOrCollapse(CommandRequest request) |
CommandResponse |
TreeActionsHandler.actionNavigateTo(CommandRequest request) |
CommandResponse |
TreeActionsHandler.actionShowEditPage(CommandRequest request) |
CommandResponse |
TreeActionsHandler.actionShowTreePage(CommandRequest request) |
Modifier and Type | Method and Description |
---|---|
CommandResponse |
PanelInstancePropertiesHandler.actionSave(CommandRequest request) |
Modifier and Type | Method and Description |
---|---|
CommandResponse |
RequestHandler.actionShowScreen(CommandRequest req)
This method is called by the controller servlet when a screen display is requested
|
CommandResponse |
RequestHandler.afterInvokeAction(CommandRequest req,
CommandResponse action)
This method is called after invoking the actionXXXX method, which returned a
CommandAction object (or null).
|
CommandResponse |
RequestHandler.beforeInvokeAction(CommandRequest req)
This method is called before invoking the actionXXXX method.
|
CommandResponse |
RequestHandler.execute(CommandRequest req)
This method is called to execute the command requested.
|
Modifier and Type | Method and Description |
---|---|
CommandResponse |
RequestHandler.afterInvokeAction(CommandRequest req,
CommandResponse action)
This method is called after invoking the actionXXXX method, which returned a
CommandAction object (or null).
|
Modifier and Type | Class and Description |
---|---|
class |
DoNothingResponse
Null response generator.
|
class |
ForwardResponse
Forwards to a resource
|
class |
FullPanelAjaxResponse
Response that includes the full panel area including the buttons bar
|
class |
PanelAjaxResponse |
class |
RedirectToURLResponse
Sends a redirect to an arbitrary URL.
|
class |
SendErrorResponse
Sends a error code response as a error
|
class |
SendStreamResponse
This class allows sending a file as response.
|
class |
ShowComponentAjaxResponse
Response that embeds a component view into the output stream.
|
class |
ShowCurrentScreenResponse |
class |
ShowJSPAjaxResponse
Response that embeds a jsp view into the output stream.
|
class |
ShowJspInsidePanelContextResponse |
class |
ShowPanelPage
Response that shows a panel page.
|
class |
ShowPopupPage |
class |
ShowPopupPanelPage |
class |
ShowScreenResponse |
Modifier and Type | Method and Description |
---|---|
static PanelAjaxResponse |
PanelAjaxResponse.getEquivalentAjaxResponse(Panel panel,
CommandResponse response)
Attempt to convert a response to an AjaxResponse.
|
Modifier and Type | Method and Description |
---|---|
CommandResponse |
PanelDriver.actionChangePage(Panel panel,
CommandRequest request)
Action to change a page for a panel.
|
protected CommandResponse |
PanelDriver.afterInvokeAction(Panel panel,
CommandRequest request,
CommandResponse actionResponse)
Called after executing an action method
|
protected CommandResponse |
PanelDriver.beforeInvokeAction(Panel panel,
CommandRequest request)
Called before dispatching to an action method
|
CommandResponse |
PanelDriver.execute(Panel panel,
CommandRequest req)
Execute an action on this panel.
|
CommandResponse |
PanelDriver.fireAfterInvokeAction(Panel panel,
CommandRequest request,
CommandResponse response)
Called after executing an action method
|
CommandResponse |
PanelDriver.fireBeforeInvokeAction(Panel panel,
CommandRequest request)
Called before dispatching to an action method.
|
CommandResponse |
PanelDriver.panelActionClose(Panel panel,
CommandRequest request)
Removes panel from its region, but keeping it assigned to this section.
|
CommandResponse |
PanelDriver.panelActionEditMode(Panel panel,
CommandRequest request)
Sets the panel in edit mode
|
CommandResponse |
PanelDriver.panelActionFactory(Panel panel,
CommandRequest request)
Action that dispatches to a factory component.
|
CommandResponse |
PanelDriver.panelActionHelpMode(Panel panel,
CommandRequest request)
Sets the panel in help management mode
|
CommandResponse |
PanelDriver.panelActionInvalidateCache(Panel panel,
CommandRequest request)
Invalidates panel cache
|
CommandResponse |
PanelDriver.panelActionMaximize(Panel panel,
CommandRequest request)
Maximizes the panel
|
CommandResponse |
PanelDriver.panelActionMaximizeInRegion(Panel panel,
CommandRequest request)
Maximizes the panel in region
|
CommandResponse |
PanelDriver.panelActionMinimize(Panel panel,
CommandRequest request)
Minimizes the panel
|
CommandResponse |
PanelDriver.panelActionMoveBack(Panel panel,
CommandRequest request)
Moves panel backwards in its region
|
CommandResponse |
PanelDriver.panelActionMoveForward(Panel panel,
CommandRequest request)
Moves panel forward in its region
|
CommandResponse |
PanelDriver.panelActionRefreshPanel(Panel panel,
CommandRequest request)
Refresh a panel
|
CommandResponse |
PanelDriver.panelActionRemove(Panel panel,
CommandRequest request)
Removes panel from system
|
CommandResponse |
PanelDriver.panelActionRestore(Panel panel,
CommandRequest request)
Restores the panel to its regular size
|
CommandResponse |
PanelDriver.panelActionSelect(Panel panel,
CommandRequest request)
Marks panel as selected in its region
|
CommandResponse |
PanelDriver.panelActionShowMode(Panel panel,
CommandRequest request)
Sets the panel in show mode
|
CommandResponse |
PanelDriver.panelActionStartConfig(Panel panel,
CommandRequest request) |
Modifier and Type | Method and Description |
---|---|
protected CommandResponse |
PanelDriver.afterInvokeAction(Panel panel,
CommandRequest request,
CommandResponse actionResponse)
Called after executing an action method
|
CommandResponse |
PanelDriver.fireAfterInvokeAction(Panel panel,
CommandRequest request,
CommandResponse response)
Called after executing an action method
|
Modifier and Type | Method and Description |
---|---|
CommandResponse |
UrlResource.getResourceAsResponse() |
CommandResponse |
FileResource.getResourceAsResponse() |
CommandResponse |
ByteArrayResource.getResourceAsResponse() |
abstract CommandResponse |
Resource.getResourceAsResponse()
CommandResponse that will send the resource to the browser
|
Copyright © 2012-2014 JBoss by Red Hat. All Rights Reserved.