Deprecated API


Contents
Deprecated Classes
javax.faces.webapp.AttributeTag
          the implementation of this clazz is now an implementation detail. 
javax.faces.webapp.ConverterTag
          replaced by ConverterELTag 
javax.faces.el.MethodBinding
            
javax.faces.el.PropertyResolver
            
javax.faces.application.StateManager.SerializedView
            
javax.faces.webapp.UIComponentBodyTag
          replaced by UIComponentELTag 
javax.faces.webapp.UIComponentTag
          replaced by UIComponentELTag 
javax.faces.webapp.ValidatorTag
          replaced by ValidatorELTag 
javax.faces.el.ValueBinding
            
javax.faces.el.VariableResolver
            
 

Deprecated Exceptions
javax.faces.el.EvaluationException
            
javax.faces.el.MethodNotFoundException
            
javax.faces.el.PropertyNotFoundException
            
javax.faces.el.ReferenceSyntaxException
            
 

Deprecated Fields
javax.faces.validator.Validator.NOT_IN_RANGE_MESSAGE_ID
            
 

Deprecated Methods
javax.faces.application.Application.createComponent(ValueBinding, FacesContext, String)
            
javax.faces.application.Application.createMethodBinding(String, Class[])
            
javax.faces.application.Application.createValueBinding(String)
            
javax.faces.webapp.AttributeTag.doStartTag()
            
javax.faces.component.UICommand.getAction()
          Use getActionExpression() instead. 
javax.faces.component.ActionSource.getAction()
          Replaced by ActionSource2.getActionExpression 
javax.faces.component.UICommand.getActionListener()
            
javax.faces.component.ActionSource.getActionListener()
          Replaced by getActionListeners 
javax.faces.render.ResponseStateManager.getComponentStateToRestore(FacesContext)
            
javax.faces.application.StateManager.getComponentStateToSave(FacesContext)
            
javax.faces.el.MethodBinding.getExpressionString()
            
javax.faces.el.ValueBinding.getExpressionString()
            
javax.faces.webapp.UIComponentTag.getParentUIComponentTag(PageContext)
            
javax.faces.application.Application.getPropertyResolver()
            
javax.faces.application.StateManager.SerializedView.getState()
            
javax.faces.application.StateManager.SerializedView.getStructure()
            
javax.faces.render.ResponseStateManager.getTreeStructureToRestore(FacesContext, String)
            
javax.faces.application.StateManager.getTreeStructureToSave(FacesContext)
            
javax.faces.el.MethodBinding.getType(FacesContext)
            
javax.faces.el.ValueBinding.getType(FacesContext)
            
javax.faces.el.PropertyResolver.getType(Object, int)
            
javax.faces.el.PropertyResolver.getType(Object, Object)
            
javax.faces.component.UIInput.getValidator()
            
javax.faces.component.EditableValueHolder.getValidator()
          Use getValidators() instead. 
javax.faces.el.ValueBinding.getValue(FacesContext)
            
javax.faces.el.PropertyResolver.getValue(Object, int)
            
javax.faces.el.PropertyResolver.getValue(Object, Object)
            
javax.faces.component.UISelectMany.getValueBinding(String)
          Use getValueExpression instead 
javax.faces.component.UIComponent.getValueBinding(String)
          Replaced by getValueExpression 
javax.faces.component.UIComponentBase.getValueBinding(String)
          Replaced by getValueExpression 
javax.faces.component.UISelectBoolean.getValueBinding(String)
          Use getValueExpression instead 
javax.faces.component.UIInput.getValueChangeListener()
            
javax.faces.component.EditableValueHolder.getValueChangeListener()
          Use getValueChangeLIsteners() instead. 
javax.faces.application.Application.getVariableResolver()
            
javax.faces.el.MethodBinding.invoke(FacesContext, Object[])
            
javax.faces.el.ValueBinding.isReadOnly(FacesContext)
            
javax.faces.el.PropertyResolver.isReadOnly(Object, int)
            
javax.faces.el.PropertyResolver.isReadOnly(Object, Object)
            
javax.faces.webapp.AttributeTag.release()
            
javax.faces.el.VariableResolver.resolveVariable(FacesContext, String)
            
javax.faces.application.StateManager.restoreComponentState(FacesContext, UIViewRoot, String)
            
javax.faces.application.StateManager.restoreTreeStructure(FacesContext, String, String)
            
javax.faces.application.StateManager.saveSerializedView(FacesContext)
            
javax.faces.component.UICommand.setAction(MethodBinding)
          Use setActionExpression instead. 
javax.faces.component.ActionSource.setAction(MethodBinding)
          Replaced by ActionSource2.setActionExpression 
javax.faces.component.UICommand.setActionListener(MethodBinding)
            
javax.faces.webapp.ValidatorTag.setBinding(String)
            
javax.faces.webapp.AttributeTag.setName(String)
            
javax.faces.application.Application.setPropertyResolver(PropertyResolver)
            
javax.faces.webapp.UIComponentClassicTagBase.setupResponseWriter()
          the ResponseWriter is now set by ViewHandler.renderView(javax.faces.context.FacesContext, javax.faces.component.UIViewRoot) 
javax.faces.component.UIInput.setValidator(MethodBinding)
            
javax.faces.component.EditableValueHolder.setValidator(MethodBinding)
          Use addValidator(MethodExpressionValidaotr) instead. 
javax.faces.el.ValueBinding.setValue(FacesContext, Object)
            
javax.faces.el.PropertyResolver.setValue(Object, int, Object)
            
javax.faces.el.PropertyResolver.setValue(Object, Object, Object)
            
javax.faces.webapp.AttributeTag.setValue(String)
            
javax.faces.component.UISelectMany.setValueBinding(String, ValueBinding)
          Use setValueExpression instead 
javax.faces.component.UIComponent.setValueBinding(String, ValueBinding)
          Replaced by setValueExpression 
javax.faces.component.UIComponentBase.setValueBinding(String, ValueBinding)
          Replaced by setValueExpression 
javax.faces.component.UISelectBoolean.setValueBinding(String, ValueBinding)
          Use setValueExpression instead 
javax.faces.component.UIInput.setValueChangeListener(MethodBinding)
            
javax.faces.component.EditableValueHolder.setValueChangeListener(MethodBinding)
          use addValueChangeListener(MethodExpressionValueChangeListener) instead. 
javax.faces.application.Application.setVariableResolver(VariableResolver)
            
javax.faces.render.ResponseStateManager.writeState(FacesContext, StateManager.SerializedView)
            
javax.faces.application.StateManager.writeState(FacesContext, StateManager.SerializedView)
            
 

Deprecated Constructors
javax.faces.el.EvaluationException()
            
javax.faces.el.EvaluationException(String)
            
javax.faces.el.EvaluationException(String, Throwable)
            
javax.faces.el.EvaluationException(Throwable)
            
javax.faces.el.MethodBinding()
            
javax.faces.el.MethodNotFoundException()
            
javax.faces.el.MethodNotFoundException(String)
            
javax.faces.el.MethodNotFoundException(String, Throwable)
            
javax.faces.el.MethodNotFoundException(Throwable)
            
javax.faces.el.PropertyNotFoundException()
            
javax.faces.el.PropertyNotFoundException(String)
            
javax.faces.el.PropertyNotFoundException(String, Throwable)
            
javax.faces.el.PropertyNotFoundException(Throwable)
            
javax.faces.el.PropertyResolver()
            
javax.faces.el.ReferenceSyntaxException()
            
javax.faces.el.ReferenceSyntaxException(String)
            
javax.faces.el.ReferenceSyntaxException(String, Throwable)
            
javax.faces.el.ReferenceSyntaxException(Throwable)
            
javax.faces.application.StateManager.SerializedView(Object, Object)
            
javax.faces.el.VariableResolver()
            
 



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