|
Oracle ADF Controller API Reference 10g Release 2 (10.1.2) B14363-01 November 2004 |
||||||||||
PREV NEXT |
Packages that use DataActionContext |
|
oracle.adf.controller.struts.actions | Contains classes to define the Struts implementations of the lifecycle. |
Methods in oracle.adf.controller.struts.actions with parameters of type DataActionContext | |
protected Lifecycle |
DataAction.getPageLifecycle(DataActionContext actionContext) Retrieves the page lifecycle instance for this data action. |
protected void |
DataAction.handleLifecycle(DataActionContext actionContext) Coordinates the sequence and handling of the phases of the ADF page lifecycle. |
protected void |
DataAction.processComponentEvents(DataActionContext actionContext) Delegate to the Struts page lifecycle implementation processComponentEvents |
protected boolean |
DataAction.hasErrors(DataActionContext actionContext) Delegate to the Struts page lifecycle implementation hasErrors |
protected void |
DataAction.handleError(DataActionContext actionContext, java.lang.Exception ex) Delegate to the Struts page lifecycle implementation handleError |
protected void |
DataAction.reportErrors(DataActionContext actionContext) Delegate to the Struts page lifecycle implementation reportErrors |
protected void |
DataAction.buildEventList(DataActionContext actionContext) Delegate to the Struts page lifecycle implementation buildEventList |
protected void |
DataAction.prepareModel(DataActionContext actionContext) Delegate to the Struts page lifecycle implementation prepareModel |
protected boolean |
DataAction.shouldAllowModelUpdate(DataActionContext actionContext) Delegate to the Struts page lifecycle implementation shouldAllowModelUpdate |
protected void |
DataAction.processUpdateModel(DataActionContext actionContext) Delegate to the Struts page lifecycle implementation processUpdateModel |
protected void |
DataAction.validateModelUpdates(DataActionContext actionContext) Delegate to the Struts page lifecycle implementation validateModelUpdates |
protected void |
DataAction.initializeMethodParameters(DataActionContext actionContext, oracle.jbo.uicli.binding.JUCtrlActionBinding actionBinding) Delegate to the Struts page lifecycle implementation initializeMethodParameters |
protected void |
DataAction.invokeCustomMethod(DataActionContext actionContext) Delegate to the Struts page lifecycle implementation invokeCustomMethod |
protected void |
DataAction.refreshModel(DataActionContext actionContext) Delegate to the Struts page lifecycle implementation refreshModel |
protected void |
DataAction.findForward(DataActionContext actionContext) Delegate to the Struts page lifecycle implementation findForward |
protected java.lang.reflect.Method |
DataAction.getEventMethod(DataActionContext actionContext, java.lang.String eventName) Delegate to the Struts page lifecycle implementation getEventMethod |
protected void |
DataAction.saveErrors(DataActionContext actionContext) Save all the error message from the lifecycle context to the request attribute. |
|
Oracle ADF Controller API Reference 10g Release 2 (10.1.2) B14363-01 November 2004 |
||||||||||
PREV NEXT |