Skip navigation links

Jakarta Faces API v4.0.0
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
SEARCH

Deprecated API

Contents

  • Terminally Deprecated
  • Enums
  • Fields
  • Methods
  • Constructors
  • Enum Constants
  • Annotation Type Elements
  • Terminally Deprecated Elements
    Element
    Description
    jakarta.faces.annotation.FacesConfig.version()
    It has no effect anymore as per Jakarta Faces version 4.0; the actual impl version should be leading.
    jakarta.faces.annotation.FacesConfig.Version
    It has no effect anymore as per Jakarta Faces version 4.0; the actual impl version should be leading.
    jakarta.faces.application.ResourceHandler.JSF_SCRIPT_LIBRARY_NAME
    Use ResourceHandler.FACES_SCRIPT_LIBRARY_NAME instead.
    jakarta.faces.application.ResourceHandler.JSF_SCRIPT_RESOURCE_NAME
    Use ResourceHandler.FACES_SCRIPT_RESOURCE_NAME instead.
    jakarta.faces.application.ViewHandler.DEFAULT_SUFFIX
    Use ViewHandler.DEFAULT_FACELETS_SUFFIX instead.
    jakarta.faces.application.ViewHandler.DEFAULT_SUFFIX_PARAM_NAME
    Use ViewHandler.FACELETS_SUFFIX_PARAM_NAME instead.
    jakarta.faces.component.html.HtmlInputFile.getAlt()
    This attribute is actually not specified in HTML. Do not use it on this component.
    jakarta.faces.component.html.HtmlInputFile.getAutocomplete()
    This attribute is actually not specified in HTML. Do not use it on this component.
    jakarta.faces.component.html.HtmlInputFile.getMaxlength()
    This attribute is actually not specified in HTML. Do not use it on this component.
    jakarta.faces.component.html.HtmlInputFile.getSize()
    This attribute is actually not specified in HTML. Do not use it on this component.
    jakarta.faces.component.html.HtmlInputFile.isReadonly()
    This attribute is actually not specified in HTML. Do not use it on this component.
    jakarta.faces.component.html.HtmlInputFile.PropertyKeys.alt
    jakarta.faces.component.html.HtmlInputFile.PropertyKeys.autocomplete
    jakarta.faces.component.html.HtmlInputFile.PropertyKeys.maxlength
    jakarta.faces.component.html.HtmlInputFile.PropertyKeys.readonly
    jakarta.faces.component.html.HtmlInputFile.PropertyKeys.size
    jakarta.faces.component.html.HtmlInputFile.setAlt(String)
    This attribute is actually not specified in HTML. Do not use it on this component.
    jakarta.faces.component.html.HtmlInputFile.setAutocomplete(String)
    This attribute is actually not specified in HTML. Do not use it on this component.
    jakarta.faces.component.html.HtmlInputFile.setMaxlength(int)
    This attribute is actually not specified in HTML. Do not use it on this component.
    jakarta.faces.component.html.HtmlInputFile.setReadonly(boolean)
    This attribute is actually not specified in HTML. Do not use it on this component.
    jakarta.faces.component.html.HtmlInputFile.setSize(int)
    This attribute is actually not specified in HTML. Do not use it on this component.
    jakarta.faces.component.html.HtmlInputSecret.getAlt()
    This attribute is actually not specified in HTML. Do not use it on this component.
    jakarta.faces.component.html.HtmlInputSecret.PropertyKeys.alt
    jakarta.faces.component.html.HtmlInputSecret.setAlt(String)
    This attribute is actually not specified in HTML. Do not use it on this component.
  • Deprecated Enums
    Enum
    Description
    jakarta.faces.annotation.FacesConfig.Version
    It has no effect anymore as per Jakarta Faces version 4.0; the actual impl version should be leading.
  • Deprecated Fields
    Field
    Description
    jakarta.faces.application.ResourceHandler.JSF_SCRIPT_LIBRARY_NAME
    Use ResourceHandler.FACES_SCRIPT_LIBRARY_NAME instead.
    jakarta.faces.application.ResourceHandler.JSF_SCRIPT_RESOURCE_NAME
    Use ResourceHandler.FACES_SCRIPT_RESOURCE_NAME instead.
    jakarta.faces.application.ViewHandler.DEFAULT_SUFFIX
    Use ViewHandler.DEFAULT_FACELETS_SUFFIX instead.
    jakarta.faces.application.ViewHandler.DEFAULT_SUFFIX_PARAM_NAME
    Use ViewHandler.FACELETS_SUFFIX_PARAM_NAME instead.
    jakarta.faces.component.UIComponent.bindings
  • Deprecated Methods
    Method
    Description
    com.sun.faces.application.view.ViewScopeContextManager.clear(FacesContext, Map<String, Object>)
    com.sun.faces.application.view.ViewScopeManager.clear(FacesContext, Map<String, Object>)
    jakarta.faces.annotation.FacesConfig.version()
    It has no effect anymore as per Jakarta Faces version 4.0; the actual impl version should be leading.
    jakarta.faces.component.html.HtmlInputFile.getAlt()
    This attribute is actually not specified in HTML. Do not use it on this component.
    jakarta.faces.component.html.HtmlInputFile.getAutocomplete()
    This attribute is actually not specified in HTML. Do not use it on this component.
    jakarta.faces.component.html.HtmlInputFile.getMaxlength()
    This attribute is actually not specified in HTML. Do not use it on this component.
    jakarta.faces.component.html.HtmlInputFile.getSize()
    This attribute is actually not specified in HTML. Do not use it on this component.
    jakarta.faces.component.html.HtmlInputFile.isReadonly()
    This attribute is actually not specified in HTML. Do not use it on this component.
    jakarta.faces.component.html.HtmlInputFile.setAlt(String)
    This attribute is actually not specified in HTML. Do not use it on this component.
    jakarta.faces.component.html.HtmlInputFile.setAutocomplete(String)
    This attribute is actually not specified in HTML. Do not use it on this component.
    jakarta.faces.component.html.HtmlInputFile.setMaxlength(int)
    This attribute is actually not specified in HTML. Do not use it on this component.
    jakarta.faces.component.html.HtmlInputFile.setReadonly(boolean)
    This attribute is actually not specified in HTML. Do not use it on this component.
    jakarta.faces.component.html.HtmlInputFile.setSize(int)
    This attribute is actually not specified in HTML. Do not use it on this component.
    jakarta.faces.component.html.HtmlInputSecret.getAlt()
    This attribute is actually not specified in HTML. Do not use it on this component.
    jakarta.faces.component.html.HtmlInputSecret.setAlt(String)
    This attribute is actually not specified in HTML. Do not use it on this component.
  • Deprecated Constructors
    Constructor
    Description
    jakarta.faces.application.ApplicationFactory()
    Use the other constructor taking the implementation being wrapped.
    jakarta.faces.application.ApplicationWrapper()
    Use the other constructor taking the implementation being wrapped.
    jakarta.faces.application.ConfigurableNavigationHandlerWrapper()
    Use the other constructor taking the implementation being wrapped.
    jakarta.faces.application.NavigationCaseWrapper()
    Use the other constructor taking the implementation being wrapped.
    jakarta.faces.application.NavigationHandlerWrapper()
    Use the other constructor taking the implementation being wrapped.
    jakarta.faces.application.ResourceHandlerWrapper()
    Use the other constructor taking the implementation being wrapped.
    jakarta.faces.application.ResourceWrapper()
    Use the other constructor taking the implementation being wrapped.
    jakarta.faces.application.ViewHandlerWrapper()
    Use the other constructor taking the implementation being wrapped.
    jakarta.faces.component.visit.VisitContextFactory()
    Use the other constructor taking the implementation being wrapped.
    jakarta.faces.component.visit.VisitContextWrapper()
    Use the other constructor taking the implementation being wrapped.
    jakarta.faces.context.ExceptionHandlerFactory()
    Use the other constructor taking the implementation being wrapped.
    jakarta.faces.context.ExceptionHandlerWrapper()
    Use the other constructor taking the implementation being wrapped.
    jakarta.faces.context.ExternalContextFactory()
    Use the other constructor taking the implementation being wrapped.
    jakarta.faces.context.ExternalContextWrapper()
    Use the other constructor taking the implementation being wrapped.
    jakarta.faces.context.FacesContextFactory()
    Use the other constructor taking the implementation being wrapped.
    jakarta.faces.context.FacesContextWrapper()
    Use the other constructor taking the implementation being wrapped.
    jakarta.faces.context.FlashFactory()
    Use the other constructor taking the implementation being wrapped.
    jakarta.faces.context.FlashWrapper()
    Use the other constructor taking the implementation being wrapped.
    jakarta.faces.context.PartialViewContextFactory()
    Use the other constructor taking the implementation being wrapped.
    jakarta.faces.context.PartialViewContextWrapper()
    Use the other constructor taking the implementation being wrapped.
    jakarta.faces.context.ResponseWriterWrapper()
    Use the other constructor taking the implementation being wrapped.
    jakarta.faces.flow.FlowHandlerFactoryWrapper()
    Use the other constructor taking the implementation being wrapped.
    jakarta.faces.lifecycle.ClientWindowFactory()
    Use the other constructor taking the implementation being wrapped.
    jakarta.faces.lifecycle.ClientWindowWrapper()
    Use the other constructor taking the implementation being wrapped.
    jakarta.faces.lifecycle.LifecycleFactory()
    Use the other constructor taking the implementation being wrapped.
    jakarta.faces.lifecycle.LifecycleWrapper()
    Use the other constructor taking the implementation being wrapped.
    jakarta.faces.render.RendererWrapper()
    Use the other constructor taking the implementation being wrapped.
    jakarta.faces.render.RenderKitFactory()
    Use the other constructor taking the implementation being wrapped.
    jakarta.faces.render.RenderKitWrapper()
    Use the other constructor taking the implementation being wrapped.
    jakarta.faces.view.facelets.FaceletCacheFactory()
    Use the other constructor taking the implementation being wrapped.
    jakarta.faces.view.facelets.TagHandlerDelegateFactory()
    Use the other constructor taking the implementation being wrapped.
    jakarta.faces.view.ViewDeclarationLanguageFactory()
    Use the other constructor taking the implementation being wrapped.
    jakarta.faces.view.ViewDeclarationLanguageWrapper()
    Use the other constructor taking the implementation being wrapped.
  • Deprecated Enum Constants
    Enum Constant
    Description
    jakarta.faces.component.html.HtmlInputFile.PropertyKeys.alt
    jakarta.faces.component.html.HtmlInputFile.PropertyKeys.autocomplete
    jakarta.faces.component.html.HtmlInputFile.PropertyKeys.maxlength
    jakarta.faces.component.html.HtmlInputFile.PropertyKeys.readonly
    jakarta.faces.component.html.HtmlInputFile.PropertyKeys.size
    jakarta.faces.component.html.HtmlInputSecret.PropertyKeys.alt
  • Deprecated Annotation Type Elements
    Annotation Type Element
    Description
    jakarta.faces.annotation.FacesConfig.version()
    It has no effect anymore as per Jakarta Faces version 4.0; the actual impl version should be leading.

Comments to: faces-dev@eclipse.org.
Copyright © 2019, 2022 Eclipse Foundation. All rights reserved.
Use is subject to license terms.