Oracle ADF Controller API Reference 10.1.2 B14363-01


oracle.adf.controller.struts.forms
Interface ADFStrutsForm

All Known Implementing Classes:
BindingContainerActionForm, BindingContainerValidationForm

public interface ADFStrutsForm

Expose additional methods needed for an ActionForm to work with a StrutsPageLifecycle.

Since:
9.0.5

Method Summary
 java.util.Map getPendingValues()
          Return pendings values currently store in the form bean.
 void resetPendingValues()
          Reset all pending values temporary stored in the form bean.
 void setBindingContainer(oracle.adf.model.binding.DCBindingContainer container)
          Deprecated. Not needed since the binding container is now figured out from the modelRef property of the action mapping.

 

Method Detail

setBindingContainer

public void setBindingContainer(oracle.adf.model.binding.DCBindingContainer container)
Deprecated. Not needed since the binding container is now figured out from the modelRef property of the action mapping.

getPendingValues

public java.util.Map getPendingValues()
Return pendings values currently store in the form bean.
Returns:
a Map of values keyed by value binding name

resetPendingValues

public void resetPendingValues()
Reset all pending values temporary stored in the form bean.

Oracle ADF Controller API Reference 10.1.2 B14363-01


Copyright © 1997, 2004, Oracle. All rights reserved.