Oracle Fusion Middleware Java API Reference for Oracle ADF Lifecycle
11g Release 1 (11.1.1)

E10652-04

oracle.adf.controller.struts.forms
Interface ADFStrutsForm

All Known Implementing Classes:
BindingContainerActionForm, BindingContainerActionForm, BindingContainerValidationForm, BindingContainerValidationForm

Deprecated. Use equivalent classes in oracle.adf.controller.v2

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()
          Deprecated. Return pendings values currently store in the form bean.
 void resetPendingValues()
          Deprecated. 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

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

java.util.Map getPendingValues()
Deprecated. 
Return pendings values currently store in the form bean.

Returns:
a Map of values keyed by value binding name

resetPendingValues

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


Oracle Fusion Middleware Java API Reference for Oracle ADF Lifecycle
11g Release 1 (11.1.1)

E10652-04

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