Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
F
- Facelet - Class in jakarta.faces.view.facelets
-
The parent or root object in a FaceletHandler composition.
- Facelet() - Constructor for class jakarta.faces.view.facelets.Facelet
- FACELET_CACHE_FACTORY - Static variable in class jakarta.faces.FactoryFinder
-
The property name for the
FaceletCacheFactory
class name. - FACELET_CONTEXT_KEY - Static variable in class jakarta.faces.view.facelets.FaceletContext
-
The key in the FacesContext attribute map for the FaceletContext instance.
- FACELET_FACTORY - Static variable in class com.sun.faces.util.RequestStateManager
-
Used to store the FaceletFactory as other components may need to use it during their processing.
- FACELET_TAGLIB_2_0_XSD - Static variable in class com.sun.faces.config.manager.FacesSchema.Schemas
- FACELET_TAGLIB_2_0_XSD_FILE - Static variable in class com.sun.faces.config.manager.FacesSchema.Schemas
- FACELET_TAGLIB_2_2_XSD - Static variable in class com.sun.faces.config.manager.FacesSchema.Schemas
- FACELET_TAGLIB_2_2_XSD_FILE - Static variable in class com.sun.faces.config.manager.FacesSchema.Schemas
- FACELET_TAGLIB_2_3_XSD - Static variable in class com.sun.faces.config.manager.FacesSchema.Schemas
- FACELET_TAGLIB_2_3_XSD_FILE - Static variable in class com.sun.faces.config.manager.FacesSchema.Schemas
- FACELET_TAGLIB_20 - Enum constant in enum class com.sun.faces.config.manager.FacesSchema
- FACELET_TAGLIB_22 - Enum constant in enum class com.sun.faces.config.manager.FacesSchema
- FACELET_TAGLIB_23 - Enum constant in enum class com.sun.faces.config.manager.FacesSchema
- FACELET_TAGLIB_3_0_XSD - Static variable in class com.sun.faces.config.manager.FacesSchema.Schemas
- FACELET_TAGLIB_3_0_XSD_FILE - Static variable in class com.sun.faces.config.manager.FacesSchema.Schemas
- FACELET_TAGLIB_30 - Enum constant in enum class com.sun.faces.config.manager.FacesSchema
- FACELET_TAGLIB_4_0_XSD - Static variable in class com.sun.faces.config.manager.FacesSchema.Schemas
- FACELET_TAGLIB_4_0_XSD_FILE - Static variable in class com.sun.faces.config.manager.FacesSchema.Schemas
- FACELET_TAGLIB_40 - Enum constant in enum class com.sun.faces.config.manager.FacesSchema
- FaceletCache<V> - Class in jakarta.faces.view.facelets
-
This API defines the facility by which the Facelets
ViewDeclarationLanguage
creates and caches instances of Facelets. - FaceletCache() - Constructor for class jakarta.faces.view.facelets.FaceletCache
- FaceletCache.MemberFactory<V> - Interface in jakarta.faces.view.facelets
-
Factory interface for creating Facelet or View Metadata Facelet instances.
- FaceletCacheFactory - Class in jakarta.faces.view.facelets
-
Allows customization of the implementation of
FaceletCache
. - FaceletCacheFactory() - Constructor for class jakarta.faces.view.facelets.FaceletCacheFactory
-
Deprecated.Use the other constructor taking the implementation being wrapped.
- FaceletCacheFactory(FaceletCacheFactory) - Constructor for class jakarta.faces.view.facelets.FaceletCacheFactory
-
If this factory has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.
- FaceletCacheFactoryImpl - Class in com.sun.faces.facelets.impl
-
Default implementation of
FaceletCacheFactory
. - FaceletCacheFactoryImpl() - Constructor for class com.sun.faces.facelets.impl.FaceletCacheFactoryImpl
- FaceletConfig - Enum constant in enum class com.sun.faces.spi.ConfigurationResourceProviderFactory.ProviderType
-
ConfigurationResourceProvider type for configuration resources that follow the Facelet taglib DTD/Schema.
- FaceletConfigResourceProvider - Interface in com.sun.faces.spi
-
Classes that implement this interface return zero or more
URL
s which refer to application configuration resources (i.e. - FaceletContext - Class in jakarta.faces.view.facelets
-
Context representative of a single request from a Facelet.
- FaceletContext() - Constructor for class jakarta.faces.view.facelets.FaceletContext
- FaceletContextImplBase - Class in com.sun.faces.facelets
- FaceletContextImplBase() - Constructor for class com.sun.faces.facelets.FaceletContextImplBase
- FaceletDoctype - Class in com.sun.faces.facelets.compiler
- FaceletDoctype(String, String, String) - Constructor for class com.sun.faces.facelets.compiler.FaceletDoctype
- FaceletException - Exception Class in jakarta.faces.view.facelets
-
An Exception from the Facelet implementation
- FaceletException() - Constructor for exception class jakarta.faces.view.facelets.FaceletException
-
Create an empty
FaceletException
. - FaceletException(String) - Constructor for exception class jakarta.faces.view.facelets.FaceletException
-
Create a
FaceletException
with argumentmessage
as the message. - FaceletException(String, Throwable) - Constructor for exception class jakarta.faces.view.facelets.FaceletException
-
Wrap argument
cause
in aFaceletException
instance, with a message given by the argumentmessage
. - FaceletException(Throwable) - Constructor for exception class jakarta.faces.view.facelets.FaceletException
-
Wrap argument
cause
within thisFaceletException
instance. - FaceletFullStateManagementStrategy - Class in com.sun.faces.application.view
-
A state management strategy for FSS.
- FaceletFullStateManagementStrategy() - Constructor for class com.sun.faces.application.view.FaceletFullStateManagementStrategy
-
Constructor.
- FaceletFullStateManagementStrategy(FacesContext) - Constructor for class com.sun.faces.application.view.FaceletFullStateManagementStrategy
-
Constructor.
- FaceletHandler - Interface in jakarta.faces.view.facelets
-
This is the root class for markup elements in Facelets VDL.
- FaceletLibraryInfo - Class in com.sun.faces.application.resource
- FaceletLibraryInfo(String, VersionInfo, String, String, ResourceHelper, URL) - Constructor for class com.sun.faces.application.resource.FaceletLibraryInfo
- FaceletPartialStateManagementStrategy - Class in com.sun.faces.application.view
-
The state management strategy for PSS.
- FaceletPartialStateManagementStrategy() - Constructor for class com.sun.faces.application.view.FaceletPartialStateManagementStrategy
-
Constructor.
- FaceletPartialStateManagementStrategy(FacesContext) - Constructor for class com.sun.faces.application.view.FaceletPartialStateManagementStrategy
-
Constructor.
- FaceletResourceInfo - Class in com.sun.faces.application.resource
- FACELETS_BUFFER_SIZE_PARAM_NAME - Static variable in class jakarta.faces.application.ViewHandler
-
The buffer size to set on the response when the ResponseWriter is generated.
- FACELETS_COMPILER - Enum constant in enum class com.sun.faces.util.FacesLogger
- FACELETS_COMPONENT - Enum constant in enum class com.sun.faces.util.FacesLogger
- FACELETS_COMPOSITION - Enum constant in enum class com.sun.faces.util.FacesLogger
- FACELETS_CONFIGURATION_ATTRIBUTE_NAME - Static variable in class com.sun.faces.config.FaceletsConfiguration
- FACELETS_DECORATE - Enum constant in enum class com.sun.faces.util.FacesLogger
- FACELETS_DECORATORS_PARAM_NAME - Static variable in class jakarta.faces.application.ViewHandler
-
A semicolon (;) delimitted list of class names of type jakarta.faces.view.facelets.TagDecorator, with a no-argument constructor.
- FACELETS_EL - Enum constant in enum class com.sun.faces.util.FacesLogger
- FACELETS_ENCODING_KEY - Static variable in class com.sun.faces.RIConstants
- FACELETS_FACELET - Enum constant in enum class com.sun.faces.util.FacesLogger
- FACELETS_FACTORY - Enum constant in enum class com.sun.faces.util.FacesLogger
- FACELETS_INCLUDE - Enum constant in enum class com.sun.faces.util.FacesLogger
- FACELETS_LIBRARIES_PARAM_NAME - Static variable in class jakarta.faces.application.ViewHandler
-
If this param is set, the runtime must interpret it as a semicolon (;) separated list of paths, starting with "/" (without the quotes).
- FACELETS_META - Enum constant in enum class com.sun.faces.util.FacesLogger
- FACELETS_REFRESH_PERIOD_PARAM_NAME - Static variable in class jakarta.faces.application.ViewHandler
-
When a page is requested, what interval in seconds should the compiler check for changes.
- FACELETS_SKIP_COMMENTS_PARAM_NAME - Static variable in class jakarta.faces.application.ViewHandler
-
If this param is set, and calling toLowerCase().equals("true") on a String representation of its value returns true, the runtime must ensure that any XML comments in the Facelets source page are not delivered to the client.
- FACELETS_SUFFIX_PARAM_NAME - Static variable in class jakarta.faces.application.ViewHandler
-
Allow the web application to define a list of alternate suffixes for Facelet based XHTML pages containing Jakarta Faces content.
- FACELETS_VIEW_DECLARATION_LANGUAGE_ID - Static variable in class jakarta.faces.view.ViewDeclarationLanguage
-
Identifier for the Facelets view declaration language.
- FACELETS_VIEW_MAPPINGS_PARAM_NAME - Static variable in class jakarta.faces.application.ViewHandler
-
Allow the web application to define a semicolon (;) separated list of strings that is used to forcibly declare that certain pages in the application must be interpreted as using Facelets, regardless of their extension.
- FaceletsAttachedObjectHandler - Class in jakarta.faces.view.facelets
-
Root class for all tag handlers that represent attached objetcts in a Facelets page.
- FaceletsAttachedObjectHandler(TagConfig) - Constructor for class jakarta.faces.view.facelets.FaceletsAttachedObjectHandler
-
Call through to super
- FaceletsBufferSize - Enum constant in enum class com.sun.faces.config.WebConfiguration.WebContextInitParameter
- FaceletsConfiguration - Class in com.sun.faces.config
- FaceletsConfiguration(WebConfiguration) - Constructor for class com.sun.faces.config.FaceletsConfiguration
- FaceletsDecorators - Enum constant in enum class com.sun.faces.config.WebConfiguration.WebContextInitParameter
- FaceletsDefaultRefreshPeriod - Enum constant in enum class com.sun.faces.config.WebConfiguration.WebContextInitParameter
- FaceletsLibraries - Enum constant in enum class com.sun.faces.config.WebConfiguration.WebContextInitParameter
- FaceletsProcessingFileExtensionProcessAs - Enum constant in enum class com.sun.faces.config.WebConfiguration.WebContextInitParameter
- FaceletsSkipComments - Enum constant in enum class com.sun.faces.config.WebConfiguration.BooleanWebContextInitParameter
- FaceletsSuffix - Enum constant in enum class com.sun.faces.config.WebConfiguration.WebContextInitParameter
- FaceletsViewMappings - Enum constant in enum class com.sun.faces.config.WebConfiguration.WebContextInitParameter
- FaceletTaglibConfigProcessor - Class in com.sun.faces.config.processor
-
This
ConfigProcessor
handles all elements defined under/faces-taglib
. - FaceletTaglibConfigProcessor() - Constructor for class com.sun.faces.config.processor.FaceletTaglibConfigProcessor
- FaceletViewHandlingStrategy - Class in com.sun.faces.application.view
-
This
ViewHandlingStrategy
handles Facelets/PDL-based views. - FaceletViewHandlingStrategy() - Constructor for class com.sun.faces.application.view.FaceletViewHandlingStrategy
- FaceletViewHandlingStrategy.NullWriter - Class in com.sun.faces.application.view
-
Simple no-op writer.
- FaceletWebappResourceHelper - Class in com.sun.faces.application.resource
- FaceletWebappResourceHelper(WebappResourceHelper) - Constructor for class com.sun.faces.application.resource.FaceletWebappResourceHelper
- Faces - Enum constant in enum class com.sun.faces.el.FacesCompositeELResolver.ELResolverChainType
- FACES_1_1_XSD - Static variable in class com.sun.faces.config.manager.FacesSchema.Schemas
- FACES_1_2_XSD - Static variable in class com.sun.faces.config.manager.FacesSchema.Schemas
- FACES_1_2_XSD_FILE - Static variable in class com.sun.faces.config.manager.FacesSchema.Schemas
- FACES_11 - Enum constant in enum class com.sun.faces.config.manager.FacesSchema
- FACES_12 - Enum constant in enum class com.sun.faces.config.manager.FacesSchema
- FACES_2_0_XSD - Static variable in class com.sun.faces.config.manager.FacesSchema.Schemas
- FACES_2_0_XSD_FILE - Static variable in class com.sun.faces.config.manager.FacesSchema.Schemas
- FACES_2_1_XSD - Static variable in class com.sun.faces.config.manager.FacesSchema.Schemas
- FACES_2_1_XSD_FILE - Static variable in class com.sun.faces.config.manager.FacesSchema.Schemas
- FACES_2_2_XSD - Static variable in class com.sun.faces.config.manager.FacesSchema.Schemas
- FACES_2_2_XSD_FILE - Static variable in class com.sun.faces.config.manager.FacesSchema.Schemas
- FACES_2_3_XSD - Static variable in class com.sun.faces.config.manager.FacesSchema.Schemas
- FACES_2_3_XSD_FILE - Static variable in class com.sun.faces.config.manager.FacesSchema.Schemas
- FACES_20 - Enum constant in enum class com.sun.faces.config.manager.FacesSchema
- FACES_21 - Enum constant in enum class com.sun.faces.config.manager.FacesSchema
- FACES_22 - Enum constant in enum class com.sun.faces.config.manager.FacesSchema
- FACES_23 - Enum constant in enum class com.sun.faces.config.manager.FacesSchema
- FACES_3_0_XSD - Static variable in class com.sun.faces.config.manager.FacesSchema.Schemas
- FACES_3_0_XSD_FILE - Static variable in class com.sun.faces.config.manager.FacesSchema.Schemas
- FACES_30 - Enum constant in enum class com.sun.faces.config.manager.FacesSchema
- FACES_4_0_XSD - Static variable in class com.sun.faces.config.manager.FacesSchema.Schemas
- FACES_4_0_XSD_FILE - Static variable in class com.sun.faces.config.manager.FacesSchema.Schemas
- FACES_40 - Enum constant in enum class com.sun.faces.config.manager.FacesSchema
- FACES_ANNOTATION_TYPE - Static variable in class com.sun.faces.config.manager.spi.AnnotationScanner
- FACES_ANNOTATIONS - Static variable in class com.sun.faces.config.manager.spi.AnnotationScanner
- FACES_BUNDLE_RESOLVER - Static variable in class com.sun.faces.el.ELUtils
- FACES_CONFIG_1_X_DEFAULT_NS - Static variable in class com.sun.faces.config.manager.FacesSchema.Schemas
- FACES_CONFIG_VERSION - Static variable in class com.sun.faces.RIConstants
-
Convenience key in App map and FacesContext map for spec version of faces-config.xml
- FACES_CONTEXT - Static variable in interface com.sun.faces.el.ELConstants
- FACES_CONTEXT_CONSTRUCTION_ERROR_MESSAGE_ID - Static variable in class com.sun.faces.util.MessageUtils
- FACES_CONTEXT_FACTORY - Static variable in class jakarta.faces.FactoryFinder
-
The property name for the
FacesContextFactory
class name. - FACES_CONTEXT_NOT_FOUND_ID - Static variable in class com.sun.faces.util.MessageUtils
- FACES_ENTITY_RESOLVER - Static variable in class com.sun.faces.config.manager.DbfFactory
-
EntityResolver
- FACES_ERROR_HANDLER - Static variable in class com.sun.faces.config.manager.DbfFactory
-
ErrorHandler
- FACES_FLOW - Static variable in interface com.sun.faces.el.ELConstants
- FACES_LOGGER_NAME_PREFIX - Static variable in enum class com.sun.faces.util.FacesLogger
- FACES_MESSAGES - Static variable in class jakarta.faces.application.FacesMessage
-
ResourceBundle
identifier for messages whose message identifiers are defined in the Jakarta Faces specification. - FACES_PACKAGE_PREFIX - Static variable in class com.sun.faces.config.FacesInitializer
- FACES_PREFIX - Static variable in class com.sun.faces.RIConstants
-
Used to add uniqueness to the names.
- FACES_SCRIPT_LIBRARY_NAME - Static variable in class jakarta.faces.application.ResourceHandler
-
Library name of Jakarta Faces script resource.
- FACES_SCRIPT_RESOURCE_NAME - Static variable in class jakarta.faces.application.ResourceHandler
-
Resource name of Jakarta Faces script resource.
- FACES_SERVLET_MAPPING_CANNOT_BE_DETERMINED_ID - Static variable in class com.sun.faces.util.MessageUtils
- FACES_SERVLET_MAPPING_INCORRECT_ID - Static variable in class com.sun.faces.util.MessageUtils
- FACES_SERVLET_MAPPINGS - Static variable in class com.sun.faces.RIConstants
-
Key to annotate the mappings for the FacesServlet.
- FACES_SERVLET_REGISTRATION - Static variable in class com.sun.faces.RIConstants
-
Key to annotate the registration for the FacesServlet.
- FACES_VIEW_STATE - Static variable in class com.sun.faces.util.RequestStateManager
-
Leveraged by the RequestStateManager to allow deprecated ResponseStateManager methods to continue to work if called.
- FacesBehavior - Annotation Interface in jakarta.faces.component.behavior
-
The presence of this annotation on a class automatically registers the class with the runtime as a
Behavior
. - FacesBehavior.Literal - Class in jakarta.faces.component.behavior
-
Supports inline instantiation of the
FacesBehavior
qualifier. - FacesBehaviorRenderer - Annotation Interface in jakarta.faces.render
-
The presence of this annotation on a class automatically registers the class with the runtime as a
ClientBehaviorRenderer
. - FacesComponent - Annotation Interface in jakarta.faces.component
-
The presence of this annotation on a class that extends
UIComponent
must cause the runtime to register this class as a component suitable for inclusion in a view. - FacesComponentTagLibrary - Class in com.sun.faces.facelets.tag.faces
- FacesComponentTagLibrary(String) - Constructor for class com.sun.faces.facelets.tag.faces.FacesComponentTagLibrary
- FacesComponentUsage - Class in com.sun.faces.application.annotation
- FacesComponentUsage(Class<?>, FacesComponent) - Constructor for class com.sun.faces.application.annotation.FacesComponentUsage
- FacesCompositeELResolver - Class in com.sun.faces.el
-
Maintains an ordered composite list of child
ELResolver for Faces
. - FacesCompositeELResolver() - Constructor for class com.sun.faces.el.FacesCompositeELResolver
- FacesCompositeELResolver.ELResolverChainType - Enum Class in com.sun.faces.el
-
Faces indicates this CompositeELResolver instance is the Faces chain, specified in section 5.6.2 of the spec.
- FacesConfig - Enum constant in enum class com.sun.faces.spi.ConfigurationResourceProviderFactory.ProviderType
-
ConfigurationResourceProvider type for configuration resources that follow the faces-config DTD/Schema.
- FacesConfig - Annotation Interface in jakarta.faces.annotation
-
The presence of this annotation on a class deployed within an application guarantees activation of Jakarta Faces and its CDI specific features, even when
/WEB-INF/faces-config.xml
is absent andFacesServlet
is not explicitly registered. - FacesConfig.Literal - Class in jakarta.faces.annotation
-
Supports inline instantiation of the
FacesConfig
qualifier. - FacesConfig.Version - Enum Class in jakarta.faces.annotation
-
Deprecated, for removal: This API element is subject to removal in a future version.It has no effect anymore as per Jakarta Faces version 4.0; the actual impl version should be leading.
- FacesConfigExtensionProcessor - Class in com.sun.faces.config.processor
-
This
ConfigProcessor
handles all elements defined under/faces-config/factory
. - FacesConfigExtensionProcessor() - Constructor for class com.sun.faces.config.processor.FacesConfigExtensionProcessor
- FacesConfigInfo - Class in com.sun.faces.config.manager
-
Wrapper around the
/WEB-INF/faces-config.xml
, if present, to expose information relevant to the intialization of the runtime. - FacesConfigInfo(DocumentInfo) - Constructor for class com.sun.faces.config.manager.FacesConfigInfo
-
Creates a new
WebInfFacesConfig
document based on the providedDocument
. - FacesConfigResourceProvider - Interface in com.sun.faces.spi
-
Classes that implement this interface return zero or more
URL
s which refer to application configuration resources (i.e. - FacesContext - Class in jakarta.faces.context
-
FacesContext contains all of the per-request state information related to the processing of a single Jakarta Faces request, and the rendering of the corresponding response.
- FacesContext() - Constructor for class jakarta.faces.context.FacesContext
-
Default constructor.
- FacesContextFactory - Class in jakarta.faces.context
-
FacesContextFactory is a factory object that creates (if needed) and returns new
FacesContext
instances, initialized for the processing of the specified request and response objects. - FacesContextFactory() - Constructor for class jakarta.faces.context.FacesContextFactory
-
Deprecated.Use the other constructor taking the implementation being wrapped.
- FacesContextFactory(FacesContextFactory) - Constructor for class jakarta.faces.context.FacesContextFactory
-
If this factory has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.
- FacesContextFactoryImpl - Class in com.sun.faces.context
- FacesContextFactoryImpl() - Constructor for class com.sun.faces.context.FacesContextFactoryImpl
- FacesContextImpl - Class in com.sun.faces.context
- FacesContextImpl(ExternalContext, Lifecycle) - Constructor for class com.sun.faces.context.FacesContextImpl
- FacesContextProducer - Class in com.sun.faces.cdi
-
The FacesContextProducer is the CDI producer that allows injection of the FacesContext using @Inject and allows EL resolving of #{facesContext}
- FacesContextProducer() - Constructor for class com.sun.faces.cdi.FacesContextProducer
- FacesContextWrapper - Class in jakarta.faces.context
-
Provides a simple implementation of
FacesContext
that can be subclassed by developers wishing to provide specialized behavior to an existingFacesContext
instance. - FacesContextWrapper() - Constructor for class jakarta.faces.context.FacesContextWrapper
-
Deprecated.Use the other constructor taking the implementation being wrapped.
- FacesContextWrapper(FacesContext) - Constructor for class jakarta.faces.context.FacesContextWrapper
-
If this faces context has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.
- FacesConverter - Annotation Interface in jakarta.faces.convert
-
The presence of this annotation on a class automatically registers the class with the runtime as a
Converter
. - FacesConverter.Literal - Class in jakarta.faces.convert
-
Supports inline instantiation of the
FacesConverter
qualifier. - FacesDataModel - Annotation Interface in jakarta.faces.model
- FacesDataModel.Literal - Class in jakarta.faces.model
-
Supports inline instantiation of the
FacesDataModel
qualifier. - FacesEvent - Class in jakarta.faces.event
-
FacesEvent is the base class for user interface and application events that can be fired by
UIComponent
s. - FacesEvent(UIComponent) - Constructor for class jakarta.faces.event.FacesEvent
-
Construct a new event object from the specified source component.
- FacesEvent(FacesContext, UIComponent) - Constructor for class jakarta.faces.event.FacesEvent
-
Construct a new event object from the Faces context and specified source component.
- FacesException - Exception Class in jakarta.faces
-
This class encapsulates general Jakarta Faces exceptions.
- FacesException() - Constructor for exception class jakarta.faces.FacesException
-
Construct a new exception with no detail message or root cause.
- FacesException(String) - Constructor for exception class jakarta.faces.FacesException
-
Construct a new exception with the specified detail message and no root cause.
- FacesException(String, Throwable) - Constructor for exception class jakarta.faces.FacesException
-
Construct a new exception with the specified detail message and root cause.
- FacesException(Throwable) - Constructor for exception class jakarta.faces.FacesException
-
Construct a new exception with the specified root cause.
- FacesFileNotFoundException - Exception Class in com.sun.faces.context
- FacesFileNotFoundException() - Constructor for exception class com.sun.faces.context.FacesFileNotFoundException
- FacesFileNotFoundException(String) - Constructor for exception class com.sun.faces.context.FacesFileNotFoundException
- FacesFlowDefinitionConfigProcessor - Class in com.sun.faces.config.processor
-
This
ConfigProcessor
handles all elements defined under/faces-config/flow-definition
. - FacesFlowDefinitionConfigProcessor() - Constructor for class com.sun.faces.config.processor.FacesFlowDefinitionConfigProcessor
- FacesInitializer - Class in com.sun.faces.config
-
Initializes Jakarta Faces if at least one of the following conditions is met: The
Set
of classes passed to this initializer contains an user-defined Faces type, orFacesServlet
has been explicitly mapped ,or/WEB-INF/faces-config.xml
exists If it is met, and theFacesServlet
has not been explicitly mapped, then add mappings *.xhtml, /faces, *.jsf, and *.faces for the FacesServlet. - FacesInitializer() - Constructor for class com.sun.faces.config.FacesInitializer
- FacesInitializer2 - Class in com.sun.faces.config
-
Extra ServletContainerInitializer that picks up the Resource.class annotation.
- FacesInitializer2() - Constructor for class com.sun.faces.config.FacesInitializer2
- FacesListener - Interface in jakarta.faces.event
-
A generic base interface for event listeners for various types of
FacesEvent
s. - FacesLogger - Enum Class in com.sun.faces.util
-
An
enum
of all applicationLogger
s. - FacesMessage - Class in jakarta.faces.application
-
FacesMessage represents a single validation (or other) message, which is typically associated with a particular component in the view.
- FacesMessage() - Constructor for class jakarta.faces.application.FacesMessage
-
Construct a new
FacesMessage
with no initial values. - FacesMessage(FacesMessage.Severity, String, String) - Constructor for class jakarta.faces.application.FacesMessage
-
Construct a new
FacesMessage
with the specified initial values. - FacesMessage(String) - Constructor for class jakarta.faces.application.FacesMessage
-
Construct a new
FacesMessage
with just a summary. - FacesMessage(String, String) - Constructor for class jakarta.faces.application.FacesMessage
-
Construct a new
FacesMessage
with the specified initial values. - FacesMessage.Severity - Class in jakarta.faces.application
-
Class used to represent message severity levels in a typesafe enumeration.
- FacesRenderer - Annotation Interface in jakarta.faces.render
-
The presence of this annotation on a class automatically registers the class with the runtime as a
Renderer
. - FacesResourceBundleELResolver - Class in com.sun.faces.el
- FacesResourceBundleELResolver() - Constructor for class com.sun.faces.el.FacesResourceBundleELResolver
-
Creates a new instance of FacesResourceBundleELResolver
- FacesSchema - Enum Class in com.sun.faces.config.manager
-
Central place to store all data regarding Faces and related schemas and their namespaces.
- FacesSchema.Schemas - Class in com.sun.faces.config.manager
-
Constants for individual schema files
- FacesServlet - Class in jakarta.faces.webapp
-
FacesServlet is a Jakarta Servlet servlet that manages the request processing lifecycle for web applications that are utilizing Jakarta Faces to construct the user interface.
- FacesServlet() - Constructor for class jakarta.faces.webapp.FacesServlet
- FacesValidator - Annotation Interface in jakarta.faces.validator
-
The presence of this annotation on a class automatically registers the class with the runtime as a
Validator
. - FacesValidator.Literal - Class in jakarta.faces.validator
-
Supports inline instantiation of the
FacesValidator
qualifier. - FacesWrapper<T> - Interface in jakarta.faces
-
Any wrapper class in Jakarta Faces that must provide access to the object it wraps must implement this interface.
- FacetHandler - Class in com.sun.faces.facelets.tag.faces.core
-
Register a named facet on the UIComponent associated with the closest parent UIComponent custom action.
- FacetHandler - Interface in jakarta.faces.view.facelets
-
An interface that allows other code to identify FaceletHandlers that correspond to component facets.
- FacetHandler(TagConfig) - Constructor for class com.sun.faces.facelets.tag.faces.core.FacetHandler
- FACETS_KEY - Static variable in class jakarta.faces.component.UIComponent
-
The value of this constant is used as the key in the composite component BeanDescriptor for the
Map<PropertyDescriptor>
that contains meta-information for the declared facets for this composite component. - FACTORY_NAME - Static variable in class jakarta.security.jacc.PolicyConfigurationFactory
- FACTORY_NAME - Static variable in class jakarta.security.jacc.PolicyFactory
- factoryClass() - Element in annotation interface jakarta.xml.bind.annotation.XmlType
-
Class containing a no-arg factory method for creating an instance of this class.
- FactoryConfigProcessor - Class in com.sun.faces.config.processor
-
This
ConfigProcessor
handles all elements defined under/faces-config/factory
. - FactoryConfigProcessor() - Constructor for class com.sun.faces.config.processor.FactoryConfigProcessor
- FactoryConfigProcessor(boolean) - Constructor for class com.sun.faces.config.processor.FactoryConfigProcessor
- FactoryFinder - Class in jakarta.faces
-
FactoryFinder implements the standard discovery algorithm for all factory objects specified in the Jakarta Faces APIs.
- factoryMethod() - Element in annotation interface jakarta.xml.bind.annotation.XmlType
-
Name of a no-arg factory method in the class specified in
factoryClass
factoryClass(). - failed(Throwable) - Method in interface jakarta.ws.rs.client.InvocationCallback
-
Called when the invocation has failed for any reason.
- FAILED - Enum constant in enum class jakarta.batch.runtime.BatchStatus
- failedFuture(Throwable) - Method in interface jakarta.enterprise.concurrent.ManagedExecutorService
-
Returns a new
CompletableFuture
that is already exceptionally completed with the specifiedThrowable
. - failedStage(Throwable) - Method in interface jakarta.enterprise.concurrent.ManagedExecutorService
-
Returns a new
CompletionStage
that is already exceptionally completed with the specifiedThrowable
. - FAILURE - Static variable in class jakarta.security.auth.message.AuthStatus
-
Indicates that the message processing by the authentication module was NOT successful, and that the module replaced the application message with an error message.
- False - Enum constant in enum class com.sun.faces.config.WebConfiguration.DisableUnicodeEscaping
- FALSE - Enum constant in enum class jakarta.json.JsonValue.ValueType
-
JSON false.
- FALSE - Static variable in interface jakarta.json.JsonValue
-
JSON false value.
- FAMILY - Static variable in class com.sun.faces.ext.component.UIValidateWholeBean
- FAMILY_NAME - Static variable in interface jakarta.security.enterprise.authentication.mechanism.http.openid.OpenIdConstant
- familyOf(int) - Static method in enum class jakarta.ws.rs.core.Response.Status.Family
-
Get the response status family for the status code.
- FastStringWriter - Class in com.sun.faces.io
-
This is based on
StringWriter
but backed by aStringBuilder
instead. - FastStringWriter() - Constructor for class com.sun.faces.io.FastStringWriter
-
Constructs a new
FastStringWriter
instance using the default capacity of16
. - FastStringWriter(int) - Constructor for class com.sun.faces.io.FastStringWriter
-
Constructs a new
FastStringWriter
instance using the specifiedinitialCapacity
. - FastWriter - Class in com.sun.faces.facelets.util
- FastWriter() - Constructor for class com.sun.faces.facelets.util.FastWriter
- FastWriter(int) - Constructor for class com.sun.faces.facelets.util.FastWriter
- FATAL_ERROR - Static variable in interface jakarta.xml.bind.ValidationEvent
-
Conditions that correspond to the definition of "fatal error" in section 1.2 of the W3C XML 1.0 Recommendation
- fatalClass - Enum constant in enum class jakarta.faces.component.html.HtmlMessage.PropertyKeys
- fatalClass - Enum constant in enum class jakarta.faces.component.html.HtmlMessages.PropertyKeys
- fatalStyle - Enum constant in enum class jakarta.faces.component.html.HtmlMessage.PropertyKeys
- fatalStyle - Enum constant in enum class jakarta.faces.component.html.HtmlMessages.PropertyKeys
- fault() - Element in annotation interface jakarta.xml.ws.Action
-
Explicit value of the WS-Addressing
Action
message addressing property for thefault
message(s) of the operation. - FaultAction - Annotation Interface in jakarta.xml.ws
-
The
FaultAction
annotation is used inside anAction
annotation to allow an explicit association of a WS-AddressingAction
message addressing property with thefault
messages of the WSDL operation mapped from the exception class. - faultBean() - Element in annotation interface jakarta.xml.ws.WebFault
-
Fault bean name.
- Feature - Interface in jakarta.ws.rs.core
-
A feature extension contract.
- FeatureContext - Interface in jakarta.ws.rs.core
-
A configurable context passed to
Feature
andDynamicFeature
instances by JAX-RS runtime during the phase of their configuration. - fetch() - Element in annotation interface jakarta.persistence.Basic
-
(Optional) Whether the value of the field or property should be lazily loaded or must be eagerly fetched.
- fetch() - Element in annotation interface jakarta.persistence.ElementCollection
-
(Optional) Whether the collection should be lazily loaded or must be eagerly fetched.
- fetch() - Element in annotation interface jakarta.persistence.ManyToMany
-
(Optional) Whether the association should be lazily loaded or must be eagerly fetched.
- fetch() - Element in annotation interface jakarta.persistence.ManyToOne
-
(Optional) Whether the association should be lazily loaded or must be eagerly fetched.
- fetch() - Element in annotation interface jakarta.persistence.OneToMany
-
(Optional) Whether the association should be lazily loaded or must be eagerly fetched.
- fetch() - Element in annotation interface jakarta.persistence.OneToOne
-
(Optional) Whether the association should be lazily loaded or must be eagerly fetched.
- fetch(Message[], FetchProfile) - Method in class jakarta.mail.Folder
-
Prefetch the items specified in the FetchProfile for the given Messages.
- fetch(PluralAttribute<? super X, ?, Y>) - Method in interface jakarta.persistence.criteria.FetchParent
-
Create a fetch join to the specified collection-valued attribute using an inner join.
- fetch(PluralAttribute<? super X, ?, Y>, JoinType) - Method in interface jakarta.persistence.criteria.FetchParent
-
Create a fetch join to the specified collection-valued attribute using the given join type.
- fetch(SingularAttribute<? super X, Y>) - Method in interface jakarta.persistence.criteria.FetchParent
-
Create a fetch join to the specified single-valued attribute using an inner join.
- fetch(SingularAttribute<? super X, Y>, JoinType) - Method in interface jakarta.persistence.criteria.FetchParent
-
Create a fetch join to the specified single-valued attribute using the given join type.
- fetch(String) - Method in interface jakarta.persistence.criteria.FetchParent
-
Create a fetch join to the specified attribute using an inner join.
- fetch(String, JoinType) - Method in interface jakarta.persistence.criteria.FetchParent
-
Create a fetch join to the specified attribute using the given join type.
- Fetch<Z,
X> - Interface in jakarta.persistence.criteria -
Represents a join-fetched association or attribute.
- FetchParent<Z,
X> - Interface in jakarta.persistence.criteria -
Represents an element of the from clause which may function as the parent of Fetches.
- FetchProfile - Class in jakarta.mail
-
Clients use a FetchProfile to list the Message attributes that it wishes to prefetch from the server for a range of messages.
- FetchProfile() - Constructor for class jakarta.mail.FetchProfile
-
Create an empty FetchProfile.
- FetchProfile.Item - Class in jakarta.mail
-
This inner class is the base class of all items that can be requested in a FetchProfile.
- FetchProfileItem(String) - Constructor for class jakarta.mail.UIDFolder.FetchProfileItem
-
Constructor for an item.
- FetchType - Enum Class in jakarta.persistence
-
Defines strategies for fetching data from the database.
- field() - Method in interface jakarta.enterprise.lang.model.declarations.RecordComponentInfo
-
Returns the field corresponding to this record component.
- FIELD - Enum constant in enum class jakarta.enterprise.lang.model.declarations.DeclarationInfo.Kind
-
Field
- FIELD - Enum constant in enum class jakarta.persistence.AccessType
-
Field-based access is used.
- FIELD - Enum constant in enum class jakarta.xml.bind.annotation.XmlAccessType
-
Every non static, non transient field in a Jakarta XML Binding-bound class will be automatically bound to XML, unless annotated by
XmlTransient
. - FieldConfig - Interface in jakarta.enterprise.inject.build.compatible.spi
-
Allows adding annotations to and removing annotations from a field.
- fieldEnd - Variable in class com.sun.faces.renderkit.StateHelper
-
This will be used the by the different
StateHelper
implementations when writing the end of the state or viewId field. - FieldInfo - Interface in jakarta.enterprise.lang.model.declarations
-
A field, declared in some class.
- fieldMiddle - Variable in class com.sun.faces.renderkit.StateHelper
-
This will be used by the different
StateHelper
implementations when writing the middle of the state or viewId fields. - FieldResult - Annotation Interface in jakarta.persistence
-
Used in conjunction with the
EntityResult
annotation to map columns specified in the SELECT list of a SQL query to the properties or fields of an entity class. - fields() - Method in interface jakarta.enterprise.inject.build.compatible.spi.ClassConfig
-
Returns a collection of
FieldConfig
objects for each field of this class, as defined byClassInfo.fields
. - fields() - Method in interface jakarta.enterprise.inject.spi.configurator.AnnotatedTypeConfigurator
- fields() - Method in interface jakarta.enterprise.lang.model.declarations.ClassInfo
-
Returns a collection of fields declared or implicitly declared in this class and all its superclasses up to and excluding
java.lang.Object
, as well as all direct and indirect superinterfaces. - fields() - Element in annotation interface jakarta.persistence.EntityResult
-
Maps the columns specified in the SELECT list of the query to the properties or fields of the entity class.
- file() - Element in annotation interface jakarta.jws.HandlerChain
-
Location of the handler chain file.
- FILE_NOT_FOUND_ERROR_MESSAGE_ID - Static variable in class com.sun.faces.util.MessageUtils
- FileDataSource - Class in jakarta.activation
-
The FileDataSource class implements a simple DataSource object that encapsulates a file.
- FileDataSource(File) - Constructor for class jakarta.activation.FileDataSource
-
Creates a FileDataSource from a File object.
- FileDataSource(String) - Constructor for class jakarta.activation.FileDataSource
-
Creates a FileDataSource from the specified path name.
- fileExtension(String) - Static method in class com.sun.faces.util.Util
- fileName(String) - Method in interface jakarta.ws.rs.core.EntityPart.Builder
-
Sets the file name for this part.
- FileRenderer - Class in com.sun.faces.renderkit.html_basic
- FileRenderer() - Constructor for class com.sun.faces.renderkit.html_basic.FileRenderer
- fileSizeThreshold() - Element in annotation interface jakarta.servlet.annotation.MultipartConfig
-
The size threshold after which the file will be written to disk
- FileTypeMap - Class in jakarta.activation
-
The FileTypeMap is an abstract class that provides a data typing interface for files.
- FileTypeMap() - Constructor for class jakarta.activation.FileTypeMap
-
The default constructor.
- filter(ClientRequestContext) - Method in interface jakarta.ws.rs.client.ClientRequestFilter
-
Filter method called before a request has been dispatched to a client transport layer.
- filter(ClientRequestContext, ClientResponseContext) - Method in interface jakarta.ws.rs.client.ClientResponseFilter
-
Filter method called after a response has been provided for a request (either by a
request filter
or when the HTTP invocation returns). - filter(ContainerRequestContext) - Method in interface jakarta.ws.rs.container.ContainerRequestFilter
-
Filter method called before a request has been dispatched to a resource.
- filter(ContainerRequestContext, ContainerResponseContext) - Method in interface jakarta.ws.rs.container.ContainerResponseFilter
-
Filter method called after a response has been provided for a request (either by a
request filter
or by a matched resource method. - Filter - Interface in jakarta.servlet
-
A filter is an object that performs filtering tasks on either the request to a resource (a servlet or static content), or on the response from a resource, or both.
- FILTER_COUNT - Enum constant in enum class jakarta.batch.runtime.Metric.MetricType
- FilterChain - Interface in jakarta.servlet
-
A FilterChain is an object provided by the servlet container to the developer giving a view into the invocation chain of a filtered request for a resource.
- FilterClassesFromFacesInitializerAnnotationProvider - Class in com.sun.faces.config.manager.spi
-
This class is the default implementation of AnnotationProvider referenced by the AnnotationProviderFactory.
- FilterClassesFromFacesInitializerAnnotationProvider(ServletContext) - Constructor for class com.sun.faces.config.manager.spi.FilterClassesFromFacesInitializerAnnotationProvider
- FilterConfig - Interface in jakarta.servlet
-
A filter configuration object used by a servlet container to pass information to a filter during initialization.
- filterConstructors(Predicate<AnnotatedConstructor<T>>) - Method in interface jakarta.enterprise.inject.spi.configurator.AnnotatedTypeConfigurator
- filterFields(Predicate<AnnotatedField<? super T>>) - Method in interface jakarta.enterprise.inject.spi.configurator.AnnotatedTypeConfigurator
- filterMethods(Predicate<AnnotatedMethod<? super T>>) - Method in interface jakarta.enterprise.inject.spi.configurator.AnnotatedTypeConfigurator
- filterName() - Element in annotation interface jakarta.servlet.annotation.WebFilter
-
The name of the filter
- filterParams(Predicate<AnnotatedParameter<T>>) - Method in interface jakarta.enterprise.inject.spi.configurator.AnnotatedConstructorConfigurator
- filterParams(Predicate<AnnotatedParameter<T>>) - Method in interface jakarta.enterprise.inject.spi.configurator.AnnotatedMethodConfigurator
- FilterRegistration - Interface in jakarta.servlet
-
Interface through which a
Filter
may be further configured. - FilterRegistration.Dynamic - Interface in jakarta.servlet
-
Interface through which a
Filter
registered via one of the addFilter methods onServletContext
may be further configured. - finalize() - Method in class jakarta.mail.Folder
- finalize() - Method in class jakarta.mail.Service
-
Stop the event dispatcher thread so the queue can be garbage collected.
- finalize() - Method in class jakarta.mail.util.SharedFileInputStream
-
Force this stream to close.
- finalizeForDeletion(UIComponent) - Static method in class com.sun.faces.facelets.tag.faces.ComponentSupport
-
Used in conjunction with markForDeletion where any UIComponent marked will be removed.
- finalizer(MethodExpression) - Method in class com.sun.faces.flow.builder.FlowBuilderImpl
- finalizer(MethodExpression) - Method in class jakarta.faces.flow.builder.FlowBuilder
-
A MethodExpression that will be invoked when the flow is exited.
- finalizer(String) - Method in class com.sun.faces.flow.builder.FlowBuilderImpl
- finalizer(String) - Method in class jakarta.faces.flow.builder.FlowBuilder
-
A MethodExpression that will be invoked when the flow is exited.
- find(EntityGraph<T>, Object, FindOption...) - Method in interface jakarta.persistence.EntityManager
-
Find an instance of the root entity of the given
EntityGraph
by primary key, using the specified options, and interpreting theEntityGraph
as a load graph. - find(PageContext, String) - Static method in class jakarta.servlet.jsp.jstl.core.Config
-
Finds the value associated with a specific configuration setting identified by its context initialization parameter name.
- find(Class<T>, Object) - Method in interface jakarta.persistence.EntityManager
-
Find by primary key.
- find(Class<T>, Object, FindOption...) - Method in interface jakarta.persistence.EntityManager
-
Find an instance of the given entity class by primary key, using the specified options.
- find(Class<T>, Object, LockModeType) - Method in interface jakarta.persistence.EntityManager
-
Find by primary key and obtain the given lock type for the resulting entity.
- find(Class<T>, Object, LockModeType, Map<String, Object>) - Method in interface jakarta.persistence.EntityManager
-
Find by primary key and lock the entity, using the specified properties.
- find(Class<T>, Object, Map<String, Object>) - Method in interface jakarta.persistence.EntityManager
-
Find by primary key, using the specified properties.
- Find - Annotation Interface in jakarta.data.repository
-
Annotates a repository method returning entities as a parameter-based automatic query method.
- findAll() - Method in interface jakarta.data.repository.BasicRepository
-
Retrieves all persistent entities of the specified type from the database.
- findAll(PageRequest<T>) - Method in interface jakarta.data.repository.BasicRepository
-
Returns a
Page
of entities according to the page request that is provided as thePageRequest
parameter. - findAncestorWithClass(JspTag, Class<?>) - Static method in class jakarta.servlet.jsp.tagext.SimpleTagSupport
-
Find the instance of a given class type that is closest to a given instance.
- findAncestorWithClass(Tag, Class<?>) - Static method in class jakarta.servlet.jsp.tagext.TagSupport
-
Find the instance of a given class type that is closest to a given instance.
- FindAnnotatedConfigClasses - Class in com.sun.faces.config.manager.tasks
-
Scans the class files within a web application returning a
Set
of classes that have been annotated with a standard Faces annotation (possibly limited to the annotations that denote configurable elements) - FindAnnotatedConfigClasses(ServletContext, InitFacesContext, ProvideMetadataToAnnotationScanTask) - Constructor for class com.sun.faces.config.manager.tasks.FindAnnotatedConfigClasses
- findAttribute(String) - Method in class jakarta.servlet.jsp.JspContext
-
Searches for the named attribute in page, request, session (if valid), and application scope(s) in order and returns the value associated or null.
- findById(K) - Method in interface jakarta.data.repository.BasicRepository
-
Retrieves an entity by its Id.
- findChild(UIComponent, String) - Static method in class com.sun.faces.facelets.tag.faces.ComponentSupport
-
A lighter-weight version of UIComponent's findChild.
- findChild(FaceletContext, UIComponent, String) - Method in class com.sun.faces.facelets.tag.faces.ComponentTagHandlerDelegateImpl
- findChild(FaceletContext, UIComponent, String) - Method in class com.sun.faces.facelets.tag.faces.html.ComponentResourceDelegate
- findChildByTagId(FacesContext, UIComponent, String) - Static method in class com.sun.faces.facelets.tag.faces.ComponentSupport
-
By TagId, find Child
- findComponent(String) - Method in class com.sun.faces.facelets.compiler.UILeaf
- findComponent(String) - Method in class com.sun.faces.facelets.tag.composite.BehaviorHolderWrapper
- findComponent(String) - Method in class jakarta.faces.component.UIComponent
-
Search for and return the
UIComponent
with anid
that matches the specified search expression (if any), according to the algorithm described below. - findComponent(String) - Method in class jakarta.faces.component.UIComponentBase
- findCompositeComponentUsingLocation(FacesContext, Location) - Method in class com.sun.faces.component.CompositeComponentStackManager
- FindConfigResourceURIsTask - Class in com.sun.faces.config.manager.tasks
-
This
Callable
will be used bygetXMLDocuments
It represents one or more URIs to configuration resources that require processing. - FindConfigResourceURIsTask(ConfigurationResourceProvider, ServletContext) - Constructor for class com.sun.faces.config.manager.tasks.FindConfigResourceURIsTask
-
Constructs a new
URITask
instance. - findConstraints() - Method in interface jakarta.validation.metadata.ElementDescriptor
-
Finds constraints and potentially restricts them to certain criteria.
- findConstraints() - Method in interface jakarta.validation.metadata.ExecutableDescriptor
-
Returns a finder that will always return an empty
Set
. - FinderException - Exception Class in jakarta.ejb
-
The FinderException exception must be included in the throws clause of every finder method of an entity bean's home or local home interface.
- FinderException() - Constructor for exception class jakarta.ejb.FinderException
-
Constructs an FinderException with no detail message.
- FinderException(String) - Constructor for exception class jakarta.ejb.FinderException
-
Constructs an FinderException with the specified detail message.
- findLibrary(String, String, String, FacesContext) - Method in class com.sun.faces.application.resource.ClasspathResourceHelper
- findLibrary(String, String, String, FacesContext) - Method in class com.sun.faces.application.resource.FaceletWebappResourceHelper
- findLibrary(String, String, String, FacesContext) - Method in class com.sun.faces.application.resource.ResourceHelper
-
Search for the specified library/localPrefix combination in an implementation dependent manner.
- findLibrary(String, String, String, FacesContext) - Method in class com.sun.faces.application.resource.WebappResourceHelper
- findLibraryWithZipDirectoryEntryScan(String, String, String, FacesContext, boolean) - Method in class com.sun.faces.application.resource.ClasspathResourceHelper
- findMatch(FacesContext, Locale) - Method in class com.sun.faces.application.view.MultiViewHandler
-
Attempts to find a matching locale based on
pref
and list of supported locales, using the matching algorithm as described in JSTL 8.3.2. - findMethod(Object, String, Object[]) - Static method in class com.sun.faces.util.ReflectionUtils
-
Finds a method based on the method name, amount of parameters and limited typing, if necessary prefixed with "get".
- findNextByType(FaceletHandler, Class) - Static method in class com.sun.faces.facelets.tag.TagHandlerImpl
- findNextByType(Class) - Method in class com.sun.faces.facelets.tag.TagHandlerImpl
-
Searches child handlers, starting at the 'nextHandler' for all instances of the passed type.
- FindOption - Interface in jakarta.persistence
-
An option influencing the behavior of
EntityManager.find(java.lang.Class<T>, java.lang.Object)
. - findReparentedComponent(FaceletContext, UIComponent, String) - Method in class com.sun.faces.facelets.tag.faces.ComponentTagHandlerDelegateImpl
- findResource(LibraryInfo, String, String, boolean, FacesContext) - Method in class com.sun.faces.application.resource.ClasspathResourceHelper
- findResource(LibraryInfo, String, String, boolean, FacesContext) - Method in class com.sun.faces.application.resource.FaceletWebappResourceHelper
- findResource(LibraryInfo, String, String, boolean, FacesContext) - Method in class com.sun.faces.application.resource.ResourceHelper
-
Search for the specified resource based in the library/localePrefix/resourceName combination in an implementation dependent manner.
- findResource(LibraryInfo, String, String, boolean, FacesContext) - Method in class com.sun.faces.application.resource.WebappResourceHelper
- findResource(String, String, String, boolean, FacesContext) - Method in class com.sun.faces.application.resource.ResourceManager
- findResource(String, String, String, FacesContext) - Method in class com.sun.faces.application.resource.ResourceManager
- findRootType(ServletContext, FacesContext, String, Node, Class<?>[]) - Method in class com.sun.faces.config.processor.AbstractConfigProcessor
- findUIInstructionChildByTagId(FacesContext, UIComponent, String) - Static method in class com.sun.faces.facelets.tag.faces.ComponentSupport
- findViewResource(String, String, FacesContext) - Method in class com.sun.faces.application.resource.ResourceManager
- finish() - Method in class com.sun.faces.facelets.tag.MetaRulesetImpl
- finish() - Method in class jakarta.faces.view.facelets.MetaRuleset
-
Take actions to apply the rule.
- fire(T) - Method in interface jakarta.enterprise.event.Event
-
Fires an event with the specified qualifiers and notifies observers.
- fireAsync(U) - Method in interface jakarta.enterprise.event.Event
-
Fires an event asynchronously with the specified qualifiers and notifies asynchronous observers.
- fireAsync(U, NotificationOptions) - Method in interface jakarta.enterprise.event.Event
-
Fires an event asynchronously with the specified qualifiers and notifies asynchronous observers.
- fireDestroyedEvent(UIViewRoot) - Method in interface com.sun.faces.application.view.ViewScopedCDIEventFireHelper
- fireDestroyedEvent(UIViewRoot) - Method in class com.sun.faces.application.view.ViewScopedCDIEventFireHelperImpl
- fireDestroyedEvent(FacesContext, UIViewRoot) - Method in class com.sun.faces.application.view.ViewScopeContextManager
- fireDestroyedEvent(Flow) - Method in interface com.sun.faces.flow.FlowCDIEventFireHelper
- fireDestroyedEvent(Flow) - Method in class com.sun.faces.flow.FlowCDIEventFireHelperImpl
- fireInitializedEvent(UIViewRoot) - Method in interface com.sun.faces.application.view.ViewScopedCDIEventFireHelper
- fireInitializedEvent(UIViewRoot) - Method in class com.sun.faces.application.view.ViewScopedCDIEventFireHelperImpl
- fireInitializedEvent(FacesContext, UIViewRoot) - Method in class com.sun.faces.application.view.ViewScopeContextManager
- fireInitializedEvent(Flow) - Method in interface com.sun.faces.flow.FlowCDIEventFireHelper
- fireInitializedEvent(Flow) - Method in class com.sun.faces.flow.FlowCDIEventFireHelperImpl
- FIRST - Enum constant in enum class jakarta.json.JsonConfig.KeyStrategy
-
Configuration value that will take the value of the first match.
- FIRST - Enum constant in enum class jakarta.persistence.criteria.Nulls
-
Null values occur at the beginning of the result set.
- FirstMatchOnly - Enum constant in enum class com.sun.faces.facelets.util.Classpath.SearchAdvice
- fix() - Method in class com.sun.faces.util.CollectionsUtils.ConstMap
- FLAGGED - Static variable in class jakarta.mail.Flags.Flag
-
This message is flagged.
- flags - Variable in class jakarta.mail.internet.MimeMessage
-
The Flags for this message.
- flags() - Element in annotation interface jakarta.validation.constraints.Email
- flags() - Element in annotation interface jakarta.validation.constraints.Pattern
- Flags - Class in jakarta.mail
-
The Flags class represents the set of flags on a Message.
- Flags() - Constructor for class jakarta.mail.Flags
-
Construct an empty Flags object.
- Flags(Flags) - Constructor for class jakarta.mail.Flags
-
Construct a Flags object initialized with the given flags.
- Flags(Flags.Flag) - Constructor for class jakarta.mail.Flags
-
Construct a Flags object initialized with the given system flag.
- Flags(String) - Constructor for class jakarta.mail.Flags
-
Construct a Flags object initialized with the given user flag.
- FLAGS - Static variable in class jakarta.mail.FetchProfile.Item
-
This is the Flags item.
- FLAGS_CHANGED - Static variable in class jakarta.mail.event.MessageChangedEvent
-
The message's flags changed.
- Flags.Flag - Class in jakarta.mail
-
This inner class represents an individual system flag.
- FlagTerm - Class in jakarta.mail.search
-
This class implements comparisons for Message Flags.
- FlagTerm(Flags, boolean) - Constructor for class jakarta.mail.search.FlagTerm
-
Constructor.
- Flash - Class in jakarta.faces.context
-
The Flash concept is taken from Ruby on Rails and provides a way to pass temporary objects between the user views generated by the faces lifecycle.
- Flash() - Constructor for class jakarta.faces.context.Flash
- FLASH - Enum constant in enum class com.sun.faces.util.FacesLogger
- FLASH - Static variable in interface com.sun.faces.el.ELConstants
- FLASH_FACTORY - Static variable in class jakarta.faces.FactoryFinder
-
The property name for the
FlashFactory
class name. - FLASH_RESOLVER - Static variable in class com.sun.faces.el.ELUtils
- FlashELResolver - Class in com.sun.faces.context.flash
-
Provide a feature semantically identical to the "flash" concept in Ruby on Rails.
- FlashELResolver() - Constructor for class com.sun.faces.context.flash.FlashELResolver
-
Not intended for manual invocation.
- FlashFactory - Class in jakarta.faces.context
-
FlashFactory is a factory object that creates (if needed) and returns
Flash
instances. - FlashFactory() - Constructor for class jakarta.faces.context.FlashFactory
-
Deprecated.Use the other constructor taking the implementation being wrapped.
- FlashFactory(FlashFactory) - Constructor for class jakarta.faces.context.FlashFactory
-
If this factory has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.
- FlashFactoryImpl - Class in com.sun.faces.context.flash
-
Default implementation of
FlashFactory
. - FlashFactoryImpl() - Constructor for class com.sun.faces.context.flash.FlashFactoryImpl
- FlashProducer - Class in com.sun.faces.cdi
-
The Flash producer is the CDI producer that allows EL resolving of #{flash}
- FlashProducer() - Constructor for class com.sun.faces.cdi.FlashProducer
- FlashWrapper - Class in jakarta.faces.context
- FlashWrapper() - Constructor for class jakarta.faces.context.FlashWrapper
-
Deprecated.Use the other constructor taking the implementation being wrapped.
- FlashWrapper(Flash) - Constructor for class jakarta.faces.context.FlashWrapper
-
If this flash has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.
- FLOAT - Enum constant in enum class jakarta.enterprise.lang.model.AnnotationMember.Kind
-
A primitive
float
value. - FLOAT - Enum constant in enum class jakarta.enterprise.lang.model.types.PrimitiveType.PrimitiveKind
-
The
float
primitive type - FLOAT_ID - Static variable in class jakarta.faces.convert.FloatConverter
-
The message identifier of the
FacesMessage
to be created if the conversion toFloat
fails. - FloatConverter - Class in jakarta.faces.convert
-
Converter
implementation forjava.lang.Float
(and float primitive) values. - FloatConverter() - Constructor for class jakarta.faces.convert.FloatConverter
- floor(Expression<N>) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create an expression that returns the floor of its argument, that is, the largest integer smaller than or equal to its argument.
- Flow - Class in jakarta.faces.flow
-
Flow is the runtime representation of a Faces Flow.
- Flow() - Constructor for class jakarta.faces.flow.Flow
- FLOW - Enum constant in enum class com.sun.faces.util.FacesLogger
- FLOW_DEFINITION_ID_SUFFIX - Static variable in class com.sun.faces.RIConstants
- FLOW_DEFINITION_ID_SUFFIX_LENGTH - Static variable in class com.sun.faces.RIConstants
- FLOW_DISCOVERY_CDI_HELPER_BEAN_NAME - Static variable in class com.sun.faces.RIConstants
- FLOW_HANDLER_FACTORY - Static variable in class jakarta.faces.FactoryFinder
-
The property name for the
FlowHandlerFactory
class name. - FLOW_ID_REQUEST_PARAM_NAME - Static variable in class jakarta.faces.flow.FlowHandler
-
Components that are rendered by
Renderers
of component-familyjakarta.faces.OutcomeTarget
must use this constant as the parameter name for a parameter representing the flow id of the flow that this component will cause to be entered. - FLOW_IN_JAR_PREFIX - Static variable in class com.sun.faces.RIConstants
- FLOW_IN_JAR_PREFIX_LENGTH - Static variable in class com.sun.faces.RIConstants
- FLOW_RETURN_DEPTH_PARAM_NAME - Static variable in class com.sun.faces.flow.FlowHandlerImpl
- FlowBuilder - Class in jakarta.faces.flow.builder
-
A Java language API for building
Flow
s. - FlowBuilder() - Constructor for class jakarta.faces.flow.builder.FlowBuilder
- FlowBuilderImpl - Class in com.sun.faces.flow.builder
- FlowBuilderImpl(FacesContext) - Constructor for class com.sun.faces.flow.builder.FlowBuilderImpl
- FlowBuilderParameter - Annotation Interface in jakarta.faces.flow.builder
-
The presence of this annotation on a CDI producer method for the
FlowDefinition
annotation causes theFlowBuilder
to be passed to that method. - FlowBuilderParameter.Literal - Class in jakarta.faces.flow.builder
-
Supports inline instantiation of the
FlowBuilderParameter
qualifier. - FlowCallBuilder - Class in jakarta.faces.flow.builder
-
Create a flow call node in the current
Flow
. - FlowCallBuilder() - Constructor for class jakarta.faces.flow.builder.FlowCallBuilder
- FlowCallBuilderImpl - Class in com.sun.faces.flow.builder
- FlowCallBuilderImpl(FlowBuilderImpl, String) - Constructor for class com.sun.faces.flow.builder.FlowCallBuilderImpl
- flowCallNode(String) - Method in class com.sun.faces.flow.builder.FlowBuilderImpl
- flowCallNode(String) - Method in class jakarta.faces.flow.builder.FlowBuilder
-
Define a flow call node.
- FlowCallNode - Class in jakarta.faces.flow
-
A flow call node.
- FlowCallNode() - Constructor for class jakarta.faces.flow.FlowCallNode
- FlowCallNodeImpl - Class in com.sun.faces.flow
- FlowCallNodeImpl(String, String, String, List<Parameter>) - Constructor for class com.sun.faces.flow.FlowCallNodeImpl
- FlowCDIContext - Class in com.sun.faces.flow
- FlowCDIEventFireHelper - Interface in com.sun.faces.flow
- FlowCDIEventFireHelperImpl - Class in com.sun.faces.flow
- FlowCDIEventFireHelperImpl() - Constructor for class com.sun.faces.flow.FlowCDIEventFireHelperImpl
- FlowCDIExtension - Class in com.sun.faces.flow
- FlowCDIExtension() - Constructor for class com.sun.faces.flow.FlowCDIExtension
- FlowDefinition - Annotation Interface in jakarta.faces.flow.builder
-
The presence of this annotation on a CDI producer method indicates that the method will produce a flow.
- FlowDefinition.Literal - Class in jakarta.faces.flow.builder
-
Supports inline instantiation of the
FlowDefinition
qualifier. - FlowDiscoveryCDIExtension - Class in com.sun.faces.flow
- FlowDiscoveryCDIExtension() - Constructor for class com.sun.faces.flow.FlowDiscoveryCDIExtension
- FlowDiscoveryCDIHelper - Class in com.sun.faces.flow
- FlowDiscoveryCDIHelper() - Constructor for class com.sun.faces.flow.FlowDiscoveryCDIHelper
- FlowDiscoveryInfo - Class in com.sun.faces.flow
- FlowDiscoveryInfo(Class, String, String) - Constructor for class com.sun.faces.flow.FlowDiscoveryInfo
- FlowHandler - Class in jakarta.faces.flow
-
FlowHandler is the main entry point that enables the runtime to interact with the faces flows feature.
- FlowHandler() - Constructor for class jakarta.faces.flow.FlowHandler
- FlowHandlerFactory - Class in jakarta.faces.flow
-
FlowHandlerFactory is used by the
Application
to create the singleton instance ofFlowHandler
. - FlowHandlerFactory() - Constructor for class jakarta.faces.flow.FlowHandlerFactory
- FlowHandlerFactoryImpl - Class in com.sun.faces.flow
- FlowHandlerFactoryImpl() - Constructor for class com.sun.faces.flow.FlowHandlerFactoryImpl
- FlowHandlerFactoryWrapper - Class in jakarta.faces.flow
-
FlowHandlerFactoryWrapper provides a simple implementation of
FlowHandlerFactory
that can be subclassed by developers wishing to provide specialized behavior to an existingFlowHandlerFactory
instance. - FlowHandlerFactoryWrapper() - Constructor for class jakarta.faces.flow.FlowHandlerFactoryWrapper
-
Deprecated.Use the other constructor taking the implementation being wrapped.
- FlowHandlerFactoryWrapper(FlowHandlerFactory) - Constructor for class jakarta.faces.flow.FlowHandlerFactoryWrapper
-
If this flow handler factory has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.
- FlowHandlerImpl - Class in com.sun.faces.flow
- FlowHandlerImpl() - Constructor for class com.sun.faces.flow.FlowHandlerImpl
- FlowImpl - Class in com.sun.faces.flow
- FlowImpl() - Constructor for class com.sun.faces.flow.FlowImpl
- FlowMap - Annotation Interface in jakarta.faces.annotation
-
The presence of this annotation (along with
@Inject
) on a field of typeMap<Object, Object>
causes the map returned fromFlowHandler.getCurrentFlowScope()
to be injected as the value of that field. - FlowMap.Literal - Class in jakarta.faces.annotation
-
Supports inline instantiation of the
ApplicationMap
qualifier. - FlowMapProducer - Class in com.sun.faces.cdi
-
The Flow map producer is the CDI producer that allows injection of the flow map using
@Inject
. - FlowMapProducer() - Constructor for class com.sun.faces.cdi.FlowMapProducer
- FlowNode - Class in jakarta.faces.flow
-
FlowNode is the base class for all nodes in a faces flow graph.
- FlowNode() - Constructor for class jakarta.faces.flow.FlowNode
- FlowProducer - Class in com.sun.faces.cdi
- FlowProducer() - Constructor for class com.sun.faces.cdi.FlowProducer
- flowReference(String, String) - Method in class com.sun.faces.flow.builder.FlowCallBuilderImpl
- flowReference(String, String) - Method in class jakarta.faces.flow.builder.FlowCallBuilder
-
Define the flow reference of the called flow.
- FlowScoped - Annotation Interface in jakarta.faces.flow
-
FlowScoped is a CDI scope that causes the runtime to consider classes with this annotation to be in the scope of the specified
Flow
. - flush() - Method in class com.sun.faces.application.view.FaceletViewHandlingStrategy.NullWriter
- flush() - Method in class com.sun.faces.application.WebPrintWriter
- flush() - Method in class com.sun.faces.facelets.util.FastWriter
- flush() - Method in class com.sun.faces.io.FastStringWriter
-
This is a no-op.
- flush() - Method in class com.sun.faces.renderkit.ClientSideStateHelper.StringBuilderWriter
- flush() - Method in class com.sun.faces.renderkit.html_basic.HtmlResponseWriter
-
Flush any buffered output to the contained writer.
- flush() - Method in class jakarta.faces.context.ResponseWriter
-
Flush any ouput buffered by the output method to the underlying Writer or OutputStream.
- flush() - Method in class jakarta.faces.context.ResponseWriterWrapper
-
The default behavior of this method is to call
ResponseWriter.flush()
on the wrappedResponseWriter
object. - flush() - Method in interface jakarta.json.stream.JsonGenerator
-
Flushes the underlying output source.
- flush() - Method in interface jakarta.persistence.EntityManager
-
Synchronize changes held in the persistence context to the underlying database.
- flush() - Method in class jakarta.servlet.jsp.JspWriter
-
Flush the stream.
- flush() - Method in class jakarta.servlet.jsp.tagext.BodyContent
-
Redefined flush() so it is not legal.
- flushBatch() - Method in interface jakarta.websocket.RemoteEndpoint
-
This method is only used when batching is allowed for this RemoteEndpint.
- flushBuffer() - Method in interface jakarta.servlet.ServletResponse
-
Forces any content in the buffer to be written to the client.
- flushBuffer() - Method in class jakarta.servlet.ServletResponseWrapper
-
The default behavior of this method is to call flushBuffer() on the wrapped response object.
- flushContentToWrappedResponse() - Method in class com.sun.faces.application.ViewHandlerResponseWrapper
- FlushModeType - Enum Class in jakarta.persistence
-
Enumerates flush modes recognized by the
EntityManager
. - flushToWriter(Writer, String) - Method in class com.sun.faces.application.ViewHandlerResponseWrapper
- FMT_FALLBACK_LOCALE - Static variable in class jakarta.servlet.jsp.jstl.core.Config
-
Name of configuration setting for fallback locale
- FMT_LOCALE - Static variable in class jakarta.servlet.jsp.jstl.core.Config
-
Name of configuration setting for application- (as opposed to browser-) based preferred locale
- FMT_LOCALIZATION_CONTEXT - Static variable in class jakarta.servlet.jsp.jstl.core.Config
-
Name of configuration setting for i18n localization context
- FMT_TIME_ZONE - Static variable in class jakarta.servlet.jsp.jstl.core.Config
-
Name of localization setting for time zone
- fold(int, String) - Static method in class jakarta.mail.internet.MimeUtility
-
Fold a string at linear whitespace so that each line is no longer than 76 characters, if possible.
- folder - Variable in class jakarta.mail.event.FolderEvent
-
The folder the event occurred on.
- folder - Variable in class jakarta.mail.Message
-
The containing folder, if this message is obtained from a folder
- Folder - Class in jakarta.mail
-
Folder is an abstract class that represents a folder for mail messages.
- Folder(Store) - Constructor for class jakarta.mail.Folder
-
Constructor that takes a Store object.
- FolderAdapter - Class in jakarta.mail.event
-
The adapter which receives Folder events.
- FolderAdapter() - Constructor for class jakarta.mail.event.FolderAdapter
-
Creates a default
FolderAdapter
. - FolderClosedException - Exception Class in jakarta.mail
-
This exception is thrown when a method is invoked on a Messaging object and the Folder that owns that object has died due to some reason.
- FolderClosedException(Folder) - Constructor for exception class jakarta.mail.FolderClosedException
-
Constructs a FolderClosedException.
- FolderClosedException(Folder, String) - Constructor for exception class jakarta.mail.FolderClosedException
-
Constructs a FolderClosedException with the specified detail message.
- FolderClosedException(Folder, String, Exception) - Constructor for exception class jakarta.mail.FolderClosedException
-
Constructs a FolderClosedException with the specified detail message and embedded exception.
- folderCreated(FolderEvent) - Method in class jakarta.mail.event.FolderAdapter
- folderCreated(FolderEvent) - Method in interface jakarta.mail.event.FolderListener
-
Invoked when a Folder is created.
- folderDeleted(FolderEvent) - Method in class jakarta.mail.event.FolderAdapter
- folderDeleted(FolderEvent) - Method in interface jakarta.mail.event.FolderListener
-
Invoked when a folder is deleted.
- FolderEvent - Class in jakarta.mail.event
-
This class models Folder existence events.
- FolderEvent(Object, Folder, int) - Constructor for class jakarta.mail.event.FolderEvent
-
Constructor.
- FolderEvent(Object, Folder, Folder, int) - Constructor for class jakarta.mail.event.FolderEvent
-
Constructor.
- FolderListener - Interface in jakarta.mail.event
-
This is the Listener interface for Folder events.
- FolderNotFoundException - Exception Class in jakarta.mail
-
This exception is thrown by Folder methods, when those methods are invoked on a non existent folder.
- FolderNotFoundException() - Constructor for exception class jakarta.mail.FolderNotFoundException
-
Constructs a FolderNotFoundException with no detail message.
- FolderNotFoundException(Folder) - Constructor for exception class jakarta.mail.FolderNotFoundException
-
Constructs a FolderNotFoundException.
- FolderNotFoundException(Folder, String) - Constructor for exception class jakarta.mail.FolderNotFoundException
-
Constructs a FolderNotFoundException with the specified detail message.
- FolderNotFoundException(Folder, String, Exception) - Constructor for exception class jakarta.mail.FolderNotFoundException
-
Constructs a FolderNotFoundException with the specified detail message and embedded exception.
- FolderNotFoundException(String, Folder) - Constructor for exception class jakarta.mail.FolderNotFoundException
-
Constructs a FolderNotFoundException with the specified detail message and the specified folder.
- folderRenamed(FolderEvent) - Method in class jakarta.mail.event.FolderAdapter
- folderRenamed(FolderEvent) - Method in interface jakarta.mail.event.FolderListener
-
Invoked when a folder is renamed.
- footerClass - Enum constant in enum class jakarta.faces.component.html.HtmlColumn.PropertyKeys
- footerClass - Enum constant in enum class jakarta.faces.component.html.HtmlDataTable.PropertyKeys
- footerClass - Enum constant in enum class jakarta.faces.component.html.HtmlPanelGrid.PropertyKeys
- FORBIDDEN - Enum constant in enum class jakarta.ws.rs.core.Response.Status
-
403 Forbidden, see HTTP/1.1 documentation.
- ForbiddenException - Exception Class in jakarta.ws.rs
-
A runtime exception indicating that an access to a resource requested by a client has been
forbidden
by the server. - ForbiddenException() - Constructor for exception class jakarta.ws.rs.ForbiddenException
-
Construct a new "forbidden" exception.
- ForbiddenException(Response) - Constructor for exception class jakarta.ws.rs.ForbiddenException
-
Construct a new "forbidden" exception.
- ForbiddenException(Response, Throwable) - Constructor for exception class jakarta.ws.rs.ForbiddenException
-
Construct a new "forbidden" exception.
- ForbiddenException(String) - Constructor for exception class jakarta.ws.rs.ForbiddenException
-
Construct a new "forbidden" exception.
- ForbiddenException(String, Response) - Constructor for exception class jakarta.ws.rs.ForbiddenException
-
Construct a new "forbidden" exception.
- ForbiddenException(String, Response, Throwable) - Constructor for exception class jakarta.ws.rs.ForbiddenException
-
Construct a new "forbidden" exception.
- ForbiddenException(String, Throwable) - Constructor for exception class jakarta.ws.rs.ForbiddenException
-
Construct a new "forbidden" exception.
- ForbiddenException(Throwable) - Constructor for exception class jakarta.ws.rs.ForbiddenException
-
Construct a new "forbidden" exception.
- ForceAlwaysWriteFlashCookie - Enum constant in enum class com.sun.faces.config.WebConfiguration.BooleanWebContextInitParameter
- ForceLoadFacesConfigFiles - Enum constant in enum class com.sun.faces.config.WebConfiguration.BooleanWebContextInitParameter
- forClass() - Element in annotation interface jakarta.faces.convert.FacesConverter
-
The value of this annotation attribute is taken to be the converter-for-class with which instances of this class of converter can be instantiated by calling
Application.createConverter(java.lang.Class)
. - forClass() - Method in class jakarta.faces.convert.FacesConverter.Literal
- forClass() - Element in annotation interface jakarta.faces.model.FacesDataModel
-
The value of this annotation attribute is taken to be the type that the DataModel that is annotated with this annotation is able to wrap.
- forClass() - Method in class jakarta.faces.model.FacesDataModel.Literal
- ForEachHandler - Class in com.sun.faces.facelets.tag.jstl.core
- ForEachHandler(TagConfig) - Constructor for class com.sun.faces.facelets.tag.jstl.core.ForEachHandler
- foreignKey() - Element in annotation interface jakarta.persistence.AssociationOverride
-
(Optional) Used to specify or control the generation of a foreign key constraint for the columns corresponding to the
joinColumns
element when table generation is in effect. - foreignKey() - Element in annotation interface jakarta.persistence.CollectionTable
-
(Optional) Used to specify or control the generation of a foreign key constraint for the columns corresponding to the
CollectionTable.joinColumns()
element when table generation is in effect. - foreignKey() - Element in annotation interface jakarta.persistence.JoinColumn
-
(Optional) Used to specify or control the generation of a foreign key constraint when table generation is in effect.
- foreignKey() - Element in annotation interface jakarta.persistence.JoinColumns
-
(Optional) Used to specify or control the generation of a foreign key constraint when table generation is in effect.
- foreignKey() - Element in annotation interface jakarta.persistence.JoinTable
-
(Optional) Used to specify or control the generation of a foreign key constraint for the columns corresponding to the
JoinTable.joinColumns()
element when table generation is in effect. - foreignKey() - Element in annotation interface jakarta.persistence.MapKeyJoinColumn
-
(Optional) Used to specify or control the generation of a foreign key constraint when table generation is in effect.
- foreignKey() - Element in annotation interface jakarta.persistence.MapKeyJoinColumns
-
(Optional) Used to specify or control the generation of a foreign key constraint when table generation is in effect.
- foreignKey() - Element in annotation interface jakarta.persistence.PrimaryKeyJoinColumn
-
(Optional) Used to specify or control the generation of a foreign key constraint for the primary key join column when table generation is in effect.
- foreignKey() - Element in annotation interface jakarta.persistence.PrimaryKeyJoinColumns
-
(Optional) Used to specify or control the generation of a foreign key constraint when table generation is in effect.
- foreignKey() - Element in annotation interface jakarta.persistence.SecondaryTable
-
(Optional) Used to specify or control the generation of a foreign key constraint for the columns corresponding to the
SecondaryTable.pkJoinColumns()
element when table generation is in effect. - ForeignKey - Annotation Interface in jakarta.persistence
-
Specifies the handling of foreign key constraints when schema generation is in effect.
- foreignKeyDefinition() - Element in annotation interface jakarta.persistence.ForeignKey
-
(Optional) The foreign key constraint definition.
- forExecutables() - Method in interface jakarta.validation.Validator
-
Returns the contract for validating parameters and return values of methods and constructors.
- forget(Xid) - Method in interface jakarta.resource.spi.XATerminator
-
Tells the resource manager to forget about a heuristically completed transaction branch.
- forInstance(Object) - Static method in class jakarta.ws.rs.core.GenericType
-
Create a
generic type
from a Javainstance
. - forKey(Object...) - Static method in interface jakarta.data.page.PageRequest.Cursor
-
Obtain an instance of
Cursor
for the given key. - form(Form) - Static method in class jakarta.ws.rs.client.Entity
-
Create an "application/x-www-form-urlencoded" form entity.
- form(MultivaluedMap<String, String>) - Static method in class jakarta.ws.rs.client.Entity
-
Create an "application/x-www-form-urlencoded" form entity.
- Form - Class in jakarta.ws.rs.core
-
Represents the the HTML form data request entity encoded using the
"application/x-www-form-urlencoded"
content type. - Form() - Constructor for class jakarta.ws.rs.core.Form
-
Create a new form data instance.
- Form(MultivaluedMap<String, String>) - Constructor for class jakarta.ws.rs.core.Form
-
Create a new form data instance and register a custom underlying parameter store.
- Form(String, String) - Constructor for class jakarta.ws.rs.core.Form
-
Create a new form data instance with a single parameter entry.
- FORM_AUTH - Static variable in class jakarta.faces.context.ExternalContext
-
String identifier for FORM authentication.
- FORM_AUTH - Static variable in interface jakarta.servlet.http.HttpServletRequest
-
String identifier for Form authentication.
- FORM_AUTH - Static variable in interface jakarta.ws.rs.core.SecurityContext
-
String identifier for Form authentication.
- format(Date, StringBuffer, FieldPosition) - Method in class jakarta.mail.internet.MailDateFormat
-
Formats the given date in the format specified by RFC 2822 in the current TimeZone.
- FORMATTING - Static variable in class jakarta.json.bind.JsonbConfig
-
Property used to specify whether or not the serialized JSON data is formatted with line feeds and indentation.
- FormAuthenticationMechanismDefinition - Annotation Interface in jakarta.security.enterprise.authentication.mechanism.http
-
Annotation used to define a container authentication mechanism that implements FORM authentication as defined by the Servlet spec (13.6.3) and make that implementation available as an enabled CDI bean.
- FormAuthenticationMechanismDefinition.FormAuthenticationMechanism - Annotation Interface in jakarta.security.enterprise.authentication.mechanism.http
- FormAuthenticationMechanismDefinition.FormAuthenticationMechanism.Literal - Class in jakarta.security.enterprise.authentication.mechanism.http
-
Supports inline instantiation of the
FormAuthenticationMechanismDefinition.FormAuthenticationMechanism
qualifier. - FormAuthenticationMechanismDefinition.List - Annotation Interface in jakarta.security.enterprise.authentication.mechanism.http
-
Enables multiple
FormAuthenticationMechanismDefinition
annotations on the same type. - FORMFORM - Enum constant in enum class com.sun.faces.renderkit.AttributeManager.Key
- FormParam - Annotation Interface in jakarta.ws.rs
-
Binds the value(s) of a form parameter contained within a request entity body to a resource method parameter.
- FormRenderer - Class in com.sun.faces.renderkit.html_basic
-
FormRenderer is a class that renders a
UIForm
as a Form. - FormRenderer() - Constructor for class com.sun.faces.renderkit.html_basic.FormRenderer
- forName(String) - Static method in class com.sun.faces.facelets.util.ReflectionUtil
- forNamePrimitive(String) - Static method in class com.sun.faces.facelets.util.ReflectionUtil
- forVal - Enum constant in enum class jakarta.faces.component.html.HtmlOutputLabel.PropertyKeys
- forward(ServletRequest, ServletResponse) - Method in interface jakarta.servlet.RequestDispatcher
-
Forwards a request from a servlet to another resource (servlet, JSP file, or HTML file) on the server.
- forward(String) - Method in interface jakarta.security.enterprise.authentication.mechanism.http.HttpMessageContext
-
Forwards to another resource (Jakarta Servlet, Jakarta Server Pages file, or HTML file) on the server.
- forward(String) - Method in class jakarta.security.enterprise.authentication.mechanism.http.HttpMessageContextWrapper
- forward(String) - Method in class jakarta.servlet.jsp.PageContext
-
This method is used to re-direct, or "forward" the current ServletRequest and ServletResponse to another active component in the application.
- FORWARD - Enum constant in enum class jakarta.servlet.DispatcherType
- FORWARD_CONTEXT_PATH - Static variable in interface jakarta.servlet.RequestDispatcher
-
The name of the request attribute under which the original context path is made available to the target of a
forward
- FORWARD_MAPPING - Static variable in interface jakarta.servlet.RequestDispatcher
-
The name of the request attribute under which the original
HttpServletMapping
is made available to the target of aforward
- FORWARD_PATH_INFO - Static variable in interface jakarta.servlet.RequestDispatcher
-
The name of the request attribute under which the original path info is made available to the target of a
forward
- FORWARD_QUERY_STRING - Static variable in interface jakarta.servlet.RequestDispatcher
-
The name of the request attribute under which the original query string is made available to the target of a
forward
- FORWARD_REQUEST_URI - Static variable in interface jakarta.servlet.RequestDispatcher
-
The name of the request attribute under which the original request URI is made available to the target of a
forward
- FORWARD_SERVLET_PATH - Static variable in interface jakarta.servlet.RequestDispatcher
-
The name of the request attribute under which the original servlet path is made available to the target of a
forward
- FOUND - Enum constant in enum class jakarta.ws.rs.core.Response.Status
-
302 Found, see HTTP/1.1 documentation.
- fraction() - Element in annotation interface jakarta.validation.constraints.Digits
- fragment - Enum constant in enum class jakarta.faces.component.html.HtmlOutputLink.PropertyKeys
- fragment(String) - Method in class jakarta.ws.rs.core.UriBuilder
-
Set the URI fragment.
- frame - Enum constant in enum class jakarta.faces.component.html.HtmlDataTable.PropertyKeys
- frame - Enum constant in enum class jakarta.faces.component.html.HtmlPanelGrid.PropertyKeys
- FREE_PORT - Static variable in interface jakarta.ws.rs.SeBootstrap.Configuration
-
Special value for
SeBootstrap.Configuration.PORT
property indicating that the implementation MUST scan for a free port. - from() - Element in annotation interface jakarta.mail.MailSessionDefinition
-
From address for the user.
- from() - Element in annotation interface jakarta.validation.groups.ConvertGroup
-
The source group of this conversion.
- from(EntityType<T>) - Method in interface jakarta.persistence.criteria.CriteriaDelete
-
Create and add a query root corresponding to the entity that is the target of the DELETE.
- from(EntityType<T>) - Method in interface jakarta.persistence.criteria.CriteriaUpdate
-
Create and add a query root corresponding to the entity that is the target of the update.
- from(EntityType<X>) - Method in interface jakarta.persistence.criteria.AbstractQuery
-
Create and add a query root corresponding to the given entity, forming a cartesian product with any existing roots.
- from(Class<T>) - Method in interface jakarta.persistence.criteria.CriteriaDelete
-
Create and add a query root corresponding to the entity that is the target of the DELETE.
- from(Class<T>) - Method in interface jakarta.persistence.criteria.CriteriaUpdate
-
Create and add a query root corresponding to the entity that is the target of the update.
- from(Class<X>) - Method in interface jakarta.persistence.criteria.AbstractQuery
-
Create and add a query root corresponding to the given entity, forming a cartesian product with any existing roots.
- from(Object) - Method in interface jakarta.ws.rs.SeBootstrap.Configuration.Builder
-
Optional convenience method to bulk-load external configuration.
- from(BiFunction<String, Class<T>, Optional<T>>) - Method in interface jakarta.ws.rs.SeBootstrap.Configuration.Builder
-
Convenience method for bulk-loading configuration from a property supplier.
- From<Z,
X> - Interface in jakarta.persistence.criteria -
Represents a bound type, usually an entity that appears in the from clause, but may also be an embeddable belonging to an entity in the from clause.
- fromAction(String) - Method in class com.sun.faces.flow.builder.NavigationCaseBuilderImpl
- fromAction(String) - Method in class jakarta.faces.flow.builder.NavigationCaseBuilder
-
Set the from-action of the current navigation case.
- fromDocumentId(String, String, String) - Static method in enum class com.sun.faces.config.manager.FacesSchema
-
Maps a document id (coordinates) to a logical faces schema version.
- fromJson(InputStream, Class<T>) - Method in interface jakarta.json.bind.Jsonb
-
Reads in a JSON data from the specified InputStream and return the resulting content tree.
- fromJson(InputStream, Type) - Method in interface jakarta.json.bind.Jsonb
-
Reads in a JSON data from the specified InputStream and return the resulting content tree.
- fromJson(Reader, Class<T>) - Method in interface jakarta.json.bind.Jsonb
-
Reads in a JSON data from the specified Reader and return the resulting content tree.
- fromJson(Reader, Type) - Method in interface jakarta.json.bind.Jsonb
-
Reads in a JSON data from the specified Reader and return the resulting content tree.
- fromJson(String, Class<T>) - Method in interface jakarta.json.bind.Jsonb
-
Reads in a JSON data from the specified string and return the resulting content tree.
- fromJson(String, Type) - Method in interface jakarta.json.bind.Jsonb
-
Reads in a JSON data from the specified string and return the resulting content tree.
- fromLink(Link) - Static method in class jakarta.ws.rs.core.Link
-
Create a new builder instance initialized from another link.
- fromLink(Link) - Static method in class jakarta.ws.rs.core.UriBuilder
-
Create a new instance initialized from a Link.
- fromMethod(Class<?>, String) - Static method in class jakarta.ws.rs.core.Link
-
Convenience method to build a link from a resource.
- fromMethod(Class<?>, String) - Static method in class jakarta.ws.rs.core.UriBuilder
-
Create a new instance representing a relative URI initialized from a
Path
-annotated method. - fromOperationName(String) - Static method in enum class jakarta.json.JsonPatch.Operation
-
Returns the enum constant with the specified name.
- fromOutcome(ValueExpression) - Method in class com.sun.faces.flow.builder.ReturnBuilderImpl
- fromOutcome(ValueExpression) - Method in class jakarta.faces.flow.builder.ReturnBuilder
-
Set the outcome of the current return node.
- fromOutcome(String) - Method in class com.sun.faces.flow.builder.NavigationCaseBuilderImpl
- fromOutcome(String) - Method in class com.sun.faces.flow.builder.ReturnBuilderImpl
- fromOutcome(String) - Method in class com.sun.faces.flow.builder.SwitchCaseBuilderImpl
- fromOutcome(String) - Method in class jakarta.faces.flow.builder.NavigationCaseBuilder
-
Set the from-outcome of the current navigation case.
- fromOutcome(String) - Method in class jakarta.faces.flow.builder.ReturnBuilder
-
Set the outcome of the current return node.
- fromOutcome(String) - Method in class jakarta.faces.flow.builder.SwitchCaseBuilder
-
Set the outcome in the previously created switch case.
- fromPath(String) - Static method in class jakarta.ws.rs.core.Link
-
Convenience method to build a link from a path.
- fromPath(String) - Static method in class jakarta.ws.rs.core.UriBuilder
-
Create a new instance representing a relative URI initialized from a URI path.
- fromResource(Class<?>) - Static method in class jakarta.ws.rs.core.Link
-
Convenience method to build a link from a resource.
- fromResource(Class<?>) - Static method in class jakarta.ws.rs.core.UriBuilder
-
Create a new instance representing a relative URI initialized from a root resource class.
- fromResponse(Response) - Static method in class jakarta.ws.rs.core.Response
-
Create a new ResponseBuilder by performing a shallow copy of an existing Response.
- fromStatusCode(int) - Static method in enum class jakarta.ws.rs.core.Response.Status
-
Convert a numerical status code into the corresponding Status.
- fromString(String) - Static method in enum class jakarta.security.enterprise.authentication.mechanism.http.openid.DisplayType
- fromString(String) - Static method in enum class jakarta.security.enterprise.authentication.mechanism.http.openid.PromptType
- fromString(String) - Method in interface jakarta.ws.rs.ext.ParamConverter
-
Parse the supplied value and create an instance of
T
. - fromString(String) - Method in interface jakarta.ws.rs.ext.RuntimeDelegate.HeaderDelegate
-
Parse the supplied value and create an instance of
T
. - FromStringTerm - Class in jakarta.mail.search
-
This class implements string comparisons for the From Address header.
- FromStringTerm(String) - Constructor for class jakarta.mail.search.FromStringTerm
-
Constructor.
- FromTerm - Class in jakarta.mail.search
-
This class implements comparisons for the From Address header.
- FromTerm(Address) - Constructor for class jakarta.mail.search.FromTerm
-
Constructor
- fromUri(String) - Static method in class jakarta.ws.rs.core.Link
-
Create a new builder instance initialized from an existing URI represented as a string.
- fromUri(String) - Static method in class jakarta.ws.rs.core.UriBuilder
-
Create a new instance initialized from an existing URI.
- fromUri(URI) - Static method in class jakarta.ws.rs.core.Link
-
Create a new builder instance initialized from an existing URI.
- fromUri(URI) - Static method in class jakarta.ws.rs.core.UriBuilder
-
Create a new instance initialized from an existing URI.
- fromUriBuilder(UriBuilder) - Static method in class jakarta.ws.rs.core.Link
-
Create a new builder instance initialized from a URI builder.
- fromViewId(String) - Method in class com.sun.faces.flow.builder.NavigationCaseBuilderImpl
- fromViewId(String) - Method in class jakarta.faces.flow.builder.NavigationCaseBuilder
-
Set the from-view-id of the current navigation case.
- FULL_STATE_SAVING_VIEW_IDS_PARAM_NAME - Static variable in class jakarta.faces.application.StateManager
-
Deprecated, for removal: This API element is subject to removal in a future version.Full state saving will be removed in favor of partial state saving in order to keep the spec simple. Therefore specifying full state saving view IDs via this context parameter will not anymore be an option.
- FullStateSavingViewIds - Enum constant in enum class com.sun.faces.config.WebConfiguration.WebContextInitParameter
- fullURL - Variable in class jakarta.mail.URLName
-
The full version of the URL
- FullVisitContext - Class in com.sun.faces.component.visit
-
A VisitContext implementation that is used when performing a full component tree visit.
- FullVisitContext(FacesContext) - Constructor for class com.sun.faces.component.visit.FullVisitContext
-
Creates a FullVisitorContext instance.
- FullVisitContext(FacesContext, Set<VisitHint>) - Constructor for class com.sun.faces.component.visit.FullVisitContext
-
Creates a FullVisitorContext instance with the specified hints.
- function(String, Class<T>, Expression<?>...) - Method in interface jakarta.persistence.criteria.CriteriaBuilder
-
Create an expression for the execution of a database function.
- FunctionInfo - Class in jakarta.servlet.jsp.tagext
-
Information for a function in a Tag Library.
- FunctionInfo(String, String, String) - Constructor for class jakarta.servlet.jsp.tagext.FunctionInfo
-
Constructor for FunctionInfo.
- FunctionLibrary - Class in com.sun.faces.facelets.util
-
This
TagLibrary
exposes thepublic static
methods defined on thefunctionsClass
provided to the constructor as EL functions. - FunctionLibrary(Class<?>, String) - Constructor for class com.sun.faces.facelets.util.FunctionLibrary
- FunctionMapper - Class in jakarta.el
-
The interface to a map between Jakarta Expression Language function names and methods.
- FunctionMapper() - Constructor for class jakarta.el.FunctionMapper
- functions - Variable in class jakarta.servlet.jsp.tagext.TagLibraryInfo
-
An array describing the functions that are defined in this tag library.
- Future - Annotation Interface in jakarta.validation.constraints
-
The annotated element must be an instant, date or time in the future.
- Future.List - Annotation Interface in jakarta.validation.constraints
-
Defines several
Future
annotations on the same element. - FutureOrPresent - Annotation Interface in jakarta.validation.constraints
-
The annotated element must be an instant, date or time in the present or in the future.
- FutureOrPresent.List - Annotation Interface in jakarta.validation.constraints
-
Defines several
FutureOrPresent
annotations on the same element.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form