ADF Controller v9.0.5

Package oracle.adf.controller.struts.forms

Contains classes to define the Struts form bean used to access the ADF model.

See:
          Description

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

Class Summary
ADFDynaClass A Struts DynaClass specialized in exposing all the value bindings of the associated binding container as dynamic properties.
BindingContainerActionForm ActionForm exposing all the binding values of a binding container as the properties of a JavaBeans.
BindingContainerActionFormBeanInfo BeanInfo to restrict the available properties of the BindingContainerActionForm class to a setter on the bindingContainer property.
BindingContainerValidationForm A BindingContainerActionForm to use with Struts validation framework.
BindingContainerValidationFormBeanInfo  
BindingContainerValidationFormConfig  
 

Package oracle.adf.controller.struts.forms Description

Contains classes to define the Struts form bean used to access the ADF model.

Two implementations of the form bean are provided. The one with validation is used to work with the Struts validation framework.

Since:
9.0.5

ADF Controller v9.0.5

 

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