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)
|