📄 deprecated-list.html
字号:
It will be removed in a future version of the Java Servlet API.</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="javax/faces/render/ResponseStateManager.html#getTreeStructureToRestore(javax.faces.context.FacesContext, java.lang.String)">javax.faces.render.ResponseStateManager.getTreeStructureToRestore(FacesContext, String)</A><BR> <I>This method has been replaced by <A HREF="javax/faces/render/ResponseStateManager.html#getState(javax.faces.context.FacesContext, java.lang.String)"><CODE>ResponseStateManager.getState(javax.faces.context.FacesContext, java.lang.String)</CODE></A>. The default implementation returns <code>null</code>.</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="javax/faces/application/StateManager.html#getTreeStructureToSave(javax.faces.context.FacesContext)">javax.faces.application.StateManager.getTreeStructureToSave(FacesContext)</A><BR> <I>the distinction between tree structure and component state is now an implementation detail. The default implementation returns <code>null</code>.</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="javax/faces/component/EditableValueHolder.html#getValidator()">javax.faces.component.EditableValueHolder.getValidator()</A><BR> <I><A HREF="javax/faces/component/EditableValueHolder.html#getValidators()"><CODE>EditableValueHolder.getValidators()</CODE></A> should be used instead.</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="javax/faces/component/UIInput.html#getValidator()">javax.faces.component.UIInput.getValidator()</A><BR> <I><A HREF="javax/faces/component/UIInput.html#getValidators()"><CODE>UIInput.getValidators()</CODE></A> should be used instead.</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="javax/servlet/http/HttpSession.html#getValue(java.lang.String)">javax.servlet.http.HttpSession.getValue(String)</A><BR> <I>As of Version 2.2, this method is replaced by <A HREF="javax/servlet/http/HttpSession.html#getAttribute(java.lang.String)"><CODE>HttpSession.getAttribute(java.lang.String)</CODE></A>.</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="javax/faces/component/UIComponent.html#getValueBinding(java.lang.String)">javax.faces.component.UIComponent.getValueBinding(String)</A><BR> <I>This has been replaced by <A HREF="javax/faces/component/UIComponent.html#getValueExpression(java.lang.String)"><CODE>UIComponent.getValueExpression(java.lang.String)</CODE></A>.</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="javax/faces/component/UIComponentBase.html#getValueBinding(java.lang.String)">javax.faces.component.UIComponentBase.getValueBinding(String)</A><BR> <I>This has been replaced by <A HREF="javax/faces/component/UIComponent.html#getValueExpression(java.lang.String)"><CODE>UIComponent.getValueExpression(java.lang.String)</CODE></A>.</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="javax/faces/component/UIGraphic.html#getValueBinding(java.lang.String)">javax.faces.component.UIGraphic.getValueBinding(String)</A><BR> <I>This has been replaced by <A HREF="javax/faces/component/UIGraphic.html#getValueExpression(java.lang.String)"><CODE>UIGraphic.getValueExpression(java.lang.String)</CODE></A>.</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="javax/faces/component/UISelectBoolean.html#getValueBinding(java.lang.String)">javax.faces.component.UISelectBoolean.getValueBinding(String)</A><BR> <I>This has been replaced by <A HREF="javax/faces/component/UISelectBoolean.html#getValueExpression(java.lang.String)"><CODE>UISelectBoolean.getValueExpression(java.lang.String)</CODE></A>.</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="javax/faces/component/UISelectMany.html#getValueBinding(java.lang.String)">javax.faces.component.UISelectMany.getValueBinding(String)</A><BR> <I>this has been replaced by <A HREF="javax/faces/component/UISelectMany.html#getValueExpression(java.lang.String)"><CODE>UISelectMany.getValueExpression(java.lang.String)</CODE></A>.</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="javax/faces/component/EditableValueHolder.html#getValueChangeListener()">javax.faces.component.EditableValueHolder.getValueChangeListener()</A><BR> <I>Use <A HREF="javax/faces/component/EditableValueHolder.html#getValueChangeListeners()"><CODE>EditableValueHolder.getValueChangeListeners()</CODE></A> instead.</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="javax/servlet/http/HttpSession.html#getValueNames()">javax.servlet.http.HttpSession.getValueNames()</A><BR> <I>As of Version 2.2, this method is replaced by <A HREF="javax/servlet/http/HttpSession.html#getAttributeNames()"><CODE>HttpSession.getAttributeNames()</CODE></A></I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="javax/faces/application/Application.html#getVariableResolver()">javax.faces.application.Application.getVariableResolver()</A><BR> <I>This has been replaced by <A HREF="javax/faces/application/Application.html#getELResolver()"><CODE>Application.getELResolver()</CODE></A>.</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="javax/servlet/jsp/JspContext.html#getVariableResolver()">javax.servlet.jsp.JspContext.getVariableResolver()</A><BR> <I>As of JSP 2.1, replaced by <A HREF="javax/el/ELContext.html#getELResolver()"><CODE>ELContext.getELResolver()</CODE></A>, which can be obtained by <code>jspContext.getELContext().getELResolver()</code>.</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="javax/ejb/EJBContext.html#isCallerInRole(java.security.Identity)">javax.ejb.EJBContext.isCallerInRole(Identity)</A><BR> <I>Use boolean isCallerInRole(String roleName) instead.</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="javax/servlet/http/HttpServletRequest.html#isRequestedSessionIdFromUrl()">javax.servlet.http.HttpServletRequest.isRequestedSessionIdFromUrl()</A><BR> <I>As of Version 2.1 of the Java Servlet API, use <A HREF="javax/servlet/http/HttpServletRequest.html#isRequestedSessionIdFromURL()"><CODE>HttpServletRequest.isRequestedSessionIdFromURL()</CODE></A> instead.</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="javax/xml/bind/Unmarshaller.html#isValidating()">javax.xml.bind.Unmarshaller.isValidating()</A><BR> <I>since JAXB2.0, please see <A HREF="javax/xml/bind/Unmarshaller.html#getSchema()"><CODE>Unmarshaller.getSchema()</CODE></A></I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="javax/servlet/ServletContext.html#log(java.lang.Exception, java.lang.String)">javax.servlet.ServletContext.log(Exception, String)</A><BR> <I>As of Java Servlet API 2.1, use <A HREF="javax/servlet/ServletContext.html#log(java.lang.String, java.lang.Throwable)"><CODE>ServletContext.log(String message, Throwable throwable)</CODE></A> instead. <p>This method was originally defined to write an exception's stack trace and an explanatory error message to the servlet log file.</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="javax/activation/ActivationDataFlavor.html#normalizeMimeType(java.lang.String)">javax.activation.ActivationDataFlavor.normalizeMimeType(String)</A><BR> <I></I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="javax/activation/ActivationDataFlavor.html#normalizeMimeTypeParameter(java.lang.String, java.lang.String)">javax.activation.ActivationDataFlavor.normalizeMimeTypeParameter(String, String)</A><BR> <I></I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="javax/servlet/http/HttpSession.html#putValue(java.lang.String, java.lang.Object)">javax.servlet.http.HttpSession.putValue(String, Object)</A><BR> <I>As of Version 2.2, this method is replaced by <A HREF="javax/servlet/http/HttpSession.html#setAttribute(java.lang.String, java.lang.Object)"><CODE>HttpSession.setAttribute(java.lang.String, java.lang.Object)</CODE></A></I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="javax/servlet/http/HttpSession.html#removeValue(java.lang.String)">javax.servlet.http.HttpSession.removeValue(String)</A><BR> <I>As of Version 2.2, this method is replaced by <A HREF="javax/servlet/http/HttpSession.html#removeAttribute(java.lang.String)"><CODE>HttpSession.removeAttribute(java.lang.String)</CODE></A></I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="javax/faces/application/StateManager.html#restoreComponentState(javax.faces.context.FacesContext, javax.faces.component.UIViewRoot, java.lang.String)">javax.faces.application.StateManager.restoreComponentState(FacesContext, UIViewRoot, String)</A><BR> <I>the distinction between tree structure and component state is now an implementation detail. The default implementation does nothing.</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="javax/faces/application/StateManager.html#restoreTreeStructure(javax.faces.context.FacesContext, java.lang.String, java.lang.String)">javax.faces.application.StateManager.restoreTreeStructure(FacesContext, String, String)</A><BR> <I>the distinction between tree structure and component state is now an implementation detail. The default implementation returns <code>null</code>.</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="javax/faces/application/StateManager.html#saveSerializedView(javax.faces.context.FacesContext)">javax.faces.application.StateManager.saveSerializedView(FacesContext)</A><BR> <I>this has been replaced by <A HREF="javax/faces/application/StateManager.html#saveView(javax.faces.context.FacesContext)"><CODE>StateManager.saveView(javax.faces.context.FacesContext)</CODE></A>. The default implementation returns <code>null</code>.</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="javax/faces/component/ActionSource.html#setAction(javax.faces.el.MethodBinding)">javax.faces.component.ActionSource.setAction(MethodBinding)</A><BR> <I>This has been replaced by <A HREF="javax/faces/component/ActionSource2.html#setActionExpression(javax.el.MethodExpression)"><CODE>ActionSource2.setActionExpression(javax.el.MethodExpression)</CODE></A>.</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="javax/faces/component/UICommand.html#setAction(javax.faces.el.MethodBinding)">javax.faces.component.UICommand.setAction(MethodBinding)</A><BR> <I>This has been replaced by <A HREF="javax/faces/component/UICommand.html#setActionExpression(javax.el.MethodExpression)"><CODE>UICommand.setActionExpression(javax.el.MethodExpression)</CODE></A>.</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="javax/faces/component/ActionSource.html#setActionListener(javax.faces.el.MethodBinding)">javax.faces.component.ActionSource.setActionListener(MethodBinding)</A><BR> <I>This has been replaced by <A HREF="javax/faces/component/ActionSource.html#addActionListener(javax.faces.event.ActionListener)"><CODE>ActionSource.addActionListener(javax.faces.event.ActionListener)</CODE></A>.</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="javax/faces/component/UICommand.html#setActionListener(javax.faces.el.MethodBinding)">javax.faces.component.UICommand.setActionListener(MethodBinding)</A><BR> <I>This has been replaced by <A HREF="javax/faces/component/UICommand.html#addActionListener(javax.faces.event.ActionListener)"><CODE>UICommand.addActionListener(javax.faces.event.ActionListener)</CODE></A>.</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="javax/xml/bind/Validator.html#setEventHandler(javax.xml.bind.ValidationEventHandler)">javax.xml.bind.Validator.setEventHandler(ValidationEventHandler)</A><BR> <I>since JAXB2.0</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="javax/resource/ResourceException.html#setLinkedException(java.lang.Exception)">javax.resource.ResourceException.setLinkedException(Exception)</A><BR> <I>J2SE release 1.4 supports a chained exception facility that allows any throwable to know about another throwable, if any, that caused it to get thrown. Refer to <code>getCause</code> and <code>initCause</code> methods of the <code>java.lang.Throwable</code> class.</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="javax/resource/cci/ResourceWarning.html#setLinkedWarning(javax.resource.cci.ResourceWarning)">javax.resource.cci.ResourceWarning.setLinkedWarning(ResourceWarning)</A><BR> <I>J2SE release 1.4 supports a chained exception facility that allows any throwable to know about another throwable, if any, that caused it to get thrown. Refer to <code>getCause</code> and <code>initCause</code> methods of the
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -