Oracle Application Development Framework Lifecycle Java API Reference 10g Release 3 (10.1.3) B25779-01


Uses of Interface
oracle.adf.model.RegionBinding

Packages that use RegionBinding
oracle.adf.controller.faces.lifecycle Contains classes to define and execute the ADF Lifecycle in a Faces application. 
oracle.adf.controller.v2.context Contains classes to define and manage the context information used during the Lifecycle. 
oracle.adf.controller.v2.lifecycle Contains classes definining the phases of the ADF Lifecycle and the order in which they are executed. 
oracle.adf.controller.v2.struts.forms Contains classes to define the Struts form bean used to access the ADF model. 
oracle.adf.model Contains the ADFm classes and interfaces that apply to the all ADFm implementation. 

 

Uses of RegionBinding in oracle.adf.controller.faces.lifecycle

 

Methods in oracle.adf.controller.faces.lifecycle with parameters of type RegionBinding
protected  java.lang.String FacesPageLifecycle.getToken(PageLifecycleContext plContext, RegionBinding bindings)
          Retrieve the token from the UIViewRoot.

 

Uses of RegionBinding in oracle.adf.controller.v2.context

 

Methods in oracle.adf.controller.v2.context that return RegionBinding
 RegionBinding LifecycleContext.getBindingContainer()
          Retrieve the RegionBinding instance for the current page.

 

Uses of RegionBinding in oracle.adf.controller.v2.lifecycle

 

Methods in oracle.adf.controller.v2.lifecycle with parameters of type RegionBinding
protected  java.lang.String PageLifecycleImpl.getToken(PageLifecycleContext context, RegionBinding bindings)
          Retrieve the token from the request
protected  boolean PageLifecycleImpl.shouldValidateToken(PageLifecycleContext context, RegionBinding bindings)
          Checks the request object to see if token validation should occur.
protected  ControlBinding PageLifecycleImpl.findCtrlBinding(RegionBinding bindings, java.lang.String event)
          Look action binding with the name 'name' or 'Name'

 

Uses of RegionBinding in oracle.adf.controller.v2.struts.forms

 

Methods in oracle.adf.controller.v2.struts.forms that return RegionBinding
protected  RegionBinding BindingContainerValidationForm.getBindingContainer()
          Retrieve the BindingContainer currently associated with this form.
protected  RegionBinding BindingContainerActionForm.getBindingContainer()
          Retrieve the BindingContainer currently associated with this form.

 

Uses of RegionBinding in oracle.adf.model

 

Methods in oracle.adf.model that return RegionBinding
 RegionBinding RegionContext.getRegionBinding()
          RegionBinding instance with which this context is created.

 


Oracle Application Development Framework Lifecycle Java API Reference 10g Release 3 (10.1.3) B25779-01


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