public abstract class PanelAjaxResponse extends Object implements CommandResponse
Modifier and Type | Field and Description |
---|---|
protected String |
afterPanelsPage |
protected String |
beforePanelsPage |
protected String |
commonRefreshPanelsPage |
Constructor and Description |
---|
PanelAjaxResponse() |
Modifier and Type | Method and Description |
---|---|
static PanelAjaxResponse |
getEquivalentAjaxResponse(Panel panel,
CommandResponse response)
Attempt to convert a response to an AjaxResponse.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
execute
protected String commonRefreshPanelsPage
protected String beforePanelsPage
protected String afterPanelsPage
public static PanelAjaxResponse getEquivalentAjaxResponse(Panel panel, CommandResponse response)
panel
- Panel that sends the responseresponse
- Response the panel sends.Copyright © 2012–2016 JBoss by Red Hat. All rights reserved.