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


Deprecated API

Deprecated Fields
oracle.adf.model.DataControlFactory.APP_PARAM_COOKIE_PROPERTIES
          use APP_PARAM_REQUEST_CONTEXT instead. 
oracle.adf.model.DataControlFactory.APP_PARAM_HTTP_SESSION
          the HttpSession will no longer be passed as an application parameter from the ADFBindingFilter. DataControls that must access the HttpSession should use:

((HttpServletRequest)ADFContext.getCurrent().getEnvironment().getRequest()).getSession(true)

or:

ADFContext.getCurrent().getSessionScope().get(String)

instead. 

 

Deprecated Methods
oracle.adf.model.BindingContext.addPersistentState(String, Serializable)
          since 10.1.3. Applications should use the StateManager instead. See StateManager 
oracle.adf.model.BindingContext.findPersistentState(String)
          since 10.1.3. Applications should use the StateManager instead. See StateManager 
oracle.adf.share.ADFContext.getApplication()
          Using getADFConfig() instead. 
oracle.adf.model.BindingContext.removePersistentState(String)
          since 10.1.3. Applications should use the StateManager instead. See StateManager 
oracle.adf.controller.v2.struts.forms.BindingContainerValidationForm.setBindingContainer(DCBindingContainer)
          Not needed since the binding container is now figured out from the modelRef property of the action mapping. 
oracle.adf.controller.v2.struts.forms.BindingContainerActionForm.setBindingContainer(DCBindingContainer)
          Not needed since the binding container is now figured out from the modelRef property of the action mapping. 

 


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


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