📄 deprecated-list.html
字号:
<code>java.lang.Throwable</code> class.</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="javax/xml/bind/Validator.html#setProperty(java.lang.String, java.lang.Object)">javax.xml.bind.Validator.setProperty(String, Object)</A><BR> <I>since JAXB2.0</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="javax/faces/application/Application.html#setPropertyResolver(javax.faces.el.PropertyResolver)">javax.faces.application.Application.setPropertyResolver(PropertyResolver)</A><BR> <I>The recommended way to affect the execution of the EL is to provide an <code><el-resolver></code> element at the right place in the application configuration resources which will be considered in the normal course of expression evaluation. This method now will cause the argument <code>resolver</code> to be wrapped inside an implementation of <A HREF="javax/el/ELResolver.html" title="class in javax.el"><CODE>ELResolver</CODE></A> and exposed to the EL resolution system as if the user had called <A HREF="javax/faces/application/Application.html#addELResolver(javax.el.ELResolver)"><CODE>Application.addELResolver(javax.el.ELResolver)</CODE></A>.</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="javax/servlet/http/HttpServletResponse.html#setStatus(int, java.lang.String)">javax.servlet.http.HttpServletResponse.setStatus(int, String)</A><BR> <I>As of version 2.1, due to ambiguous meaning of the message parameter. To set a status code use <code>setStatus(int)</code>, to send an error with a description use <code>sendError(int, String)</code>. Sets the status code and message for this response.</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="javax/xml/bind/Unmarshaller.html#setValidating(boolean)">javax.xml.bind.Unmarshaller.setValidating(boolean)</A><BR> <I>since JAXB2.0, please see <A HREF="javax/xml/bind/Unmarshaller.html#setSchema(javax.xml.validation.Schema)"><CODE>Unmarshaller.setSchema(javax.xml.validation.Schema)</CODE></A></I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="javax/faces/component/EditableValueHolder.html#setValidator(javax.faces.el.MethodBinding)">javax.faces.component.EditableValueHolder.setValidator(MethodBinding)</A><BR> <I>Use <A HREF="javax/faces/component/EditableValueHolder.html#addValidator(javax.faces.validator.Validator)"><CODE>EditableValueHolder.addValidator(javax.faces.validator.Validator)</CODE></A> instead, obtaining the argument <A HREF="javax/faces/validator/Validator.html" title="interface in javax.faces.validator"><CODE>Validator</CODE></A> by creating an instance of <A HREF="javax/faces/validator/MethodExpressionValidator.html" title="class in javax.faces.validator"><CODE>MethodExpressionValidator</CODE></A>.</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="javax/faces/component/UIInput.html#setValidator(javax.faces.el.MethodBinding)">javax.faces.component.UIInput.setValidator(MethodBinding)</A><BR> <I>Use <A HREF="javax/faces/component/UIInput.html#addValidator(javax.faces.validator.Validator)"><CODE>UIInput.addValidator(javax.faces.validator.Validator)</CODE></A> instead, obtaining the argument <A HREF="javax/faces/validator/Validator.html" title="interface in javax.faces.validator"><CODE>Validator</CODE></A> by creating an instance of <A HREF="javax/faces/validator/MethodExpressionValidator.html" title="class in javax.faces.validator"><CODE>MethodExpressionValidator</CODE></A>.</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="javax/faces/component/UIComponent.html#setValueBinding(java.lang.String, javax.faces.el.ValueBinding)">javax.faces.component.UIComponent.setValueBinding(String, ValueBinding)</A><BR> <I>This has been replaced by <A HREF="javax/faces/component/UIComponent.html#setValueExpression(java.lang.String, javax.el.ValueExpression)"><CODE>UIComponent.setValueExpression(java.lang.String, javax.el.ValueExpression)</CODE></A>.</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="javax/faces/component/UIComponentBase.html#setValueBinding(java.lang.String, javax.faces.el.ValueBinding)">javax.faces.component.UIComponentBase.setValueBinding(String, ValueBinding)</A><BR> <I>This has been replaced by <A HREF="javax/faces/component/UIComponent.html#setValueExpression(java.lang.String, javax.el.ValueExpression)"><CODE>UIComponent.setValueExpression(java.lang.String, javax.el.ValueExpression)</CODE></A>.</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="javax/faces/component/UIData.html#setValueBinding(java.lang.String, javax.faces.el.ValueBinding)">javax.faces.component.UIData.setValueBinding(String, ValueBinding)</A><BR> <I>This has been replaced by <A HREF="javax/faces/component/UIData.html#setValueExpression(java.lang.String, javax.el.ValueExpression)"><CODE>UIData.setValueExpression(java.lang.String, javax.el.ValueExpression)</CODE></A>.</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="javax/faces/component/UIGraphic.html#setValueBinding(java.lang.String, javax.faces.el.ValueBinding)">javax.faces.component.UIGraphic.setValueBinding(String, ValueBinding)</A><BR> <I>This has been replaced by <A HREF="javax/faces/component/UIGraphic.html#setValueExpression(java.lang.String, javax.el.ValueExpression)"><CODE>UIGraphic.setValueExpression(java.lang.String, javax.el.ValueExpression)</CODE></A>.</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="javax/faces/component/UISelectBoolean.html#setValueBinding(java.lang.String, javax.faces.el.ValueBinding)">javax.faces.component.UISelectBoolean.setValueBinding(String, ValueBinding)</A><BR> <I>This has been replaced by <A HREF="javax/faces/component/UISelectBoolean.html#setValueExpression(java.lang.String, javax.el.ValueExpression)"><CODE>UISelectBoolean.setValueExpression(java.lang.String, javax.el.ValueExpression)</CODE></A>.</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="javax/faces/component/UISelectMany.html#setValueBinding(java.lang.String, javax.faces.el.ValueBinding)">javax.faces.component.UISelectMany.setValueBinding(String, ValueBinding)</A><BR> <I>This has been replaced by <A HREF="javax/faces/component/UISelectMany.html#setValueExpression(java.lang.String, javax.el.ValueExpression)"><CODE>UISelectMany.setValueExpression(java.lang.String, javax.el.ValueExpression)</CODE></A>.</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="javax/faces/component/EditableValueHolder.html#setValueChangeListener(javax.faces.el.MethodBinding)">javax.faces.component.EditableValueHolder.setValueChangeListener(MethodBinding)</A><BR> <I>Use <A HREF="javax/faces/component/EditableValueHolder.html#addValueChangeListener(javax.faces.event.ValueChangeListener)"><CODE>EditableValueHolder.addValueChangeListener(javax.faces.event.ValueChangeListener)</CODE></A> instead, obtaining the argument <A HREF="javax/faces/event/ValueChangeListener.html" title="interface in javax.faces.event"><CODE>ValueChangeListener</CODE></A> by creating an instance of <A HREF="javax/faces/event/MethodExpressionValueChangeListener.html" title="class in javax.faces.event"><CODE>MethodExpressionValueChangeListener</CODE></A>.</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="javax/faces/component/UIInput.html#setValueChangeListener(javax.faces.el.MethodBinding)">javax.faces.component.UIInput.setValueChangeListener(MethodBinding)</A><BR> <I>Use <A HREF="javax/faces/component/UIInput.html#addValueChangeListener(javax.faces.event.ValueChangeListener)"><CODE>UIInput.addValueChangeListener(javax.faces.event.ValueChangeListener)</CODE></A> instead, obtaining the argument <A HREF="javax/faces/event/ValueChangeListener.html" title="interface in javax.faces.event"><CODE>ValueChangeListener</CODE></A> by creating an instance of <A HREF="javax/faces/event/MethodExpressionValueChangeListener.html" title="class in javax.faces.event"><CODE>MethodExpressionValueChangeListener</CODE></A>.</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="javax/faces/application/Application.html#setVariableResolver(javax.faces.el.VariableResolver)">javax.faces.application.Application.setVariableResolver(VariableResolver)</A><BR> <I>The recommended way to affect the execution of the EL is to provide an <code><el-resolver></code> element at the right place in the application configuration resources which will be considered in the normal course of expression evaluation. This method now will cause the argument <code>resolver</code> to be wrapped inside an implementation of <A HREF="javax/el/ELResolver.html" title="class in javax.el"><CODE>ELResolver</CODE></A> and exposed to the EL resolution system as if the user had called <A HREF="javax/faces/application/Application.html#addELResolver(javax.el.ELResolver)"><CODE>Application.addELResolver(javax.el.ELResolver)</CODE></A>.</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="javax/xml/bind/Validator.html#validate(java.lang.Object)">javax.xml.bind.Validator.validate(Object)</A><BR> <I>since JAXB2.0</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="javax/xml/bind/Validator.html#validateRoot(java.lang.Object)">javax.xml.bind.Validator.validateRoot(Object)</A><BR> <I>since JAXB2.0</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="javax/faces/application/StateManager.html#writeState(javax.faces.context.FacesContext, javax.faces.application.StateManager.SerializedView)">javax.faces.application.StateManager.writeState(FacesContext, StateManager.SerializedView)</A><BR> <I>This method has been replaced by <A HREF="javax/faces/application/StateManager.html#writeState(javax.faces.context.FacesContext, java.lang.Object)"><CODE>StateManager.writeState(javax.faces.context.FacesContext,java.lang.Object)</CODE></A>. The default implementation of this method does nothing.</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="javax/faces/render/ResponseStateManager.html#writeState(javax.faces.context.FacesContext, javax.faces.application.StateManager.SerializedView)">javax.faces.render.ResponseStateManager.writeState(FacesContext, StateManager.SerializedView)</A><BR> <I>This method has been replaced by <A HREF="javax/faces/render/ResponseStateManager.html#writeState(javax.faces.context.FacesContext, java.lang.Object)"><CODE>ResponseStateManager.writeState(javax.faces.context.FacesContext,java.lang.Object)</CODE></A>. The default implementation of this method does nothing.</I> </TD></TR></TABLE> <P><A NAME="constructor"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"><B>Deprecated Constructors</B></FONT></TH></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="javax/servlet/UnavailableException.html#UnavailableException(int, javax.servlet.Servlet, java.lang.String)">javax.servlet.UnavailableException(int, Servlet, String)</A><BR> <I>As of Java Servlet API 2.2, use <A HREF="javax/servlet/UnavailableException.html#UnavailableException(java.lang.String, int)"><CODE>UnavailableException.UnavailableException(String, int)</CODE></A> instead.</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="javax/servlet/UnavailableException.html#UnavailableException(javax.servlet.Servlet, java.lang.String)">javax.servlet.UnavailableException(Servlet, String)</A><BR> <I>As of Java Servlet API 2.2, use <A HREF="javax/servlet/UnavailableException.html#UnavailableException(java.lang.String)"><CODE>UnavailableException.UnavailableException(String)</CODE></A> instead.</I> </TD></TR></TABLE> <P><A NAME="annotation_type_member"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"><B>Deprecated Annotation Type Elements</B></FONT></TH></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="javax/jws/HandlerChain.html#name()">javax.jws.HandlerChain.name</A><BR> <I>As of JSR-181 2.0 with no replacement.</I> </TD></TR></TABLE> <P><HR><!-- ======= START OF BOTTOM NAVBAR ====== --><A NAME="navbar_bottom"><!-- --></A><A HREF="#skip-navbar_bottom" title="Skip navigation links"></A><TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""><TR><TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"><A NAME="navbar_bottom_firstrow"><!-- --></A><TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Deprecated</B></FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> </TR></TABLE></TD><TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM></EM></TD></TR><TR><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> PREV 
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -