Deprecated API


Contents
Deprecated Interfaces
org.apache.myfaces.shared_orchestra.component.ExecuteOnCallback
          will be moved to tomahawk later 
 

Deprecated Classes
org.apache.myfaces.shared_orchestra.util._ComponentUtils
          use RendererUtils instead 
org.apache.myfaces.orchestra.conversation.FlashScopeManager
          Use AccessScopeManager instead. This class provides backwards compatibility for configuration files designed for Orchestra 1.0. 
org.apache.myfaces.orchestra.conversation.FlashScopeManagerConfiguration
          Use class AccessScopeManagerConfiguration. This class exists for backwards-compatibility reasons only. 
org.apache.myfaces.orchestra.conversation.jsf.filter.OrchestraServletFilter
          Since Orchestra 1.1, initialisation of Orchestra for JSF requests is handled automatically (via the OrchestraFacesContextFactory). Therefore just the org.apache.myfaces.orchestra.filter.OrchestraServletFilter is needed. Note that if this filter is used with Orchestra1.1, then for JSF requests the FrameworkAdapter is initialised twice: once by this filter, then again by the FacesContextFactory. This does no harm.

 

 

Deprecated Fields
org.apache.myfaces.shared_orchestra.renderkit.JSFAttr.COMMAND_CLASS_ATTR
            
org.apache.myfaces.orchestra.conversation.spring.SpringConversationScope.LIFETIME_FLASH
          Use LIFETIME_ACCESS instead. 
org.apache.myfaces.shared_orchestra.renderkit.JSFAttr.PANEL_CLASS_ATTR
            
 

Deprecated Methods
org.apache.myfaces.orchestra.conversation.spring.AbstractSpringOrchestraScope.buildBeanName(String)
          Should not be necessary in user code. 
org.apache.myfaces.orchestra.conversation.ConversationContext.clear()
          Use the "invalidate" method instead. 
org.apache.myfaces.orchestra.requestParameterProvider.RequestParameterResponseWrapper.encodeUrl(String)
            
org.apache.myfaces.shared_orchestra.util._ComponentUtils.findNestingForm(UIComponent, FacesContext)
          use RendererUtils.findNestingForm instead 
org.apache.myfaces.orchestra.conversation.spring._SpringUtils.getAlternateBeanName(String)
          use getModifiedBeanName instead. 
org.apache.myfaces.orchestra.conversation.ConversationManager.getConversationContextId()
          This method should not be needed by external classes, and was inconsistent with other methods on this class. 
org.apache.myfaces.orchestra.conversation.spring._SpringUtils.getRealBeanName(String)
          use getOriginalBeanName instead. 
org.apache.myfaces.shared_orchestra.util._ComponentUtils.getStringValue(FacesContext, ValueBinding)
          use RendererUtils.getStringValue instead 
org.apache.myfaces.orchestra.conversation.spring._SpringUtils.isAlternateBeanName(String)
          use isModifiedBeanName instead. 
org.apache.myfaces.orchestra.viewController.jsf.ViewControllerPhaseListener.postRestoreView(FacesContext)
          overload/use ViewControllerPhaseListener.executeInitView(javax.faces.context.FacesContext) instead 
org.apache.myfaces.orchestra.conversation.ConversationManager.removeConversationContext(Long)
          This method is not actually used by anything. 
 



Copyright © 2009 The Apache Software Foundation. All Rights Reserved.