javax.validation.ConstraintValidatorContext.ConstraintViolationBuilder.addNode(String)
|
javax.validation.ConstraintValidatorContext.ConstraintViolationBuilder.NodeBuilderDefinedContext.addNode(String)
|
javax.validation.ConstraintValidatorContext.ConstraintViolationBuilder.NodeBuilderCustomizableContext.addNode(String)
|
javax.validation.ConstraintValidatorContext.ConstraintViolationBuilder.NodeContextBuilder.addNode(String)
|
javax.xml.soap.SOAPElementFactory.create(Name)
Use
javax.xml.soap.SOAPFactory.createElement(javax.xml.soap.Name)
instead
|
javax.xml.soap.SOAPElementFactory.create(String)
Use
javax.xml.soap.SOAPFactory.createElement(String localName) instead
|
javax.xml.soap.SOAPElementFactory.create(String, String, String)
Use
javax.xml.soap.SOAPFactory.createElement(String localName,
String prefix,
String uri)
instead
|
javax.faces.application.ApplicationWrapper.createComponent(ValueBinding, FacesContext, String)
See superclass for alternative.
|
javax.faces.application.Application.createComponent(ValueBinding, FacesContext, String)
|
javax.faces.application.ApplicationWrapper.createMethodBinding(String, Class>[])
See superclass for alternative.
|
javax.faces.application.Application.createMethodBinding(String, Class>[])
|
javax.xml.bind.JAXBContext.createValidator()
since JAXB2.0
|
javax.faces.application.Application.createValueBinding(String)
|
javax.enterprise.deploy.spi.DeploymentManager.distribute(Target[], InputStream, InputStream)
|
javax.faces.webapp.UIComponentClassicTagBase.encodeBegin()
No encoding is done during JSP page execution.
Encoding is deferred until the page has completed executing to
allow the entire tree to be built before any encoding occurs.
|
javax.faces.webapp.UIComponentClassicTagBase.encodeChildren()
No encoding is done during JSP page execution.
Encoding is deferred until the page has completed executing to
allow the entire tree to be built before any encoding occurs.
|
javax.faces.webapp.UIComponentClassicTagBase.encodeEnd()
No encoding is done during JSP page execution.
Encoding is deferred until the page has completed executing to
allow the entire tree to be built before any encoding occurs.
|
javax.servlet.http.HttpServletResponseWrapper.encodeRedirectUrl(String)
|
javax.servlet.http.HttpServletResponse.encodeRedirectUrl(String)
As of version 2.1, use
encodeRedirectURL(String url) instead
|
javax.servlet.http.HttpServletResponseWrapper.encodeUrl(String)
|
javax.servlet.http.HttpServletResponse.encodeUrl(String)
As of version 2.1, use encodeURL(String url) instead
|
javax.faces.application.ApplicationWrapper.evaluateExpressionGet(FacesContext, String, Class extends T>)
See superclass for alternative.
|
javax.faces.component.UIViewAction.getAction() |
javax.faces.component.UICommand.getAction()
|
javax.faces.component.ActionSource.getAction()
|
javax.faces.component.UIViewAction.getActionListener() |
javax.faces.component.UICommand.getActionListener()
|
javax.faces.component.ActionSource.getActionListener()
|
javax.ejb.EJBContext.getCallerIdentity()
Use Principal getCallerPrincipal() instead.
|
javax.faces.render.ResponseStateManager.getComponentStateToRestore(FacesContext)
|
javax.faces.application.StateManager.getComponentStateToSave(FacesContext)
the distinction between tree structure and component
state is now an implementation detail. The default
implementation returns null .
|
javax.ejb.EJBContext.getEnvironment()
Use the JNDI naming context java:comp/env to access
enterprise bean's environment.
|
javax.xml.bind.Validator.getEventHandler()
since JAXB2.0
|
javax.servlet.jsp.JspContext.getExpressionEvaluator()
|
javax.servlet.http.HttpSessionContext.getIds()
As of Java Servlet API 2.1 with
no replacement. This method must return
an empty Enumeration and will be removed
in a future version of this API.
|
javax.resource.ResourceException.getLinkedException()
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 getCause and
initCause methods of the
java.lang.Throwable class..
|
javax.resource.cci.ResourceWarning.getLinkedWarning()
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 getCause and
initCause methods of the
java.lang.Throwable class.
|
javax.enterprise.deploy.model.DeployableObject.getModuleDTDVersion()
As of version 1.1 replaced by
DDBeanRoot.getDDBeanRootVersion()
|
javax.enterprise.deploy.model.DDBeanRoot.getModuleDTDVersion()
As of version 1.1 replaced by
DDBeanRoot.getDDBeanRootVersion()
|
javax.xml.bind.Validator.getProperty(String)
since JAXB2.0
|
javax.faces.application.ApplicationWrapper.getPropertyResolver()
See superclass for alternative.
|
javax.faces.application.Application.getPropertyResolver()
|
javax.servlet.ServletRequestWrapper.getRealPath(String)
|
javax.servlet.ServletRequest.getRealPath(String)
|
javax.servlet.jsp.JspException.getRootCause()
|
javax.servlet.UnavailableException.getServlet()
As of Java Servlet API 2.2, with no replacement.
Returns the servlet that is reporting its unavailability.
|
javax.servlet.ServletContext.getServlet(String)
As of Java Servlet API 2.1, with no direct replacement.
This method was originally defined to retrieve a servlet
from a ServletContext . In this version, this method
always returns null and remains only to preserve
binary compatibility. This method will be permanently removed
in a future version of the Java Servlet API.
In lieu of this method, servlets can share information using the
ServletContext class and can perform shared business logic
by invoking methods on common non-servlet classes.
|
javax.servlet.ServletContext.getServletNames()
As of Java Servlet API 2.1, with no replacement.
This method was originally defined to return an
Enumeration
of all the servlet names known to this context. In this version,
this method always returns an empty Enumeration and
remains only to preserve binary compatibility. This method will
be permanently removed in a future version of the Java Servlet API.
|
javax.servlet.ServletContext.getServlets()
As of Java Servlet API 2.0, with no replacement.
This method was originally defined to return an
Enumeration of all the servlets known to this servlet
context.
In this version, this method always returns an empty enumeration and
remains only to preserve binary compatibility. This method
will be permanently removed in a future version of the Java
Servlet API.
|
javax.servlet.http.HttpSessionContext.getSession(String)
As of Java Servlet API 2.1 with
no replacement. This method must
return null and will be removed in
a future version of this API.
|
javax.servlet.http.HttpSession.getSessionContext()
As of Version 2.1, this method is
deprecated and has no replacement.
It will be removed in a future
version of the Java Servlet API.
|
javax.faces.render.ResponseStateManager.getTreeStructureToRestore(FacesContext, String)
|
javax.faces.application.StateManager.getTreeStructureToSave(FacesContext)
the distinction between tree structure and component
state is now an implementation detail. The default
implementation returns null .
|
javax.faces.component.UIInput.getValidator()
|
javax.faces.component.EditableValueHolder.getValidator()
|
javax.servlet.http.HttpSession.getValue(String)
|
javax.faces.component.UISelectMany.getValueBinding(String)
|
javax.faces.component.UISelectBoolean.getValueBinding(String)
|
javax.faces.component.UIGraphic.getValueBinding(String)
|
javax.faces.component.UIComponentBase.getValueBinding(String)
|
javax.faces.component.UIComponent.getValueBinding(String)
|
javax.faces.component.EditableValueHolder.getValueChangeListener()
|
javax.servlet.http.HttpSession.getValueNames()
|
javax.faces.application.ApplicationWrapper.getVariableResolver()
See superclass for alternative.
|
javax.faces.application.Application.getVariableResolver()
|
javax.servlet.jsp.JspContext.getVariableResolver()
|
javax.ejb.EJBContext.isCallerInRole(Identity)
Use boolean isCallerInRole(String roleName) instead.
|
javax.el.MethodExpression.isParmetersProvided() |
javax.servlet.http.HttpServletRequest.isRequestedSessionIdFromUrl()
|
javax.xml.bind.Unmarshaller.isValidating()
|
javax.servlet.ServletContext.log(Exception, String)
|
javax.servlet.http.HttpSession.putValue(String, Object)
|
javax.servlet.http.HttpSession.removeValue(String)
|
javax.faces.application.StateManager.restoreComponentState(FacesContext, UIViewRoot, String)
the distinction between tree structure and component
state is now an implementation detail. The default
implementation does nothing.
|
javax.faces.application.StateManager.restoreTreeStructure(FacesContext, String, String)
the distinction between tree structure and component
state is now an implementation detail. The default
implementation returns null .
|
javax.faces.application.StateManager.restoreView(FacesContext, String, String) |
javax.faces.application.StateManager.saveSerializedView(FacesContext)
|
javax.faces.application.StateManager.saveView(FacesContext) |
javax.faces.component.UIViewAction.setAction(MethodBinding) |
javax.faces.component.UICommand.setAction(MethodBinding)
|
javax.faces.component.ActionSource.setAction(MethodBinding)
|
javax.faces.component.UIViewAction.setActionListener(MethodBinding) |
javax.faces.component.UICommand.setActionListener(MethodBinding)
|
javax.faces.component.ActionSource.setActionListener(MethodBinding)
|
javax.xml.bind.Validator.setEventHandler(ValidationEventHandler)
since JAXB2.0
|
javax.resource.ResourceException.setLinkedException(Exception)
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 getCause and
initCause methods of the
java.lang.Throwable class.
|
javax.resource.cci.ResourceWarning.setLinkedWarning(ResourceWarning)
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 getCause and
initCause methods of the
java.lang.Throwable class.
|
javax.xml.bind.Validator.setProperty(String, Object)
since JAXB2.0
|
javax.faces.application.ApplicationWrapper.setPropertyResolver(PropertyResolver)
See superclass for alternative.
|
javax.faces.application.Application.setPropertyResolver(PropertyResolver)
The recommended way to affect the execution of the EL
is to provide an <el-resolver> 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 resolver to
be wrapped inside an implementation of ELResolver and
exposed to the EL resolution system as if the user had called
Application.addELResolver(javax.el.ELResolver) .
|
javax.servlet.http.HttpServletResponseWrapper.setStatus(int, String)
|
javax.servlet.http.HttpServletResponse.setStatus(int, String)
As of version 2.1, due to ambiguous meaning of the
message parameter. To set a status code
use setStatus(int) , to send an error with a description
use sendError(int, String) .
Sets the status code and message for this response.
|
javax.xml.bind.Unmarshaller.setValidating(boolean)
|
javax.faces.component.UIInput.setValidator(MethodBinding)
|
javax.faces.component.EditableValueHolder.setValidator(MethodBinding)
|
javax.faces.component.UISelectMany.setValueBinding(String, ValueBinding)
|
javax.faces.component.UISelectBoolean.setValueBinding(String, ValueBinding)
|
javax.faces.component.UIGraphic.setValueBinding(String, ValueBinding)
|
javax.faces.component.UIData.setValueBinding(String, ValueBinding)
|
javax.faces.component.UIComponentBase.setValueBinding(String, ValueBinding)
|
javax.faces.component.UIComponent.setValueBinding(String, ValueBinding)
|
javax.faces.component.UIInput.setValueChangeListener(MethodBinding)
|
javax.faces.component.EditableValueHolder.setValueChangeListener(MethodBinding)
|
javax.faces.application.ApplicationWrapper.setVariableResolver(VariableResolver)
See superclass for alternative.
|
javax.faces.application.Application.setVariableResolver(VariableResolver)
The recommended way to affect the execution of the EL
is to provide an <el-resolver> 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 resolver to
be wrapped inside an implementation of ELResolver and
exposed to the EL resolution system as if the user had called
Application.addELResolver(javax.el.ELResolver) .
|
javax.xml.bind.Validator.validate(Object)
since JAXB2.0
|
javax.xml.bind.Validator.validateRoot(Object)
since JAXB2.0
|
javax.faces.application.StateManager.writeState(FacesContext, StateManager.SerializedView)
|
javax.faces.render.ResponseStateManager.writeState(FacesContext, StateManager.SerializedView)
|