Index
A B C D E F G H I J K L M N O P Q R S T U V W X _
All Classes|All Packages
All Classes|All Packages
A
- ABANDONED_FLOW - Static variable in class com.sun.faces.flow.FlowHandlerImpl
- ABANDONED_FLOW - Static variable in class com.sun.faces.flow.FlowImpl
- AbortProcessingException - Exception in jakarta.faces.event
-
An exception that may be thrown by event listeners to terminate the processing of the current event.
- AbortProcessingException() - Constructor for exception jakarta.faces.event.AbortProcessingException
-
Construct a new exception with no detail message or root cause.
- AbortProcessingException(String) - Constructor for exception jakarta.faces.event.AbortProcessingException
-
Construct a new exception with the specified detail message and no root cause.
- AbortProcessingException(String, Throwable) - Constructor for exception jakarta.faces.event.AbortProcessingException
-
Construct a new exception with the specified detail message and root cause.
- AbortProcessingException(Throwable) - Constructor for exception jakarta.faces.event.AbortProcessingException
-
Construct a new exception with the specified root cause.
- AbstractConfigProcessor - Class in com.sun.faces.config.processor
-
This is the base
ConfigProcessor
that all concreteConfigProcessor
implementations should extend. - AbstractConfigProcessor() - Constructor for class com.sun.faces.config.processor.AbstractConfigProcessor
- AbstractConverterTag - Class in com.sun.faces.taglib.jsf_core
-
Base class for all
ConverterTag
s.
- AbstractConverterTag() - Constructor for class com.sun.faces.taglib.jsf_core.AbstractConverterTag
- AbstractHtmlLibrary - Class in com.sun.faces.facelets.tag.jsf.html
- AbstractHtmlLibrary(String) - Constructor for class com.sun.faces.facelets.tag.jsf.html.AbstractHtmlLibrary
- AbstractSearchKeywordResolverImpl - Class in com.sun.faces.component.search
- AbstractSearchKeywordResolverImpl() - Constructor for class com.sun.faces.component.search.AbstractSearchKeywordResolverImpl
- AbstractTagLibrary - Class in com.sun.faces.facelets.tag
-
Base class for defining TagLibraries in Java
- AbstractTagLibrary(String) - Constructor for class com.sun.faces.facelets.tag.AbstractTagLibrary
- AbstractTagLibrary.ComponentConfigWrapper - Class in com.sun.faces.facelets.tag
- AbstractUIHandler - Class in com.sun.faces.facelets.compiler
- AbstractUIHandler() - Constructor for class com.sun.faces.facelets.compiler.AbstractUIHandler
- AbstractValidatorTag - Class in com.sun.faces.taglib.jsf_core
-
Base class for all
ValidatorTag
s.
- AbstractValidatorTag() - Constructor for class com.sun.faces.taglib.jsf_core.AbstractValidatorTag
- accept - jakarta.faces.component.html.HtmlForm.PropertyKeys
- ACCEPT - jakarta.faces.component.visit.VisitResult
-
This result indicates that the tree visit should descend into current component's subtree.
- acceptcharset - jakarta.faces.component.html.HtmlForm.PropertyKeys
- accesskey - jakarta.faces.component.html.HtmlCommandButton.PropertyKeys
- accesskey - jakarta.faces.component.html.HtmlCommandLink.PropertyKeys
- accesskey - jakarta.faces.component.html.HtmlInputFile.PropertyKeys
- accesskey - jakarta.faces.component.html.HtmlInputSecret.PropertyKeys
- accesskey - jakarta.faces.component.html.HtmlInputText.PropertyKeys
- accesskey - jakarta.faces.component.html.HtmlInputTextarea.PropertyKeys
- accesskey - jakarta.faces.component.html.HtmlOutcomeTargetButton.PropertyKeys
- accesskey - jakarta.faces.component.html.HtmlOutcomeTargetLink.PropertyKeys
- accesskey - jakarta.faces.component.html.HtmlOutputLabel.PropertyKeys
- accesskey - jakarta.faces.component.html.HtmlOutputLink.PropertyKeys
- accesskey - jakarta.faces.component.html.HtmlSelectBooleanCheckbox.PropertyKeys
- accesskey - jakarta.faces.component.html.HtmlSelectManyCheckbox.PropertyKeys
- accesskey - jakarta.faces.component.html.HtmlSelectManyListbox.PropertyKeys
- accesskey - jakarta.faces.component.html.HtmlSelectManyMenu.PropertyKeys
- accesskey - jakarta.faces.component.html.HtmlSelectOneListbox.PropertyKeys
- accesskey - jakarta.faces.component.html.HtmlSelectOneMenu.PropertyKeys
- accesskey - jakarta.faces.component.html.HtmlSelectOneRadio.PropertyKeys
- ACT_AS_DO_LAST_PHASE_ACTIONS - Static variable in class com.sun.faces.context.flash.ELFlash
- ActionEvent - Class in jakarta.faces.event
-
An
ActionEvent
represents the activation of a user interface component (such as aUICommand
). - ActionEvent(UIComponent) - Constructor for class jakarta.faces.event.ActionEvent
-
Construct a new event object from the specified source component and action command.
- ActionEvent(FacesContext, UIComponent) - Constructor for class jakarta.faces.event.ActionEvent
-
Construct a new event object from the Faces context, specified source component and action command.
- ActionListener - Interface in jakarta.faces.event
-
A listener interface for receiving
ActionEvent
s. - ActionListenerHandler - Class in com.sun.faces.facelets.tag.jsf.core
-
Register an ActionListener instance on the UIComponent associated with the closest parent UIComponent custom action.
- ActionListenerHandler(TagConfig) - Constructor for class com.sun.faces.facelets.tag.jsf.core.ActionListenerHandler
- ActionListenerHandlerBase - Class in com.sun.faces.facelets.tag.jsf.core
-
Register an ActionListener instance on the UIComponent associated with the closest parent UIComponent custom action.
- ActionListenerHandlerBase(TagConfig) - Constructor for class com.sun.faces.facelets.tag.jsf.core.ActionListenerHandlerBase
- ActionListenerImpl - Class in com.sun.faces.application
-
This action listener implementation processes action events during the Apply Request Values or Invoke Application phase of the request processing lifecycle (depending upon the
immediate
property of theActionSource
that queued this event. - ActionListenerImpl() - Constructor for class com.sun.faces.application.ActionListenerImpl
- ActionListenerTag - Class in com.sun.faces.taglib.jsf_core
-
Tag implementation that creates a
ActionListener
instance and registers it on theUIComponent
associated with our most immediate surrounding instance of a tag whose implementation class is a subclass ofUIComponentClassicTagBase
. - ActionListenerTag() - Constructor for class com.sun.faces.taglib.jsf_core.ActionListenerTag
- ActionListenerWrapper - Class in jakarta.faces.event
-
Provides a simple implementation of
ActionListener
that can be subclassed by developers wishing to provide specialized behavior to an existingActionListener
instance. - ActionListenerWrapper() - Constructor for class jakarta.faces.event.ActionListenerWrapper
- ActionSource - Interface in jakarta.faces.component
-
ActionSource is an interface that may be implemented by any concrete
UIComponent
that wishes to be a source ofActionEvent
s, including the ability to invoke application actions via the defaultActionListener
mechanism. - ActionSource2 - Interface in jakarta.faces.component
-
ActionSource2 extends
ActionSource
and provides a JavaBeans property analogous to the "action
" property onActionSource
. - ActionSource2AttachedObjectHandler - Interface in jakarta.faces.view
-
A VDL handler that exposes
ActionListener
to a page author. - ActionSource2AttachedObjectTarget - Interface in jakarta.faces.view
-
A marker interface for VDL tags that represent
<composite:actionSource/>
for use by the composite component page author. - ActionSource2AttachedObjectTargetHandler - Class in com.sun.faces.facelets.tag.composite
- ActionSource2AttachedObjectTargetHandler(TagConfig) - Constructor for class com.sun.faces.facelets.tag.composite.ActionSource2AttachedObjectTargetHandler
- ActionSource2AttachedObjectTargetImpl - Class in com.sun.faces.facelets.tag.composite
- ActionSource2AttachedObjectTargetImpl() - Constructor for class com.sun.faces.facelets.tag.composite.ActionSource2AttachedObjectTargetImpl
- ACTIVE_VIEW_MAPS - Static variable in class com.sun.faces.application.view.ViewScopeManager
-
Stores the constants to keep track of the active view maps.
- ACTIVE_VIEW_MAPS_SIZE - Static variable in class com.sun.faces.application.view.ViewScopeManager
-
Stores the constant for the maximum active view map size.
- ACTUAL_VIEW_MAP - Static variable in class com.sun.faces.util.RequestStateManager
-
This attribute is used by the StateMangaer during restore view.
- add(ResourceInfo, List<String>) - Method in class com.sun.faces.application.resource.ResourceCache
-
Add the
ResourceInfo
to the internal cache. - add(E) - Method in class com.sun.faces.util.MostlySingletonSet
- add(ELResolver) - Method in class com.sun.faces.el.ChainTypeCompositeELResolver
- add(ELResolver) - Method in class com.sun.faces.el.DemuxCompositeELResolver
- add(SearchKeywordResolver) - Method in class com.sun.faces.component.search.CompositeSearchKeywordResolver
- add(Metadata) - Method in class com.sun.faces.facelets.tag.MetaRulesetImpl
- add(Metadata) - Method in class jakarta.faces.view.facelets.MetaRuleset
-
Add another
Metadata
to this ruleset, returningthis
. - add(Session) - Method in class com.sun.faces.push.WebsocketSessionManager
-
On open, add given web socket session to the mapping associated with its channel identifier and returns
true
if it's accepted (i.e. - add(Serializable, Object) - Method in interface jakarta.faces.component.StateHelper
-
Store the specified
value
in aList
that is internal to theStateHelper
. - add(String, TagHandler) - Method in class com.sun.faces.facelets.tag.jsf.AttachedBehaviors
- add(T, V) - Method in class com.sun.faces.util.CollectionsUtils.ConstMap
- ADD - Static variable in class com.sun.faces.util.ComponentStruct
-
Marker that specifies this is an ADD.
- addActionListener(ActionListener) - Method in interface jakarta.faces.component.ActionSource
-
Add a new
ActionListener
to the set of listeners interested in being notified whenActionEvent
s occur. - addActionListener(ActionListener) - Method in class jakarta.faces.component.UICommand
- addActionListener(ActionListener) - Method in class jakarta.faces.component.UIViewAction
-
Add a new
ActionListener
to the set of listeners interested in being notified whenActionEvent
s occur. - addAjaxBehaviorListener(AjaxBehaviorListener) - Method in class jakarta.faces.component.behavior.AjaxBehavior
-
Add the specified
AjaxBehaviorListener
to the set of listeners registered to receive event notifications from thisAjaxBehavior
. - addAll(Collection<? extends E>) - Method in class com.sun.faces.util.MostlySingletonSet
- addAnnotatedTypes(BeforeBeanDiscovery, BeanManager, Class<?>...) - Static method in class com.sun.faces.cdi.CdiUtils
- addBehavior(FacesContext, ClientBehaviorHolder) - Method in class com.sun.faces.component.behavior.AjaxBehaviors.BehaviorInfo
- addBehavior(String, String) - Method in class com.sun.faces.application.ApplicationImpl
- addBehavior(String, String) - Method in class com.sun.faces.application.applicationimpl.InstanceFactory
- addBehavior(String, String) - Method in class com.sun.faces.facelets.tag.AbstractTagLibrary
- addBehavior(String, String) - Method in class jakarta.faces.application.Application
-
Register a new mapping of behavior id to the name of the corresponding
Behavior
class. - addBehavior(String, String) - Method in class jakarta.faces.application.ApplicationWrapper
-
The default behavior of this method is to call
Application.addBehavior(String, String)
on the wrappedApplication
object. - addBehavior(String, String, Class) - Method in class com.sun.faces.facelets.tag.AbstractTagLibrary
- addBehaviorListener(BehaviorListener) - Method in class jakarta.faces.component.behavior.BehaviorBase
-
Add the specified
BehaviorListener
to the set of listeners registered to receive event notifications from thisBehavior
. - addBehaviors(FacesContext, ClientBehaviorHolder) - Method in class com.sun.faces.component.behavior.AjaxBehaviors
- addChannelId(String, String, String) - Method in class com.sun.faces.push.WebsocketUserManager
-
Add user channel ID associated with given session based user ID and channel name.
- addChild(UIComponent) - Method in class jakarta.faces.webapp.UIComponentClassicTagBase
- addChild(UIComponent) - Method in class jakarta.faces.webapp.UIComponentTagBase
-
Add the component identifier of the specified
UIComponent
to the list of component identifiers created or located by nestedUIComponentTag
s processing this request. - addClientBehavior(String, ClientBehavior) - Method in class com.sun.faces.facelets.tag.composite.BehaviorHolderWrapper
- addClientBehavior(String, ClientBehavior) - Method in interface jakarta.faces.component.behavior.ClientBehaviorHolder
-
Attaches a
ClientBehavior
to the component implementing this interface for the specified event. - addClientBehavior(String, ClientBehavior) - Method in class jakarta.faces.component.UIComponentBase
-
This is a default implementation of
ClientBehaviorHolder.addClientBehavior(java.lang.String, jakarta.faces.component.behavior.ClientBehavior)
. - addClientBehaviorRenderer(String, ClientBehaviorRenderer) - Method in class com.sun.faces.renderkit.RenderKitImpl
- addClientBehaviorRenderer(String, ClientBehaviorRenderer) - Method in class jakarta.faces.render.RenderKit
-
Register the specified
ClientBehaviorRenderer
instance, associated with the specified componenttype
, to the set ofClientBehaviorRenderer
s registered with thisRenderKit
, replacing any previously registeredClientBehaviorRenderer
for this type. - addClientBehaviorRenderer(String, ClientBehaviorRenderer) - Method in class jakarta.faces.render.RenderKitWrapper
-
The default behavior of this method is to call
RenderKit.addClientBehaviorRenderer(String, ClientBehaviorRenderer)
on the wrappedRenderKit
object. - addComponent(FaceletContext, UIComponent, UIComponent) - Method in class com.sun.faces.facelets.compiler.AbstractUIHandler
- addComponent(FaceletContext, UIComponent, UIComponent) - Static method in class com.sun.faces.facelets.tag.jsf.ComponentSupport
-
Add the child component to the parent.
- addComponent(String, String) - Method in class com.sun.faces.application.ApplicationImpl
- addComponent(String, String) - Method in class com.sun.faces.application.applicationimpl.InstanceFactory
- addComponent(String, String) - Method in class jakarta.faces.application.Application
-
Register a new mapping of component type to the name of the corresponding
UIComponent
class. - addComponent(String, String) - Method in class jakarta.faces.application.ApplicationWrapper
-
The default behavior of this method is to call
Application.addComponent(String, String)
on the wrappedApplication
object. - addComponent(String, String, String) - Method in class com.sun.faces.facelets.tag.AbstractTagLibrary
-
Add a ComponentHandlerImpl with the specified componentType and rendererType, aliased by the tag name.
- addComponent(String, String, String, Class) - Method in class com.sun.faces.facelets.tag.AbstractTagLibrary
-
Add a ComponentHandlerImpl with the specified componentType and rendererType, aliased by the tag name.
- addComponentResource(FacesContext, UIComponent) - Method in class jakarta.faces.component.UIViewRoot
-
Add argument
component
, which is assumed to represent a resource instance, as a resource to this view. - addComponentResource(FacesContext, UIComponent, String) - Method in class jakarta.faces.component.UIViewRoot
-
Add argument
component
, which is assumed to represent a resource instance, as a resource to this view. - addComponentToView(FaceletContext, UIComponent, UIComponent, boolean) - Method in class com.sun.faces.facelets.tag.jsf.ComponentTagHandlerDelegateImpl
- addComponentToView(FaceletContext, UIComponent, UIComponent, boolean) - Method in class com.sun.faces.facelets.tag.jsf.html.ComponentResourceDelegate
- addCompositeComponentTag(String, String) - Method in class com.sun.faces.facelets.tag.AbstractTagLibrary
-
Add a CompositeComponentTagHandler for the specified resource.
- addConversionErrorMessage(FacesContext, UIComponent, ConverterException) - Method in class com.sun.faces.application.PropertyEditorHelper
-
Add a conversion error message in the case of a PropertyEditor based conversion error.
- addConverter(Class<?>, String) - Method in class com.sun.faces.application.ApplicationImpl
- addConverter(Class<?>, String) - Method in class com.sun.faces.application.applicationimpl.InstanceFactory
- addConverter(Class<?>, String) - Method in class jakarta.faces.application.Application
-
Register a new converter class that is capable of performing conversions for the specified target class.
- addConverter(Class<?>, String) - Method in class jakarta.faces.application.ApplicationWrapper
-
The default behavior of this method is to call
Application.addConverter(Class, String)
on the wrappedApplication
object. - addConverter(String, String) - Method in class com.sun.faces.application.ApplicationImpl
- addConverter(String, String) - Method in class com.sun.faces.application.applicationimpl.InstanceFactory
- addConverter(String, String) - Method in class com.sun.faces.facelets.tag.AbstractTagLibrary
-
Add a ConverterHandler for the specified converterId
- addConverter(String, String) - Method in class jakarta.faces.application.Application
-
Register a new mapping of converter id to the name of the corresponding
Converter
class. - addConverter(String, String) - Method in class jakarta.faces.application.ApplicationWrapper
-
The default behavior of this method is to call
Application.addConverter(String, String)
on the wrappedApplication
object. - addConverter(String, String, Class) - Method in class com.sun.faces.facelets.tag.AbstractTagLibrary
-
Add a ConverterHandler for the specified converterId of a TagHandler type
- addDataModelListener(DataModelListener) - Method in class jakarta.faces.model.DataModel
-
Add a new
DataModelListener
to the set interested in notifications from thisDataModel
. - addDefaultValidatorId(String) - Method in class com.sun.faces.application.ApplicationImpl
- addDefaultValidatorId(String) - Method in class com.sun.faces.application.applicationimpl.InstanceFactory
- addDefaultValidatorId(String) - Method in class jakarta.faces.application.Application
-
Register a validator by its id that is applied to all
UIInput
components in a view. - addDefaultValidatorId(String) - Method in class jakarta.faces.application.ApplicationWrapper
-
The default behavior of this method is to call
Application.addDefaultValidatorId(String)
on the wrappedApplication
object. - addDefaultValidatorsToComponent(FacesContext, EditableValueHolder) - Static method in class com.sun.faces.component.validator.ComponentValidators
-
Creates and installs default validators, if any, into the argument
EditableValueHolder
. - addDuplicateName(String, Class<? extends SystemEvent>) - Method in class com.sun.faces.application.NamedEventManager
- addELContextListener(ELContextListener) - Method in class com.sun.faces.application.ApplicationImpl
- addELContextListener(ELContextListener) - Method in class com.sun.faces.application.applicationimpl.ExpressionLanguage
- addELContextListener(ELContextListener) - Method in class jakarta.faces.application.Application
-
Provide a way for Faces applications to register an
ELContextListener
that will be notified on creation ofELContext
instances. - addELContextListener(ELContextListener) - Method in class jakarta.faces.application.ApplicationWrapper
-
The default behavior of this method is to call
Application.addELContextListener(jakarta.el.ELContextListener)
on the wrappedApplication
object. - addELResolver(ELResolver) - Method in class com.sun.faces.application.ApplicationImpl
- addELResolver(ELResolver) - Method in class com.sun.faces.application.applicationimpl.ExpressionLanguage
- addELResolver(ELResolver) - Method in class jakarta.faces.application.Application
-
Cause an the argument
resolver
to be added to the resolver chain as specified in section 5.5.1 of the Jakarta Server Faces Specification. - addELResolver(ELResolver) - Method in class jakarta.faces.application.ApplicationWrapper
-
The default behavior of this method is to call
Application.addELResolver(jakarta.el.ELResolver)
on the wrappedApplication
object. - addExactMappedMarker(String) - Static method in class com.sun.faces.util.Util
- addFacesComponent(FacesComponentUsage) - Method in class com.sun.faces.application.ApplicationAssociate
- addFacesListener(FacesListener) - Method in class com.sun.faces.facelets.compiler.UILeaf
- addFacesListener(FacesListener) - Method in class com.sun.faces.facelets.tag.composite.BehaviorHolderWrapper
- addFacesListener(FacesListener) - Method in class jakarta.faces.component.UIComponent
-
Add the specified
FacesListener
to the set of listeners registered to receive event notifications from thisUIComponent
. - addFacesListener(FacesListener) - Method in class jakarta.faces.component.UIComponentBase
-
Add the specified
FacesListener
to the set of listeners registered to receive event notifications from thisUIComponent
. - addFacet(String) - Method in class jakarta.faces.webapp.UIComponentClassicTagBase
- addFacet(String) - Method in class jakarta.faces.webapp.UIComponentTagBase
-
Add the facet name of the specified facet to the list of facet names created or located by nested
UIComponentTag
s processing this request. - addFlow(FacesContext, Flow) - Method in class com.sun.faces.flow.FlowHandlerImpl
- addFlow(FacesContext, Flow) - Method in class jakarta.faces.flow.FlowHandler
-
Add the argument
Flow
to the collection ofFlow
s known to the current application. - addFunction(String, Method) - Method in class com.sun.faces.facelets.tag.AbstractTagLibrary
-
Add a Method to be used as a Function at Compilation.
- addFunction(String, String, Method) - Method in class com.sun.faces.facelets.el.DefaultFunctionMapper
- addHint(SearchExpressionContext, SearchExpressionHint) - Method in class com.sun.faces.component.search.SearchExpressionHandlerImpl
- addHtmlComponent(String, String, String) - Method in class com.sun.faces.facelets.tag.jsf.html.AbstractHtmlLibrary
- addInitContextEntryForCurrentThread() - Method in class com.sun.faces.config.InitFacesContext
- addLifecycle(String, Lifecycle) - Method in class com.sun.faces.lifecycle.LifecycleFactoryImpl
- addLifecycle(String, Lifecycle) - Method in class jakarta.faces.lifecycle.LifecycleFactory
-
Register a new
Lifecycle
instance, associated with the specifiedlifecycleId
, to be supported by thisLifecycleFactory
. - addMessage(String, FacesMessage) - Method in class com.sun.faces.config.initfacescontext.NoOpFacesContext
- addMessage(String, FacesMessage) - Method in class com.sun.faces.context.FacesContextImpl
- addMessage(String, FacesMessage) - Method in class jakarta.faces.context.FacesContext
-
Append a
FacesMessage
to the set of messages associated with the specified client identifier, ifclientId
is notnull
. - addMessage(String, FacesMessage) - Method in class jakarta.faces.context.FacesContextWrapper
-
The default behavior of this method is to call
FacesContext.addMessage(String, FacesMessage)
on the wrappedFacesContext
object. - addNamedEvent(String, Class<? extends SystemEvent>) - Method in class com.sun.faces.application.NamedEventManager
- addNavigationCase(NavigationCase) - Method in class com.sun.faces.application.ApplicationAssociate
-
Add a navigation case to the internal case set.
- addNavigationParams(NavigationCase, Map<String, List<String>>) - Method in class com.sun.faces.renderkit.html_basic.OutcomeTargetRenderer
- addPhaseListener(PhaseListener) - Method in class com.sun.faces.lifecycle.LifecycleImpl
- addPhaseListener(PhaseListener) - Method in class jakarta.faces.component.UIViewRoot
- addPhaseListener(PhaseListener) - Method in class jakarta.faces.lifecycle.Lifecycle
-
Register a new
PhaseListener
instance that is interested in being notified before and after the processing for standard phases of the request processing lifecycle. - addPhaseListener(PhaseListener) - Method in class jakarta.faces.lifecycle.LifecycleWrapper
- addPropertyELResolver(ELResolver) - Method in class com.sun.faces.el.ChainTypeCompositeELResolver
- addPropertyELResolver(ELResolver) - Method in class com.sun.faces.el.DemuxCompositeELResolver
- addPropertyELResolver(ELResolver) - Method in class com.sun.faces.el.FacesCompositeELResolver
- addProtectedView(String) - Method in class com.sun.faces.application.view.MultiViewHandler
- addProtectedView(String) - Method in class jakarta.faces.application.ViewHandler
-
Add the argument
urlPattern
to the thread safeSet
of protected views for this application. - addProtectedView(String) - Method in class jakarta.faces.application.ViewHandlerWrapper
-
The default behavior of this method is to call
ViewHandler.addProtectedView(java.lang.String)
on the wrappedViewHandler
object. - addRadio(FacesContext, UISelectOne) - Method in class com.sun.faces.renderkit.html_basic.RadioRenderer.Group
- addRenderer(String, String, Renderer) - Method in class com.sun.faces.renderkit.RenderKitImpl
- addRenderer(String, String, Renderer) - Method in class jakarta.faces.render.RenderKit
- addRenderer(String, String, Renderer) - Method in class jakarta.faces.render.RenderKitWrapper
-
The default behavior of this method is to call
RenderKit.addRenderer(String, String, Renderer)
on the wrappedRenderKit
object. - addRenderKit(String, RenderKit) - Method in class com.sun.faces.renderkit.RenderKitFactoryImpl
- addRenderKit(String, RenderKit) - Method in class jakarta.faces.render.RenderKitFactory
-
Register the specified
RenderKit
instance, associated with the specifiedrenderKitId
, to be supported by thisRenderKitFactory
, replacing any previously registeredRenderKit
for this identifier. - addResourceBundle(String, ApplicationResourceBundle) - Method in class com.sun.faces.application.ApplicationAssociate
-
keys: element from faces-config
- addResponseCookie(String, String, Map<String, Object>) - Method in class com.sun.faces.context.ExternalContextImpl
- addResponseCookie(String, String, Map<String, Object>) - Method in class jakarta.faces.context.ExternalContext
-
Adds the cookie represented by the arguments to the response.
- addResponseCookie(String, String, Map<String, Object>) - Method in class jakarta.faces.context.ExternalContextWrapper
-
The default behavior of this method is to call
ExternalContext.addResponseCookie(String, String, Map)
on the wrappedExternalContext
object. - addResponseHeader(String, String) - Method in class com.sun.faces.config.initfacescontext.ServletContextAdapter
- addResponseHeader(String, String) - Method in class com.sun.faces.context.ExternalContextImpl
- addResponseHeader(String, String) - Method in class jakarta.faces.context.ExternalContext
-
Add the given name and value to the response header.
- addResponseHeader(String, String) - Method in class jakarta.faces.context.ExternalContextWrapper
-
The default behavior of this method is to call
ExternalContext.addResponseHeader(String,String)
on the wrappedExternalContext
object. - addRootELResolver(ELResolver) - Method in class com.sun.faces.el.ChainTypeCompositeELResolver
- addRootELResolver(ELResolver) - Method in class com.sun.faces.el.DemuxCompositeELResolver
- addRootELResolver(ELResolver) - Method in class com.sun.faces.el.FacesCompositeELResolver
- addRule(MetaRule) - Method in class com.sun.faces.facelets.tag.MetaRulesetImpl
- addRule(MetaRule) - Method in class jakarta.faces.view.facelets.MetaRuleset
-
Add another
MetaRule
to this ruleset, returningthis
. - addSearchKeywordResolver(SearchKeywordResolver) - Method in class com.sun.faces.application.ApplicationImpl
- addSearchKeywordResolver(SearchKeywordResolver) - Method in class com.sun.faces.application.applicationimpl.SearchExpression
- addSearchKeywordResolver(SearchKeywordResolver) - Method in class jakarta.faces.application.Application
-
Cause the argument
resolver
to be added to the head of the resolver chain. - addSearchKeywordResolver(SearchKeywordResolver) - Method in class jakarta.faces.application.ApplicationWrapper
- addServletContextEntryForInitContext(ServletContext) - Method in class com.sun.faces.config.InitFacesContext
- addTagDecorator(TagDecorator) - Method in class com.sun.faces.facelets.compiler.Compiler
- addTagHandler(String, Class) - Method in class com.sun.faces.facelets.tag.AbstractTagLibrary
-
Use the specified HandlerType in compiling Facelets.
- addTagLibraries(Compiler) - Method in class com.sun.faces.application.ApplicationAssociate
- addTagLibrary(TagLibrary) - Method in class com.sun.faces.facelets.compiler.Compiler
- addUserTag(String, URL) - Method in class com.sun.faces.facelets.tag.AbstractTagLibrary
-
Add a UserTagHandler specified a the URL source.
- addValidator(Validator) - Method in class com.sun.faces.ext.component.UIValidateWholeBean
- addValidator(Validator) - Method in interface jakarta.faces.component.EditableValueHolder
-
Add a
Validator
instance to the set associated with this component. - addValidator(Validator) - Method in class jakarta.faces.component.UIInput
- addValidator(String, String) - Method in class com.sun.faces.application.ApplicationImpl
- addValidator(String, String) - Method in class com.sun.faces.application.applicationimpl.InstanceFactory
- addValidator(String, String) - Method in class com.sun.faces.facelets.tag.AbstractTagLibrary
-
Add a ValidatorHandler for the specified validatorId
- addValidator(String, String) - Method in class jakarta.faces.application.Application
-
Register a new mapping of validator id to the name of the corresponding
Validator
class. - addValidator(String, String) - Method in class jakarta.faces.application.ApplicationWrapper
-
The default behavior of this method is to call
Application.addValidator(String, String)
on the wrappedApplication
object. - addValidator(String, String, Class) - Method in class com.sun.faces.facelets.tag.AbstractTagLibrary
-
Add a ValidatorHandler for the specified validatorId
- addValidators(FacesContext, EditableValueHolder) - Method in class com.sun.faces.component.validator.ComponentValidators
-
Based on the
ValidatorInfo
instances present on the stack, configure the argumentEditableValueHolder
withValidator
s created from the available info. - addValueChangeListener(ValueChangeListener) - Method in interface jakarta.faces.component.EditableValueHolder
-
Add a new
ValueChangeListener
to the set of listeners interested in being notified whenValueChangeEvent
s occur. - addValueChangeListener(ValueChangeListener) - Method in class jakarta.faces.component.UIInput
-
Add a new
ValueChangeListener
to the set of listeners interested in being notified whenValueChangeEvent
s occur. - addVerbatimAfterComponent(UIComponentClassicTagBase, UIComponent, UIComponent) - Method in class jakarta.faces.webapp.UIComponentClassicTagBase
-
Add verbatim as a sibling of component in component in the parent's child list.
- addVerbatimBeforeComponent(UIComponentClassicTagBase, UIComponent, UIComponent) - Method in class jakarta.faces.webapp.UIComponentClassicTagBase
-
Add verbatim as a sibling of component in component in the parent's child list.
- addViewParameters(FacesContext, String, Map<String, List<String>>) - Method in class com.sun.faces.application.view.MultiViewHandler
- AFTER_VIEW_CONTENT - Static variable in class com.sun.faces.util.RequestStateManager
-
Attribute for storing any content within a page that is defined after the closing f:view.
- afterBean(AfterBeanDiscovery, BeanManager) - Method in class com.sun.faces.cdi.CdiExtension
-
After bean discovery.
- afterBeanDiscovery(AfterBeanDiscovery, BeanManager) - Method in class com.sun.faces.application.view.ViewScopeExtension
-
After bean discovery.
- afterDeploymentValidation(AfterDeploymentValidation, BeanManager) - Method in class com.sun.faces.cdi.CdiExtension
-
After deployment validation
- afterPhase - Variable in class com.sun.faces.taglib.jsf_core.ViewTag
- afterPhase(PhaseEvent) - Method in class com.sun.faces.lifecycle.ELResolverInitPhaseListener
-
Handle a notification that the processing for a particular phase has just been completed.
- afterPhase(PhaseEvent) - Method in class com.sun.faces.lifecycle.HttpMethodRestrictionsPhaseListener
- afterPhase(PhaseEvent) - Method in interface jakarta.faces.event.PhaseListener
-
Handle a notification that the processing for a particular phase has just been completed.
- AjaxBehavior - Class in jakarta.faces.component.behavior
-
An instance of this class is added as a
ClientBehavior
to a component using theClientBehaviorHolder.addClientBehavior(java.lang.String, jakarta.faces.component.behavior.ClientBehavior)
contract that components implement. - AjaxBehavior() - Constructor for class jakarta.faces.component.behavior.AjaxBehavior
- AjaxBehaviorEvent - Class in jakarta.faces.event
-
AjaxBehaviorEvent represents the component behavior specific to
Ajax
). - AjaxBehaviorEvent(UIComponent, Behavior) - Constructor for class jakarta.faces.event.AjaxBehaviorEvent
-
Construct a new event object from the specified source component and Ajax behavior.
- AjaxBehaviorEvent(FacesContext, UIComponent, Behavior) - Constructor for class jakarta.faces.event.AjaxBehaviorEvent
-
Construct a new event object from the Faces context, specified source component and Ajax behavior.
- AjaxBehaviorListener - Interface in jakarta.faces.event
-
By implementing this class, an object indicates that it is a listener for one or more kinds of
BehaviorEvent
s. - AjaxBehaviorRenderer - Class in com.sun.faces.renderkit.html_basic
- AjaxBehaviorRenderer() - Constructor for class com.sun.faces.renderkit.html_basic.AjaxBehaviorRenderer
- AjaxBehaviors - Class in com.sun.faces.component.behavior
-
An instance of the class is used to manage
AjaxBehavior
instances. - AjaxBehaviors() - Constructor for class com.sun.faces.component.behavior.AjaxBehaviors
- AjaxBehaviors.BehaviorInfo - Class in com.sun.faces.component.behavior
- AjaxExceptionHandlerImpl - Class in com.sun.faces.context
-
A specialized implementation of
ExceptionHandler
for Faces that handles exceptions by writing error information to the partial response. - AjaxExceptionHandlerImpl(ExceptionHandler) - Constructor for class com.sun.faces.context.AjaxExceptionHandlerImpl
- AjaxHandler - Class in com.sun.faces.facelets.tag.jsf.core
-
Enable one or more components in the view to perform Ajax operations.
- AjaxHandler(TagConfig) - Constructor for class com.sun.faces.facelets.tag.jsf.core.AjaxHandler
- AjaxNoAjaxExceptionHandler - Class in com.sun.faces.context
- AjaxNoAjaxExceptionHandler(AjaxExceptionHandlerImpl, ExceptionHandlerImpl) - Constructor for class com.sun.faces.context.AjaxNoAjaxExceptionHandler
- alias(String, String) - Method in class com.sun.faces.facelets.tag.MetaRulesetImpl
- alias(String, String) - Method in class jakarta.faces.view.facelets.MetaRuleset
-
Customize this
MetaRuleset
by removing the attribute named by argumentattribute
and re-adding it under the name given by the argumentproperty
, returningthis
. - ALL_IDS - Static variable in class jakarta.faces.component.visit.VisitContext
-
This unmodifiable Collection is returned by
getIdsToVisit()
andgetSubtreeIdsToVisit()
in cases where all ids should be visited. - ALL_MEDIA - Static variable in class com.sun.faces.RIConstants
- ALL_PARTIAL_PHASE_CLIENT_IDS - Static variable in class jakarta.faces.context.PartialViewContext
-
The value that when used with
PartialViewContext.PARTIAL_EXECUTE_PARAM_NAME
orPartialViewContext.PARTIAL_RENDER_PARAM_NAME
indicates these phases must be skipped. - AllMatches - com.sun.faces.facelets.util.Classpath.SearchAdvice
- AllowTextChildren - com.sun.faces.config.WebConfiguration.BooleanWebContextInitParameter
- alt - jakarta.faces.component.html.HtmlCommandButton.PropertyKeys
- alt - jakarta.faces.component.html.HtmlGraphicImage.PropertyKeys
- alt - jakarta.faces.component.html.HtmlInputFile.PropertyKeys
- alt - jakarta.faces.component.html.HtmlInputSecret.PropertyKeys
- alt - jakarta.faces.component.html.HtmlInputText.PropertyKeys
- alt - jakarta.faces.component.html.HtmlOutcomeTargetButton.PropertyKeys
- AlternateLifecycleId - com.sun.faces.config.WebConfiguration.WebContextInitParameter
- ALWAYS_PERFORM_VALIDATION_WHEN_REQUIRED_IS_TRUE - Static variable in class jakarta.faces.component.UIInput
-
If this param is set, and calling toLowerCase().equals("true") on a String representation of its value returns true, validation must be performed, even when there is no corresponding value for this component in the incoming request.
- AlwaysPerformValidationWhenRequiredTrue - com.sun.faces.config.WebConfiguration.BooleanWebContextInitParameter
- AlwaysPuttingSessionMap - Class in com.sun.faces.context
- AlwaysPuttingSessionMap(HttpServletRequest, ProjectStage) - Constructor for class com.sun.faces.context.AlwaysPuttingSessionMap
- ANNOTATED_CLASSES - Static variable in class com.sun.faces.RIConstants
-
Convenience key to temporarily store the set of annotated classes in the servlet context.
- AnnotationManager - Class in com.sun.faces.application.annotation
-
This class represents the central point for annotation handling within a web application.
- AnnotationManager() - Constructor for class com.sun.faces.application.annotation.AnnotationManager
-
Construct a new AnnotationManager instance.
- AnnotationProvider - Class in com.sun.faces.spi
-
An integration point for integrators to provide custom annotation scanning.
- AnnotationProvider() - Constructor for class com.sun.faces.spi.AnnotationProvider
- AnnotationProvider(ServletContext) - Constructor for class com.sun.faces.spi.AnnotationProvider
- AnnotationProviderFactory - Class in com.sun.faces.spi
- AnnotationProviderFactory() - Constructor for class com.sun.faces.spi.AnnotationProviderFactory
- AnnotationScanner - Class in com.sun.faces.config.manager.spi
-
This class is responsible for ensuring that the class file bytes of classes contained within the web application are scanned for any of the known Faces configuration Annotations: jakarta.faces.component.FacesBehavior jakarta.faces.render.FacesBehaviorRenderer jakarta.faces.component.FacesComponent jakarta.faces.convert.FacesConverter jakarta.faces.validator.FacesValidator jakarta.faces.render.FacesRenderer jakarta.faces.bean.ManagedBean jakarta.faces.event.NamedEvent jakarta.faces.view.facelets.FaceletsResourceResolver
- AnnotationScanner - Interface in com.sun.faces.spi
- AnnotationScanner(ServletContext) - Constructor for class com.sun.faces.config.manager.spi.AnnotationScanner
-
Creates a new
AnnotationScanner
instance. - AnnotationScanner.ScannedAnnotation - Interface in com.sun.faces.spi
- AnnotationScanPackages - com.sun.faces.config.WebConfiguration.WebContextInitParameter
- ANY_PHASE - Static variable in class jakarta.faces.event.PhaseId
-
Identifier that indicates an interest in events, no matter which request processing phase is being performed.
- append(char) - Method in class com.sun.faces.renderkit.ClientSideStateHelper.StringBuilderWriter
- append(CharSequence) - Method in class com.sun.faces.renderkit.ClientSideStateHelper.StringBuilderWriter
- append(CharSequence, int, int) - Method in class com.sun.faces.renderkit.ClientSideStateHelper.StringBuilderWriter
- appendProperty(StringBuilder, String, Object) - Static method in class com.sun.faces.renderkit.RenderKitUtils
- appendProperty(StringBuilder, String, Object, boolean) - Static method in class com.sun.faces.renderkit.RenderKitUtils
- appendQuotedValue(StringBuilder, String) - Static method in class com.sun.faces.renderkit.RenderKitUtils
- Application - Class in jakarta.faces.application
-
Application represents a per-web-application singleton object where applications based on Jakarta Server Faces (or implementations wishing to provide extended functionality) can register application-wide singletons that provide functionality required by Jakarta Server Faces.
- Application() - Constructor for class jakarta.faces.application.Application
- APPLICATION - com.sun.faces.el.ELUtils.Scope
- APPLICATION - com.sun.faces.util.FacesLogger
- APPLICATION - Static variable in interface com.sun.faces.el.ELConstants
- APPLICATION_ASSOCIATE_CTOR_WRONG_CALLSTACK_ID - Static variable in class com.sun.faces.util.MessageUtils
- APPLICATION_ASSOCIATE_EXISTS_ID - Static variable in class com.sun.faces.util.MessageUtils
- APPLICATION_FACTORY - Static variable in class jakarta.faces.FactoryFinder
-
The property name for the
ApplicationFactory
class name. - APPLICATION_SCOPE - Static variable in interface com.sun.faces.el.ELConstants
- APPLICATION_VIEW - com.sun.faces.util.FacesLogger
- APPLICATION_XML_CONTENT_TYPE - Static variable in class com.sun.faces.RIConstants
- ApplicationAssociate - Class in com.sun.faces.application
-
Break out the things that are associated with the Application, but need to be present even when the user has replaced the Application instance.
- ApplicationAssociate(ApplicationImpl) - Constructor for class com.sun.faces.application.ApplicationAssociate
- ApplicationConfigProcessor - Class in com.sun.faces.config.processor
-
This
ConfigProcessor
handles all elements defined under/faces-config/application
. - ApplicationConfigProcessor() - Constructor for class com.sun.faces.config.processor.ApplicationConfigProcessor
- ApplicationConfigurationPopulator - Class in jakarta.faces.application
-
This class defines a
java.util.ServiceLoader
service which enables programmatic configuration of the Jakarta Server Faces runtime using the existing Application Configuration Resources schema. - ApplicationConfigurationPopulator() - Constructor for class jakarta.faces.application.ApplicationConfigurationPopulator
- ApplicationFactory - Class in jakarta.faces.application
-
ApplicationFactory is a factory object that creates (if needed) and returns
Application
instances. - ApplicationFactory() - Constructor for class jakarta.faces.application.ApplicationFactory
-
Deprecated.Use the other constructor taking the implementation being wrapped.
- ApplicationFactory(ApplicationFactory) - Constructor for class jakarta.faces.application.ApplicationFactory
-
If this factory has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.
- ApplicationFactoryImpl - Class in com.sun.faces.application
-
Default implementation of
ApplicationFactory
. - ApplicationFactoryImpl() - Constructor for class com.sun.faces.application.ApplicationFactoryImpl
- ApplicationImpl - Class in com.sun.faces.application
-
Application represents a per-web-application singleton object where applications based on JavaServer Faces (or implementations wishing to provide extended functionality) can register application-wide singletons that provide functionality required by JavaServer Faces.
- ApplicationImpl() - Constructor for class com.sun.faces.application.ApplicationImpl
-
Constructor
- ApplicationInstanceFactoryMetadataMap<K,V> - Class in com.sun.faces.application
- ApplicationInstanceFactoryMetadataMap(Map<String, Object>) - Constructor for class com.sun.faces.application.ApplicationInstanceFactoryMetadataMap
- ApplicationInstanceFactoryMetadataMap.METADATA - Enum in com.sun.faces.application
- ApplicationMap - Class in com.sun.faces.context
- ApplicationMap - Annotation Type in jakarta.faces.annotation
-
The presence of this annotation (along with
@Inject
) on a field of typeMap<String, Object>
causes the map returned fromExternalContext.getApplicationMap()
to be injected as the value of that field. - ApplicationMap(ServletContext) - Constructor for class com.sun.faces.context.ApplicationMap
- ApplicationMapAnnotationLiteral - Class in com.sun.faces.cdi
-
An annotation literal for
@ApplicationMap.
- ApplicationMapAnnotationLiteral() - Constructor for class com.sun.faces.cdi.ApplicationMapAnnotationLiteral
- ApplicationMapProducer - Class in com.sun.faces.cdi
-
The ApplicationMapProducer is the CDI producer that allows injection of the application map using @Inject and allows EL resolving of #{applicationScope}
- ApplicationMapProducer() - Constructor for class com.sun.faces.cdi.ApplicationMapProducer
- ApplicationObjectInputStream - Class in com.sun.faces.renderkit
-
An ObjectInputStream that can deserialize objects relative to the current application's class loader.
- ApplicationObjectInputStream() - Constructor for class com.sun.faces.renderkit.ApplicationObjectInputStream
- ApplicationObjectInputStream(InputStream) - Constructor for class com.sun.faces.renderkit.ApplicationObjectInputStream
- ApplicationProducer - Class in com.sun.faces.cdi
-
The ApplicationProducer is the CDI producer that allows EL resolving of #{application}
- ApplicationProducer() - Constructor for class com.sun.faces.cdi.ApplicationProducer
- ApplicationResourceBundle - Class in com.sun.faces.application
-
Contains an application level resource bundle name and its associated descriptions, if any.
- ApplicationResourceBundle(String, Map<String, String>, Map<String, String>) - Constructor for class com.sun.faces.application.ApplicationResourceBundle
-
Constructs a new ApplicationResourceBundle
- ApplicationScoped - Annotation Type in jakarta.faces.bean
-
Deprecated.This has been replaced by
jakarta.enterprise.context.ApplicationScoped
, which is a CDI build-in scope with similar semantics. - ApplicationStateInfo - Class in com.sun.faces.application
-
This class maintains per-application information pertaining to partail or full state saving as a whole or partial state saving with some views using full state saving.
- ApplicationStateInfo() - Constructor for class com.sun.faces.application.ApplicationStateInfo
- ApplicationWrapper - Class in jakarta.faces.application
-
Provides a simple implementation of
Application
that can be subclassed by developers wishing to provide specialized behavior to an existingApplication
instance. - ApplicationWrapper() - Constructor for class jakarta.faces.application.ApplicationWrapper
-
Deprecated.Use the other constructor taking the implementation being wrapped.
- ApplicationWrapper(Application) - Constructor for class jakarta.faces.application.ApplicationWrapper
-
If this application has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.
- apply(ExpressionFactory, ELContext) - Method in class com.sun.faces.facelets.compiler.XMLInstruction
- apply(ExpressionFactory, ELContext) - Method in class com.sun.faces.facelets.el.ELText
-
Return an instance of
this
that is applicable given the ELContext and ExpressionFactory state. - apply(FacesContext, UIComponent) - Method in class jakarta.faces.view.facelets.Facelet
-
The passed UIComponent parent will be populated/restored in accordance with the Facelets chapter in the spec prose document.
- apply(FaceletContext, UIComponent) - Method in class com.sun.faces.facelets.compiler.EncodingHandler
- apply(FaceletContext, UIComponent) - Method in class com.sun.faces.facelets.tag.composite.AttachedObjectTargetHandler
- apply(FaceletContext, UIComponent) - Method in class com.sun.faces.facelets.tag.composite.AttributeHandler
- apply(FaceletContext, UIComponent) - Method in class com.sun.faces.facelets.tag.composite.DeclareFacetHandler
- apply(FaceletContext, UIComponent) - Method in class com.sun.faces.facelets.tag.composite.ExtensionHandler
- apply(FaceletContext, UIComponent) - Method in class com.sun.faces.facelets.tag.composite.ImplementationHandler
- apply(FaceletContext, UIComponent) - Method in class com.sun.faces.facelets.tag.composite.InsertChildrenHandler
- apply(FaceletContext, UIComponent) - Method in class com.sun.faces.facelets.tag.composite.InsertFacetHandler
- apply(FaceletContext, UIComponent) - Method in class com.sun.faces.facelets.tag.composite.InterfaceHandler
- apply(FaceletContext, UIComponent) - Method in class com.sun.faces.facelets.tag.jsf.ComponentTagHandlerDelegateImpl
-
Method handles UIComponent tree creation in accordance with the JSF 1.2 spec.
- apply(FaceletContext, UIComponent) - Method in class com.sun.faces.facelets.tag.jsf.ConverterTagHandlerDelegateImpl
- apply(FaceletContext, UIComponent) - Method in class com.sun.faces.facelets.tag.jsf.core.ActionListenerHandlerBase
- apply(FaceletContext, UIComponent) - Method in class com.sun.faces.facelets.tag.jsf.core.AjaxHandler
- apply(FaceletContext, UIComponent) - Method in class com.sun.faces.facelets.tag.jsf.core.AttributeHandler
- apply(FaceletContext, UIComponent) - Method in class com.sun.faces.facelets.tag.jsf.core.AttributesHandler
- apply(FaceletContext, UIComponent) - Method in class com.sun.faces.facelets.tag.jsf.core.EventHandler
- apply(FaceletContext, UIComponent) - Method in class com.sun.faces.facelets.tag.jsf.core.FacetHandler
- apply(FaceletContext, UIComponent) - Method in class com.sun.faces.facelets.tag.jsf.core.LoadBundleHandler
-
See taglib documentation.
- apply(FaceletContext, UIComponent) - Method in class com.sun.faces.facelets.tag.jsf.core.MetadataHandler
- apply(FaceletContext, UIComponent) - Method in class com.sun.faces.facelets.tag.jsf.core.PassThroughAttributeHandler
- apply(FaceletContext, UIComponent) - Method in class com.sun.faces.facelets.tag.jsf.core.PassThroughAttributesHandler
- apply(FaceletContext, UIComponent) - Method in class com.sun.faces.facelets.tag.jsf.core.PhaseListenerHandler
- apply(FaceletContext, UIComponent) - Method in class com.sun.faces.facelets.tag.jsf.core.SetPropertyActionListenerHandler
- apply(FaceletContext, UIComponent) - Method in class com.sun.faces.facelets.tag.jsf.core.ValueChangeListenerHandler
-
See taglib documentation.
- apply(FaceletContext, UIComponent) - Method in class com.sun.faces.facelets.tag.jsf.core.ViewHandler
-
See taglib documentation.
- apply(FaceletContext, UIComponent) - Method in class com.sun.faces.facelets.tag.jsf.ValidatorTagHandlerDelegateImpl
- apply(FaceletContext, UIComponent) - Method in class com.sun.faces.facelets.tag.jstl.core.CatchHandler
- apply(FaceletContext, UIComponent) - Method in class com.sun.faces.facelets.tag.jstl.core.ChooseHandler
- apply(FaceletContext, UIComponent) - Method in class com.sun.faces.facelets.tag.jstl.core.ChooseOtherwiseHandler
- apply(FaceletContext, UIComponent) - Method in class com.sun.faces.facelets.tag.jstl.core.ChooseWhenHandler
- apply(FaceletContext, UIComponent) - Method in class com.sun.faces.facelets.tag.jstl.core.ForEachHandler
- apply(FaceletContext, UIComponent) - Method in class com.sun.faces.facelets.tag.jstl.core.IfHandler
- apply(FaceletContext, UIComponent) - Method in class com.sun.faces.facelets.tag.jstl.core.SetHandler
- apply(FaceletContext, UIComponent) - Method in class com.sun.faces.facelets.tag.ui.CompositionHandler
- apply(FaceletContext, UIComponent) - Method in class com.sun.faces.facelets.tag.ui.DecorateHandler
- apply(FaceletContext, UIComponent) - Method in class com.sun.faces.facelets.tag.ui.DefineHandler
- apply(FaceletContext, UIComponent) - Method in class com.sun.faces.facelets.tag.ui.IncludeHandler
- apply(FaceletContext, UIComponent) - Method in class com.sun.faces.facelets.tag.ui.InsertHandler
- apply(FaceletContext, UIComponent) - Method in class com.sun.faces.facelets.tag.ui.ParamHandler
- apply(FaceletContext, UIComponent) - Method in class com.sun.faces.facelets.tag.ui.SchemaCompliantRemoveHandler
- apply(FaceletContext, UIComponent) - Method in class jakarta.faces.view.facelets.CompositeFaceletHandler
-
Calls apply on any child handlers.
- apply(FaceletContext, UIComponent) - Method in class jakarta.faces.view.facelets.DelegatingMetaTagHandler
-
The default implementation simply calls through to
TagHandlerDelegate.apply(jakarta.faces.view.facelets.FaceletContext, jakarta.faces.component.UIComponent)
. - apply(FaceletContext, UIComponent) - Method in interface jakarta.faces.view.facelets.FaceletHandler
-
Process changes on a particular UIComponent
- apply(FaceletContext, UIComponent) - Method in class jakarta.faces.view.facelets.TagHandlerDelegate
- apply(FaceletContext, UIComponent, String) - Method in class com.sun.faces.facelets.tag.ui.CompositionHandler
- apply(FaceletContext, UIComponent, String) - Method in class com.sun.faces.facelets.tag.ui.DecorateHandler
- apply(FaceletContext, UIComponent, String) - Method in class com.sun.faces.facelets.tag.ui.InsertHandler
- apply(FaceletContext, UIComponent, String) - Method in interface com.sun.faces.facelets.TemplateClient
-
This contract is much like the normal FaceletHandler.apply method, but it takes in an optional String name which tells this instance what fragment/definition it's looking for.
- APPLY_REQUEST_VALUES - Static variable in class jakarta.faces.event.PhaseId
-
Identifier that indicates an interest in events queued for the Apply Request Values phase of the request processing lifecycle.
- applyAttachedObject(FacesContext, UIComponent) - Method in class com.sun.faces.facelets.tag.jsf.ConverterTagHandlerDelegateImpl
- applyAttachedObject(FacesContext, UIComponent) - Method in class com.sun.faces.facelets.tag.jsf.core.ActionListenerHandler
- applyAttachedObject(FacesContext, UIComponent) - Method in class com.sun.faces.facelets.tag.jsf.core.ActionListenerHandlerBase
- applyAttachedObject(FacesContext, UIComponent) - Method in class com.sun.faces.facelets.tag.jsf.core.AjaxHandler
- applyAttachedObject(FacesContext, UIComponent) - Method in class com.sun.faces.facelets.tag.jsf.core.ResetValuesHandler
- applyAttachedObject(FacesContext, UIComponent) - Method in class com.sun.faces.facelets.tag.jsf.core.SetPropertyActionListenerHandler
- applyAttachedObject(FacesContext, UIComponent) - Method in class com.sun.faces.facelets.tag.jsf.core.ValueChangeListenerHandler
- applyAttachedObject(FacesContext, UIComponent) - Method in class com.sun.faces.facelets.tag.jsf.ValidatorTagHandlerDelegateImpl
- applyAttachedObject(FacesContext, UIComponent) - Method in interface jakarta.faces.view.AttachedObjectHandler
-
Take the argument
parent
and apply this attached object to it. - applyAttachedObject(FacesContext, UIComponent) - Method in class jakarta.faces.view.facelets.FaceletsAttachedObjectHandler
-
Take the necessary actions to apply the attached object represented by the tag for the concrete subclass of this class to the argument
parent
. - applyAttributes(Validator) - Method in class com.sun.faces.component.validator.ComponentValidators.ValidatorInfo
- applyBehaviorAnnotations(FacesContext, Behavior) - Method in class com.sun.faces.application.annotation.AnnotationManager
-
Apply annotations relevant to
Behavior
instances. - applyClientBehaviorRendererAnnotations(FacesContext, ClientBehaviorRenderer) - Method in class com.sun.faces.application.annotation.AnnotationManager
-
Apply annotations relevant to
ClientBehaviorRenderer
instances. - applyComponentAnnotations(FacesContext, UIComponent) - Method in class com.sun.faces.application.annotation.AnnotationManager
-
Apply annotations relevant to
UIComponent
instances. - applyConfigAnnotations(FacesContext, Class<? extends Annotation>, Set<? extends Class>) - Method in class com.sun.faces.application.annotation.AnnotationManager
-
Apply the configuration metadata contained with in the
Collection
of annotated classes. - applyConverterAnnotations(FacesContext, Converter) - Method in class com.sun.faces.application.annotation.AnnotationManager
-
Apply annotations relevant to
Converter
instances. - applyDefinition(FaceletContext, UIComponent) - Method in class com.sun.faces.facelets.tag.ui.DefineHandler
- applyMetadata(FaceletContext, Object) - Method in class jakarta.faces.view.facelets.Metadata
-
Take the action prescribed in the Jakarta Server Faces specification for this particular VDL element attribute.
- applyNextHandler(FaceletContext, UIComponent) - Method in class com.sun.faces.facelets.tag.jsf.CompositeComponentTagHandler
- applyNextHandler(FaceletContext, UIComponent) - Method in class com.sun.faces.facelets.tag.jsf.core.VerbatimHandler
- applyNextHandler(FaceletContext, UIComponent) - Method in class com.sun.faces.facelets.tag.jstl.core.SetHandler
- applyNextHandler(FaceletContext, UIComponent) - Method in class jakarta.faces.view.facelets.DelegatingMetaTagHandler
-
Invoke the
apply()
method on this instance'sTagHandler.nextHandler
. - applyRendererAnnotations(FacesContext, Renderer, UIComponent) - Method in class com.sun.faces.application.annotation.AnnotationManager
-
Apply annotations relevent to
Renderer
instances. - ApplyRequestValuesPhase - Class in com.sun.faces.lifecycle
-
ApplyRequestValuesPhase executes
processDecodes
on each component in the tree so that it may update it's current value from the information included in the current request (parameters, headers, c cookies and so on.) - ApplyRequestValuesPhase() - Constructor for class com.sun.faces.lifecycle.ApplyRequestValuesPhase
- applyRule(String, TagAttribute, MetadataTarget) - Method in class com.sun.faces.facelets.tag.jsf.EditableValueHolderRule
- applyRule(String, TagAttribute, MetadataTarget) - Method in class com.sun.faces.facelets.tag.jsf.RenderPropertyRule
- applyRule(String, TagAttribute, MetadataTarget) - Method in class com.sun.faces.facelets.tag.MethodRule
- applyRule(String, TagAttribute, MetadataTarget) - Method in class jakarta.faces.view.facelets.MetaRule
-
Return an abstraction that takes appropriate action given the kind of rule represented by the argument
name
, in the context of this particular concrete subclass ofMetaRule
. - applySystemEventAnnotations(FacesContext, SystemEvent) - Method in class com.sun.faces.application.annotation.AnnotationManager
- applyValidatorAnnotations(FacesContext, Validator) - Method in class com.sun.faces.application.annotation.AnnotationManager
-
Apply annotations relevant to
Validator
instances. - ar() - Static method in class com.sun.faces.util.CollectionsUtils
- ar(T...) - Static method in class com.sun.faces.util.CollectionsUtils
- ARGUMENTS_NOT_LEGAL_CC_ATTRS_EXPR - Static variable in class com.sun.faces.util.MessageUtils
- ARRAY_RESOLVER - Static variable in class com.sun.faces.el.ELUtils
- ArrayDataModel<E> - Class in jakarta.faces.model
-
ArrayDataModel is a convenience implementation of
DataModel
that wraps an array of Java objects. - ArrayDataModel() - Constructor for class jakarta.faces.model.ArrayDataModel
-
Construct a new
ArrayDataModel
with no specified wrapped data. - ArrayDataModel(E[]) - Constructor for class jakarta.faces.model.ArrayDataModel
-
Construct a new
ArrayDataModel
wrapping the specified array. - assertInput(Object, int) - Static method in class com.sun.faces.el.PropertyResolverImpl
- assertInput(Object, Object) - Static method in class com.sun.faces.el.PropertyResolverImpl
- ASSERTION_FAILED_ID - Static variable in class com.sun.faces.util.MessageUtils
- asSet(T...) - Static method in class com.sun.faces.util.CollectionsUtils
- assignUniqueId(FaceletContext, UIComponent, String, UIComponent) - Method in class com.sun.faces.facelets.tag.jsf.ComponentTagHandlerDelegateImpl
- associate - Variable in class com.sun.faces.application.view.ViewHandlingStrategy
- ATTACHED_OBJECT_TARGETS_KEY - Static variable in interface jakarta.faces.view.AttachedObjectTarget
-
The key in the value set of the composite component
BeanDescriptor
, the value for which is aList<AttachedObjectTarget>
. - AttachedBehaviors - Class in com.sun.faces.facelets.tag.jsf
-
This class holds collection of
BehaviorHandler
instances, attached to the composite component. - AttachedBehaviors() - Constructor for class com.sun.faces.facelets.tag.jsf.AttachedBehaviors
- AttachedObjectHandler - Interface in jakarta.faces.view
-
The abstract base interface for a handler representing an attached object in a VDL page.
- AttachedObjectTarget - Interface in jakarta.faces.view
-
Within the declaration of a composite component, an
AttachedObjectTarget
allows the composite component author to expose the semantics of an inner component to the page author without exposing the rendering or implementation details of the inner component. - AttachedObjectTargetHandler - Class in com.sun.faces.facelets.tag.composite
- AttachedObjectTargetHandler(TagConfig) - Constructor for class com.sun.faces.facelets.tag.composite.AttachedObjectTargetHandler
- AttachedObjectTargetImpl - Class in com.sun.faces.facelets.tag.composite
- AttachedObjectTargetImpl() - Constructor for class com.sun.faces.facelets.tag.composite.AttachedObjectTargetImpl
- attachWindow(FacesContext) - Method in class com.sun.faces.lifecycle.LifecycleImpl
- attachWindow(FacesContext) - Method in class jakarta.faces.lifecycle.Lifecycle
-
Create or restore the
ClientWindow
to be used to display theUIViewRoot
for this run through the lifecycle. - attachWindow(FacesContext) - Method in class jakarta.faces.lifecycle.LifecycleWrapper
- attr(String) - Static method in class com.sun.faces.renderkit.Attribute
- attr(String, String...) - Static method in class com.sun.faces.renderkit.Attribute
- Attribute - Class in com.sun.faces.renderkit
- Attribute(String, String[]) - Constructor for class com.sun.faces.renderkit.Attribute
- ATTRIBUTE_NOT_SUPORTED_ERROR_MESSAGE_ID - Static variable in class com.sun.faces.util.MessageUtils
- attributeAdded(HttpSessionBindingEvent) - Method in class com.sun.faces.config.ConfigureListener
- attributeAdded(ServletContextAttributeEvent) - Method in class com.sun.faces.config.ConfigureListener
- attributeAdded(ServletRequestAttributeEvent) - Method in class com.sun.faces.config.ConfigureListener
- AttributeHandler - Class in com.sun.faces.facelets.tag.composite
- AttributeHandler - Class in com.sun.faces.facelets.tag.jsf.core
-
Sets the specified name and attribute on the parent UIComponent.
- AttributeHandler - Interface in jakarta.faces.view.facelets
-
An interface that allows other code to identify FaceletHandlers that correspond to component attributes.
- AttributeHandler(TagConfig) - Constructor for class com.sun.faces.facelets.tag.composite.AttributeHandler
- AttributeHandler(TagConfig) - Constructor for class com.sun.faces.facelets.tag.jsf.core.AttributeHandler
- AttributeManager - Class in com.sun.faces.renderkit
-
This class contains mappings between the standard components and the passthrough attributes associated with them.
- AttributeManager() - Constructor for class com.sun.faces.renderkit.AttributeManager
- AttributeManager.Key - Enum in com.sun.faces.renderkit
- attributeRemoved(HttpSessionBindingEvent) - Method in class com.sun.faces.application.WebappLifecycleListener
-
Notification that an attribute has been removed from a session.
- attributeRemoved(HttpSessionBindingEvent) - Method in class com.sun.faces.config.ConfigureListener
- attributeRemoved(ServletContextAttributeEvent) - Method in class com.sun.faces.application.WebappLifecycleListener
-
Notification that an existing attribute has been removed from the servlet context.
- attributeRemoved(ServletContextAttributeEvent) - Method in class com.sun.faces.config.ConfigureListener
- attributeRemoved(ServletRequestAttributeEvent) - Method in class com.sun.faces.application.WebappLifecycleListener
-
Notification that an existing attribute has been removed from the servlet request.
- attributeRemoved(ServletRequestAttributeEvent) - Method in class com.sun.faces.config.ConfigureListener
- attributeReplaced(HttpSessionBindingEvent) - Method in class com.sun.faces.application.WebappLifecycleListener
-
Notification that an attribute has been replaced in a session.
- attributeReplaced(HttpSessionBindingEvent) - Method in class com.sun.faces.config.ConfigureListener
- attributeReplaced(ServletContextAttributeEvent) - Method in class com.sun.faces.application.WebappLifecycleListener
-
Notification that an attribute on the servlet context has been replaced.
- attributeReplaced(ServletContextAttributeEvent) - Method in class com.sun.faces.config.ConfigureListener
- attributeReplaced(ServletRequestAttributeEvent) - Method in class com.sun.faces.application.WebappLifecycleListener
-
Notification that an attribute was replaced on the servlet request.
- attributeReplaced(ServletRequestAttributeEvent) - Method in class com.sun.faces.config.ConfigureListener
- AttributesHandler - Class in com.sun.faces.facelets.tag.jsf.core
- AttributesHandler(TagConfig) - Constructor for class com.sun.faces.facelets.tag.jsf.core.AttributesHandler
- AttributeTag - Class in com.sun.faces.taglib.jsf_core
-
Tag implementation that adds an attribute with a specified name and String value to the component whose tag it is nested inside, if the component does not already contain an attribute with the same name.
- AttributeTag - Class in jakarta.faces.webapp
-
Deprecated.The Faces implementation must now provide the implementation for this class.
- AttributeTag() - Constructor for class com.sun.faces.taglib.jsf_core.AttributeTag
- AttributeTag() - Constructor for class jakarta.faces.webapp.AttributeTag
-
Deprecated.
- ATTRS_WITH_DECLARED_DEFAULT_VALUES - Static variable in class jakarta.faces.component.UIComponent
-
This constant enables one to quickly discover the names of the declared composite component attributes that have been given default values by the composite component author.
- augmentIdReference(String, UIComponent) - Method in class com.sun.faces.renderkit.html_basic.HtmlBasicRenderer
-
Conditionally augment an id-reference value.
- Auto - com.sun.faces.config.WebConfiguration.DisableUnicodeEscaping
- autocomplete - jakarta.faces.component.html.HtmlInputFile.PropertyKeys
- autocomplete - jakarta.faces.component.html.HtmlInputSecret.PropertyKeys
- autocomplete - jakarta.faces.component.html.HtmlInputText.PropertyKeys
- AutoCompleteOffOnViewState - com.sun.faces.config.WebConfiguration.BooleanWebContextInitParameter
- autorun - jakarta.faces.component.html.HtmlCommandScript.PropertyKeys
B
- baked() - Method in class com.sun.faces.mgbean.BeanBuilder
- BaseTableRenderer - Class in com.sun.faces.renderkit.html_basic
-
Base class for concrete Grid and Table renderers.
- BaseTableRenderer() - Constructor for class com.sun.faces.renderkit.html_basic.BaseTableRenderer
- BaseTableRenderer.TableMetaInfo - Class in com.sun.faces.renderkit.html_basic
- BaseWebConfigResourceProvider - Class in com.sun.faces.config.configprovider
- BaseWebConfigResourceProvider() - Constructor for class com.sun.faces.config.configprovider.BaseWebConfigResourceProvider
- BASIC_AUTH - Static variable in class jakarta.faces.context.ExternalContext
-
String identifier for BASIC authentication.
- BEAN_RESOLVER - Static variable in class com.sun.faces.el.ELUtils
- BeanBuilder - Class in com.sun.faces.mgbean
-
Abstract builder for creating and populating JSF managed beans.
- BeanBuilder(ManagedBeanInfo) - Constructor for class com.sun.faces.mgbean.BeanBuilder
- BeanBuilder.Expression - Class in com.sun.faces.mgbean
-
This is a holder class for ValueExpressions.
- beanInfo - Variable in class com.sun.faces.mgbean.BeanBuilder
- BEANINFO_KEY - Static variable in class jakarta.faces.component.UIComponent
-
The value of this constant is used as the key in the component attribute map, the value for which is a
java.beans.BeanInfo
implementation describing the composite component. - BeanManager - Class in com.sun.faces.mgbean
-
Main interface for dealing with Faces managed beans
- BeanManager(InjectionProvider, boolean) - Constructor for class com.sun.faces.mgbean.BeanManager
- BeanManager(InjectionProvider, Map<String, BeanBuilder>, boolean) - Constructor for class com.sun.faces.mgbean.BeanManager
- BeanValidation - Class in com.sun.faces.util
-
Various utility methods for use with the Jakarta Bean Validation API in Jakarta Faces.
- BeanValidation() - Constructor for class com.sun.faces.util.BeanValidation
- BeanValidator - Class in jakarta.faces.validator
-
A Validator that delegates validation of the bean property to the Bean Validation API.
- BeanValidator() - Constructor for class jakarta.faces.validator.BeanValidator
- beforeBean(BeforeBeanDiscovery, BeanManager) - Method in class com.sun.faces.cdi.CdiExtension
-
Before bean discovery.
- beforeBeanDiscovery(BeforeBeanDiscovery, BeanManager) - Method in class com.sun.faces.application.view.ViewScopeExtension
- beforeBeanDiscovery(BeforeBeanDiscovery, BeanManager) - Method in class com.sun.faces.flow.FlowCDIExtension
- beforePhase - Variable in class com.sun.faces.taglib.jsf_core.ViewTag
- beforePhase(PhaseEvent) - Method in class com.sun.faces.lifecycle.ELResolverInitPhaseListener
-
Handle a notification that the processing for a particular phase of the request processing lifecycle is about to begin.
- beforePhase(PhaseEvent) - Method in class com.sun.faces.lifecycle.HttpMethodRestrictionsPhaseListener
- beforePhase(PhaseEvent) - Method in interface jakarta.faces.event.PhaseListener
-
Handle a notification that the processing for a particular phase of the request processing lifecycle is about to begin.
- Behavior - Interface in jakarta.faces.component.behavior
-
The Behavior interface is the root API of the component behavior model.
- BEHAVIOR - com.sun.faces.config.Verifier.ObjectType
- BEHAVIOR_EVENT_PARAM - com.sun.faces.renderkit.RenderKitUtils.PredefinedPostbackParameter
- BEHAVIOR_EVENT_PARAM_NAME - Static variable in class jakarta.faces.component.behavior.ClientBehaviorContext
-
The request parameter name whose request parameter value identifies the type of behavior event.
- BEHAVIOR_ID - Static variable in class jakarta.faces.component.behavior.AjaxBehavior
-
The standard id for this behavior.
- BEHAVIOR_SOURCE_PARAM - com.sun.faces.renderkit.RenderKitUtils.PredefinedPostbackParameter
- BEHAVIOR_SOURCE_PARAM_NAME - Static variable in class jakarta.faces.component.behavior.ClientBehaviorContext
-
The request parameter name whose request parameter value identifies the source component of behavior event.
- BehaviorBase - Class in jakarta.faces.component.behavior
-
BehaviorBase is a convenience base class that provides a default implementation of the
Behavior
contract. - BehaviorBase() - Constructor for class jakarta.faces.component.behavior.BehaviorBase
- BehaviorConfig - Interface in jakarta.faces.view.facelets
-
Convey the id of a behavior declared in a view.
- BehaviorConfigHandler - Class in com.sun.faces.application.annotation
-
ConfigAnnotationHandler
forFacesBehavior
annotated classes. - BehaviorConfigHandler() - Constructor for class com.sun.faces.application.annotation.BehaviorConfigHandler
- BehaviorConfigProcessor - Class in com.sun.faces.config.processor
-
This
ConfigProcessor
handles all elements defined under/faces-config/behavior
. - BehaviorConfigProcessor() - Constructor for class com.sun.faces.config.processor.BehaviorConfigProcessor
- BehaviorEvent - Class in jakarta.faces.event
-
BehaviorEvent is the event that can be generated from component
Behavior
. - BehaviorEvent(UIComponent, Behavior) - Constructor for class jakarta.faces.event.BehaviorEvent
-
Construct a new event object from the specified source component and
behavior
. - BehaviorEvent(FacesContext, UIComponent, Behavior) - Constructor for class jakarta.faces.event.BehaviorEvent
-
Construct a new event object from the Faces context, specified source component and behavior.
- BehaviorHandler - Class in jakarta.faces.view.facelets
-
The
FaceletHandler
that corresponds to attached objects that represent an instance ofClientBehavior
that must be added to the parent component, which must implementClientBehaviorHolder
, with a call toClientBehaviorHolder.addClientBehavior(java.lang.String, jakarta.faces.component.behavior.ClientBehavior)
. - BehaviorHandler(BehaviorConfig) - Constructor for class jakarta.faces.view.facelets.BehaviorHandler
- BehaviorHolderAttachedObjectHandler - Interface in jakarta.faces.view
-
Represent an attached object that is a
BehaviorHolder
in a VDL page. - BehaviorHolderAttachedObjectTarget - Interface in jakarta.faces.view
-
Represent a
BehaviorHolder
attached object target in a VDL page. - BehaviorHolderAttachedObjectTargetHandler - Class in com.sun.faces.facelets.tag.composite
- BehaviorHolderAttachedObjectTargetHandler(TagConfig) - Constructor for class com.sun.faces.facelets.tag.composite.BehaviorHolderAttachedObjectTargetHandler
- BehaviorHolderAttachedObjectTargetImpl - Class in com.sun.faces.facelets.tag.composite
- BehaviorHolderAttachedObjectTargetImpl() - Constructor for class com.sun.faces.facelets.tag.composite.BehaviorHolderAttachedObjectTargetImpl
- BehaviorHolderWrapper - Class in com.sun.faces.facelets.tag.composite
- BehaviorHolderWrapper(UIComponent, String, String) - Constructor for class com.sun.faces.facelets.tag.composite.BehaviorHolderWrapper
- BehaviorInfo(FacesContext, AjaxBehavior, String) - Constructor for class com.sun.faces.component.behavior.AjaxBehaviors.BehaviorInfo
- BehaviorListener - Interface in jakarta.faces.event
-
A generic base interface for event listeners for various types of
BehaviorEvent
s. - bestGuess(Class<? extends Collection<Object>>, int) - Method in class com.sun.faces.renderkit.html_basic.MenuRenderer
- bgcolor - jakarta.faces.component.html.HtmlDataTable.PropertyKeys
- bgcolor - jakarta.faces.component.html.HtmlPanelGrid.PropertyKeys
- BigDecimalConverter - Class in jakarta.faces.convert
-
Converter
implementation forjava.math.BigDecimal
values. - BigDecimalConverter() - Constructor for class jakarta.faces.convert.BigDecimalConverter
- BIGINTEGER_ID - Static variable in class jakarta.faces.convert.BigIntegerConverter
-
The message identifier of the
FacesMessage
to be created if the conversion toBigInteger
fails. - BigIntegerConverter - Class in jakarta.faces.convert
-
Converter
implementation forjava.math.BigInteger
values. - BigIntegerConverter() - Constructor for class jakarta.faces.convert.BigIntegerConverter
- binding - Variable in class com.sun.faces.taglib.jsf_core.AbstractConverterTag
-
The
ValueExpression
that evaluates to an object that implementsConverter
. - binding - Variable in class com.sun.faces.taglib.jsf_core.AbstractValidatorTag
-
The
ValueExpression
that evaluates to an object that implementsConverter
. - BindingConverter() - Constructor for class com.sun.faces.taglib.jsf_core.ConverterTag.BindingConverter
-
This is only used during state restoration.
- BindingConverter(ValueExpression, ValueExpression) - Constructor for class com.sun.faces.taglib.jsf_core.ConverterTag.BindingConverter
- bindings - Variable in class jakarta.faces.component.UIComponent
-
Deprecated.
- BindingValidator() - Constructor for class com.sun.faces.taglib.jsf_core.ValidatorTag.BindingValidator
-
Only used during state restoration
- BindingValidator(ValueExpression, ValueExpression) - Constructor for class com.sun.faces.taglib.jsf_core.ValidatorTag.BindingValidator
- bodyContent - Variable in class jakarta.faces.webapp.UIComponentClassicTagBase
-
The
bodyContent
for this tag handler. - BodyRenderer - Class in com.sun.faces.renderkit.html_basic
-
This
Renderer
is responsible for rendering the standard HTML body element as well as rendering any resources that should be output before thebody
tag is closed. - BodyRenderer() - Constructor for class com.sun.faces.renderkit.html_basic.BodyRenderer
- bodyrows - jakarta.faces.component.html.HtmlDataTable.PropertyKeys
- bodyrows - jakarta.faces.component.html.HtmlPanelGrid.PropertyKeys
- BOOLEAN_ID - Static variable in class jakarta.faces.convert.BooleanConverter
-
The message identifier of the
FacesMessage
to be created if the conversion toBoolean
fails. - BooleanConverter - Class in jakarta.faces.convert
-
Converter
implementation forjava.lang.Boolean
(and boolean primitive) values. - BooleanConverter() - Constructor for class jakarta.faces.convert.BooleanConverter
- border - jakarta.faces.component.html.HtmlDataTable.PropertyKeys
- border - jakarta.faces.component.html.HtmlPanelGrid.PropertyKeys
- border - jakarta.faces.component.html.HtmlSelectManyCheckbox.PropertyKeys
- border - jakarta.faces.component.html.HtmlSelectOneRadio.PropertyKeys
- broadcast(BehaviorEvent) - Method in interface jakarta.faces.component.behavior.Behavior
-
Broadcast the specified
BehaviorEvent
to all registered event listeners who have expressed an interest in events of this type. - broadcast(BehaviorEvent) - Method in class jakarta.faces.component.behavior.BehaviorBase
-
Default implementation of
Behavior.broadcast(jakarta.faces.event.BehaviorEvent)
. - broadcast(FacesEvent) - Method in class com.sun.faces.facelets.compiler.UILeaf
- broadcast(FacesEvent) - Method in class com.sun.faces.facelets.component.UIRepeat
- broadcast(FacesEvent) - Method in class com.sun.faces.facelets.tag.composite.BehaviorHolderWrapper
- broadcast(FacesEvent) - Method in class jakarta.faces.component.UICommand
-
In addition to to the default
UIComponent.broadcast(jakarta.faces.event.FacesEvent)
processing, pass theActionEvent
being broadcast to the method referenced byactionListener
(if any), and to the defaultActionListener
registered on theApplication
. - broadcast(FacesEvent) - Method in class jakarta.faces.component.UIComponent
-
Broadcast the specified
FacesEvent
to all registered event listeners who have expressed an interest in events of this type. - broadcast(FacesEvent) - Method in class jakarta.faces.component.UIComponentBase
- broadcast(FacesEvent) - Method in class jakarta.faces.component.UIData
-
Override the default
UIComponentBase.broadcast(jakarta.faces.event.FacesEvent)
processing to unwrap any wrappedFacesEvent
and reset the current row index, before the event is actually broadcast. - broadcast(FacesEvent) - Method in class jakarta.faces.component.UIViewAction
-
Enable the method invocation specified by this component instance to return a value that performs navigation, similar in spirit to
UICommand.broadcast(jakarta.faces.event.FacesEvent)
. - broadcastEvents(FacesContext, PhaseId) - Method in class jakarta.faces.component.UIViewRoot
-
Broadcast any events that have been queued.
- build(InjectionProvider, FacesContext) - Method in class com.sun.faces.mgbean.BeanBuilder
- buildBean(Object, FacesContext) - Method in class com.sun.faces.mgbean.BeanBuilder
- buildBean(Object, FacesContext) - Method in class com.sun.faces.mgbean.ErrorBean
- buildBean(Object, FacesContext) - Method in class com.sun.faces.mgbean.ManagedBeanBuilder
- buildBean(Object, FacesContext) - Method in class com.sun.faces.mgbean.ManagedListBeanBuilder
- buildBean(Object, FacesContext) - Method in class com.sun.faces.mgbean.ManagedMapBeanBuilder
- builder - Variable in class com.sun.faces.io.FastStringWriter
- buildFacesResolver(FacesCompositeELResolver, ApplicationAssociate) - Static method in class com.sun.faces.el.ELUtils
-
Create the
ELResolver
chain for programmatic EL calls. - buildJSPResolver(FacesCompositeELResolver, ApplicationAssociate) - Static method in class com.sun.faces.el.ELUtils
-
Create the
ELResolver
chain for JSP. - buildView(FacesContext, UIViewRoot) - Method in class com.sun.faces.application.view.FaceletViewHandlingStrategy
- buildView(FacesContext, UIViewRoot) - Method in class com.sun.faces.application.view.JspViewHandlingStrategy
- buildView(FacesContext, UIViewRoot) - Method in class jakarta.faces.view.ViewDeclarationLanguage
-
Take any actions specific to this VDL implementation to cause the argument
UIViewRoot
which must have been created via a call toViewDeclarationLanguage.createView(jakarta.faces.context.FacesContext, java.lang.String)
, to be populated with children. - buildView(FacesContext, UIViewRoot) - Method in class jakarta.faces.view.ViewDeclarationLanguageWrapper
- BUNDLE_RESOLVER - Static variable in class com.sun.faces.el.ELUtils
- ButtonRenderer - Class in com.sun.faces.renderkit.html_basic
-
ButtonRenderer is a class that renders the current value of
UICommand
as a Button.
- ButtonRenderer() - Constructor for class com.sun.faces.renderkit.html_basic.ButtonRenderer
- BYTE_ID - Static variable in class jakarta.faces.convert.ByteConverter
-
The message identifier of the
FacesMessage
to be created if the conversion toByte
fails. - ByteArrayGuard - Class in com.sun.faces.renderkit
-
This utility class is to provide both encryption and decryption
Ciphers
toResponseStateManager
implementations wishing to provide encryption support. - ByteArrayGuard() - Constructor for class com.sun.faces.renderkit.ByteArrayGuard
- ByteArrayGuardAESCTR - Class in com.sun.faces.util
-
This utility class is to provide both encryption and decryption
Ciphers
toResponseStateManager
implementations wishing to provide encryption support. - ByteArrayGuardAESCTR() - Constructor for class com.sun.faces.util.ByteArrayGuardAESCTR
- ByteConverter - Class in jakarta.faces.convert
-
Converter
implementation forjava.lang.Byte
(and byte primitive) values. - ByteConverter() - Constructor for class jakarta.faces.convert.ByteConverter
C
- Cache<K,V> - Class in com.sun.faces.util
-
A concurrent caching mechanism.
- Cache(Cache.Factory<K, V>) - Constructor for class com.sun.faces.util.Cache
-
Constructs this cache using the specified
Factory
. - Cache.Factory<K,V> - Interface in com.sun.faces.util
-
Factory interface for creating various cacheable objects.
- CacheResourceModificationTimestamp - com.sun.faces.config.WebConfiguration.BooleanWebContextInitParameter
- calculateCharacterEncoding(FacesContext) - Method in class jakarta.faces.application.ViewHandler
-
Returns the correct character encoding to be used for this request.
- calculateCharacterEncoding(FacesContext) - Method in class jakarta.faces.application.ViewHandlerWrapper
-
The default behavior of this method is to call
ViewHandler.calculateCharacterEncoding(jakarta.faces.context.FacesContext)
on the wrappedViewHandler
object. - calculateLocale(FacesContext) - Method in class com.sun.faces.application.view.MultiViewHandler
-
This code is currently common to all
ViewHandlingStrategy
instances. - calculateLocale(FacesContext) - Method in class com.sun.faces.application.ViewHandlerImpl
-
Deprecated.
- calculateLocale(FacesContext) - Method in class jakarta.faces.application.ViewHandler
-
Returns an appropriate
Locale
to use for this and subsequent requests for the current client. - calculateLocale(FacesContext) - Method in class jakarta.faces.application.ViewHandlerWrapper
-
The default behavior of this method is to call
ViewHandler.calculateLocale(jakarta.faces.context.FacesContext)
on the wrappedViewHandler
object. - calculateRenderKitId(FacesContext) - Method in class com.sun.faces.application.view.MultiViewHandler
-
This code is currently common to all
ViewHandlingStrategy
instances. - calculateRenderKitId(FacesContext) - Method in class com.sun.faces.application.ViewHandlerImpl
-
Deprecated.
- calculateRenderKitId(FacesContext) - Method in class jakarta.faces.application.ViewHandler
-
Return an appropriate
renderKitId
for this and subsequent requests from the current client. - calculateRenderKitId(FacesContext) - Method in class jakarta.faces.application.ViewHandlerWrapper
-
The default behavior of this method is to call
ViewHandler.calculateRenderKitId(jakarta.faces.context.FacesContext)
on the wrappedViewHandler
object. - calculateResourceLibraryContracts(FacesContext, String) - Method in class com.sun.faces.application.view.FaceletViewHandlingStrategy
- calculateResourceLibraryContracts(FacesContext, String) - Method in class jakarta.faces.view.ViewDeclarationLanguage
-
Return the list of resource library contracts that will be made available for use in the view specified by the argument
viewId
. - calculateResourceLibraryContracts(FacesContext, String) - Method in class jakarta.faces.view.ViewDeclarationLanguageWrapper
- call() - Method in class com.sun.faces.config.manager.tasks.FindAnnotatedConfigClasses
- call() - Method in class com.sun.faces.config.manager.tasks.FindConfigResourceURIsTask
- call() - Method in class com.sun.faces.config.manager.tasks.ParseConfigResourceToDOMTask
- CANNOT_CONVERT_ID - Static variable in class com.sun.faces.util.MessageUtils
- CANNOT_VALIDATE_ID - Static variable in class com.sun.faces.util.MessageUtils
- canProcessJndiEntries() - Method in class com.sun.faces.config.WebConfiguration
- canSetAppArtifact(ApplicationAssociate, String) - Static method in class com.sun.faces.util.Util
- CANT_CLOSE_INPUT_STREAM_ID - Static variable in class com.sun.faces.util.MessageUtils
- CANT_CONVERT_VALUE_ERROR_MESSAGE_ID - Static variable in class com.sun.faces.util.MessageUtils
- CANT_CREATE_CLASS_ERROR_ID - Static variable in class com.sun.faces.util.MessageUtils
- CANT_CREATE_LIFECYCLE_ERROR_MESSAGE_ID - Static variable in class com.sun.faces.util.MessageUtils
- CANT_INSTANTIATE_CLASS_ERROR_MESSAGE_ID - Static variable in class com.sun.faces.util.MessageUtils
- CANT_INTROSPECT_CLASS_ERROR_MESSAGE_ID - Static variable in class com.sun.faces.util.MessageUtils
- CANT_LOAD_CLASS_ERROR_MESSAGE_ID - Static variable in class com.sun.faces.util.MessageUtils
- CANT_PARSE_FILE_ERROR_MESSAGE_ID - Static variable in class com.sun.faces.util.MessageUtils
- CANT_WRITE_ID_ATTRIBUTE_ERROR_MESSAGE_ID - Static variable in class com.sun.faces.util.MessageUtils
- captionClass - jakarta.faces.component.html.HtmlDataTable.PropertyKeys
- captionClass - jakarta.faces.component.html.HtmlPanelGrid.PropertyKeys
- captionStyle - jakarta.faces.component.html.HtmlDataTable.PropertyKeys
- captionStyle - jakarta.faces.component.html.HtmlPanelGrid.PropertyKeys
- CatchHandler - Class in com.sun.faces.facelets.tag.jstl.core
- CatchHandler(TagConfig) - Constructor for class com.sun.faces.facelets.tag.jstl.core.CatchHandler
- CDI_1_1_OR_LATER - Static variable in class com.sun.faces.RIConstants
-
Convenience key to determine if CDI is version 1.1 or later.
- CDI_AVAILABLE - Static variable in class com.sun.faces.RIConstants
-
Convenience key to determine if CDI is available.
- CDI_BEAN_MANAGER - Static variable in class com.sun.faces.RIConstants
-
Convenience key to store / get BeanManager.
- CdiConverter - Class in com.sun.faces.cdi
-
A delegate to the CDI managed converter.
- CdiConverter() - Constructor for class com.sun.faces.cdi.CdiConverter
-
Constructor.
- CdiConverter(String, Class, Converter) - Constructor for class com.sun.faces.cdi.CdiConverter
-
Constructor.
- CdiExtension - Class in com.sun.faces.cdi
-
The CDI extension.
- CdiExtension() - Constructor for class com.sun.faces.cdi.CdiExtension
- CDIUtil - Interface in com.sun.faces.util.cdi11
- CDIUtilImpl - Class in com.sun.faces.util.cdi11
- CDIUtilImpl() - Constructor for class com.sun.faces.util.cdi11.CDIUtilImpl
- CdiUtils - Class in com.sun.faces.cdi
-
A static utility class for CDI.
- CdiValidator - Class in com.sun.faces.cdi
-
A delegate to the CDI managed validator.
- CdiValidator() - Constructor for class com.sun.faces.cdi.CdiValidator
-
Constructor.
- CdiValidator(String, Validator) - Constructor for class com.sun.faces.cdi.CdiValidator
-
Constructor.
- cellpadding - jakarta.faces.component.html.HtmlDataTable.PropertyKeys
- cellpadding - jakarta.faces.component.html.HtmlPanelGrid.PropertyKeys
- cellspacing - jakarta.faces.component.html.HtmlDataTable.PropertyKeys
- cellspacing - jakarta.faces.component.html.HtmlPanelGrid.PropertyKeys
- ChainAwareVariableResolver - Class in com.sun.faces.el
-
This special VariableResolver serves as the "original" VariableResolver that is passed to the one-arg ctor for the first custom VariableResolver that is encountered during application configuration.
- ChainAwareVariableResolver() - Constructor for class com.sun.faces.el.ChainAwareVariableResolver
- ChainTypeCompositeELResolver - Class in com.sun.faces.el
-
Maintains an ordered composite list of child
ELResolver for Faces
. - ChainTypeCompositeELResolver(FacesCompositeELResolver) - Constructor for class com.sun.faces.el.ChainTypeCompositeELResolver
- ChainTypeCompositeELResolver(FacesCompositeELResolver.ELResolverChainType) - Constructor for class com.sun.faces.el.ChainTypeCompositeELResolver
-
Guarantee that this instance knows of what chain it is a member.
- channel() - Method in annotation type jakarta.faces.push.Push
-
(Optional) The name of the push channel.
- CHAR_ENCODING - Static variable in class com.sun.faces.RIConstants
- CHARACTER_ENCODING_KEY - Static variable in class jakarta.faces.application.ViewHandler
-
The key, in the session's attribute set, under which the response character encoding may be stored and retrieved.
- CHARACTER_ID - Static variable in class jakarta.faces.convert.CharacterConverter
-
The message identifier of the
FacesMessage
to be created if the conversion toCharacter
fails. - CharacterConverter - Class in jakarta.faces.convert
-
Converter
implementation forjava.lang.Character
(and char primitive) values. - CharacterConverter() - Constructor for class jakarta.faces.convert.CharacterConverter
- charset - jakarta.faces.component.html.HtmlCommandLink.PropertyKeys
- charset - jakarta.faces.component.html.HtmlOutcomeTargetLink.PropertyKeys
- charset - jakarta.faces.component.html.HtmlOutputLink.PropertyKeys
- CheckboxRenderer - Class in com.sun.faces.renderkit.html_basic
-
CheckboxRenderer is a class that renders the current value of
UISelectBoolean
as a checkbox.
- CheckboxRenderer() - Constructor for class com.sun.faces.renderkit.html_basic.CheckboxRenderer
- CHECKED - com.sun.faces.mgbean.ManagedBeanPreProcessingException.Type
- checkIdUniqueness(FacesContext, UIComponent, Set<String>) - Static method in class com.sun.faces.util.Util
-
Utility method to validate ID uniqueness for the tree represented by
component
. - CHILD_NOT_OF_EXPECTED_TYPE_ID - Static variable in class com.sun.faces.util.MessageUtils
- ChooseHandler - Class in com.sun.faces.facelets.tag.jstl.core
- ChooseHandler(TagConfig) - Constructor for class com.sun.faces.facelets.tag.jstl.core.ChooseHandler
- ChooseOtherwiseHandler - Class in com.sun.faces.facelets.tag.jstl.core
- ChooseOtherwiseHandler(TagConfig) - Constructor for class com.sun.faces.facelets.tag.jstl.core.ChooseOtherwiseHandler
- ChooseWhenHandler - Class in com.sun.faces.facelets.tag.jstl.core
- ChooseWhenHandler(TagConfig) - Constructor for class com.sun.faces.facelets.tag.jstl.core.ChooseWhenHandler
- classHasAnnotations(Class<?>) - Static method in class com.sun.faces.util.Util
- className - Variable in class com.sun.faces.renderkit.RenderKitFactoryImpl
- Classpath - Class in com.sun.faces.facelets.util
- Classpath() - Constructor for class com.sun.faces.facelets.util.Classpath
- Classpath.SearchAdvice - Enum in com.sun.faces.facelets.util
- ClasspathResourceHelper - Class in com.sun.faces.application.resource
-
A
ResourceHelper
implementation for finding/serving resources found on the classpath within theMETA-INF/resources directory.
- ClasspathResourceHelper() - Constructor for class com.sun.faces.application.resource.ClasspathResourceHelper
- cleanupInitMaps(ServletContext) - Static method in class com.sun.faces.config.InitFacesContext
-
Clean up entries from the threadInitContext and initContextServletContext maps using a ServletContext.
- clear() - Method in class com.sun.faces.application.resource.ResourceCache
-
Empty the cache.
- clear() - Method in class com.sun.faces.config.initfacescontext.NoOpFlash
- clear() - Method in class com.sun.faces.context.ApplicationMap
- clear() - Method in class com.sun.faces.context.flash.ELFlash
- clear() - Method in class com.sun.faces.context.RequestMap
- clear() - Method in class com.sun.faces.context.SessionMap
- clear() - Method in class com.sun.faces.util.MetadataWrapperMap
- clear() - Method in class com.sun.faces.util.MostlySingletonSet
- clear() - Method in class com.sun.faces.util.MultiKeyConcurrentHashMap
-
Removes all mappings from this map.
- clear() - Method in class jakarta.faces.context.FlashWrapper
-
The default behavior of this method is to call
Map.clear()
on the wrappedFlash
object. - clear(FacesContext) - Method in class com.sun.faces.application.view.ViewScopeContextManager
-
Clear the current view map using the Faces context.
- clear(FacesContext) - Method in class com.sun.faces.application.view.ViewScopeManager
-
Clear the current view map using the Faces context.
- clear(FacesContext, Map<String, Object>) - Method in class com.sun.faces.application.view.ViewScopeContextManager
-
Clear the given view map.
- clear(FacesContext, Map<String, Object>) - Method in class com.sun.faces.application.view.ViewScopeManager
-
Clear the given view map.
- clearAttributesOnChangeOfView(FacesContext) - Static method in class com.sun.faces.util.RequestStateManager
-
Remove all request state attributes associated that need to be cleared on change of view.
- clearCache(ClassLoader) - Static method in class com.sun.faces.util.ReflectionUtils
-
Clears the cache for the specified
ClassLoader
. - clearChildContext() - Method in interface com.sun.faces.spi.ThreadContext
- clearGuard(FacesContext, Class<? extends SystemEvent>) - Method in class com.sun.faces.application.applicationimpl.events.ReentrantLisneterInvocationGuard
- clearInitialState() - Method in class com.sun.faces.ext.component.UIValidateWholeBean
- clearInitialState() - Method in class jakarta.faces.component.behavior.BehaviorBase
-
Clears the initial state flag, causing the behavior to revert from partial to full state saving.
- clearInitialState() - Method in interface jakarta.faces.component.PartialStateHolder
-
Reset the PartialStateHolder to a non-delta tracking state.
- clearInitialState() - Method in class jakarta.faces.component.UIComponent
-
An implementation of
PartialStateHolder.clearInitialState()
, this method is called by the runtime to tell the instance to stop tracking state changes. - clearInitialState() - Method in class jakarta.faces.component.UIComponentBase
-
For each of the attached objects on this instance that implement
PartialStateHolder
, callPartialStateHolder.clearInitialState()
on the attached object. - clearInitialState() - Method in class jakarta.faces.component.UIInput
- clearInitialState() - Method in class jakarta.faces.component.UIOutput
- clearInitialState() - Method in class jakarta.faces.convert.DateTimeConverter
- clearInitialState() - Method in class jakarta.faces.convert.EnumConverter
- clearInitialState() - Method in class jakarta.faces.convert.NumberConverter
- clearInitialState() - Method in class jakarta.faces.validator.BeanValidator
- clearInitialState() - Method in class jakarta.faces.validator.DoubleRangeValidator
- clearInitialState() - Method in class jakarta.faces.validator.LengthValidator
- clearInitialState() - Method in class jakarta.faces.validator.LongRangeValidator
- clearInitialState() - Method in class jakarta.faces.validator.RegexValidator
- clearInstance(ExternalContext) - Static method in class com.sun.faces.application.ApplicationAssociate
- clearInstance(ServletContext) - Static method in class com.sun.faces.application.ApplicationAssociate
- clearMetaInfo(FacesContext, UIComponent) - Method in class com.sun.faces.renderkit.html_basic.BaseTableRenderer
-
Removes the cached TableMetaInfo from the specified component.
- CLIENT_CERT_AUTH - Static variable in class jakarta.faces.context.ExternalContext
-
String identifier for CLIENT_CERT authentication.
- CLIENT_WINDOW_FACTORY - Static variable in class jakarta.faces.FactoryFinder
-
The property name for the
ClientWindowFactory
class name. - CLIENT_WINDOW_MODE_PARAM_NAME - Static variable in class jakarta.faces.lifecycle.ClientWindow
-
The context-param that controls the operation of the
ClientWindow
feature. - CLIENT_WINDOW_PARAM - com.sun.faces.renderkit.RenderKitUtils.PredefinedPostbackParameter
- CLIENT_WINDOW_PARAM - Static variable in class jakarta.faces.render.ResponseStateManager
-
The name of the hidden field that refers to the encoded ClientWindow.
- CLIENT_WINDOW_URL_PARAM - Static variable in class jakarta.faces.render.ResponseStateManager
-
The name of the URL query parameter for transmitting the client window id.
- clientAcceptsCompression(FacesContext) - Method in class com.sun.faces.application.resource.ResourceHelper
-
This method attempt to verify that the user agent can accept a gzip encoded response by interrogating the
Accept-Encoding
requester header. - ClientBehavior - Interface in jakarta.faces.component.behavior
-
ClientBehavior is the base contract for
Behavior
s that attach script content to client-side events exposed byClientBehaviorHolder
components. - ClientBehaviorBase - Class in jakarta.faces.component.behavior
-
ClientBehaviorBase is a convenience base class that implements the default concrete behavior of all methods defined by
ClientBehavior
. - ClientBehaviorBase() - Constructor for class jakarta.faces.component.behavior.ClientBehaviorBase
- ClientBehaviorContext - Class in jakarta.faces.component.behavior
-
ClientBehaviorContext provides context information that may be useful to
ClientBehavior.getScript(jakarta.faces.component.behavior.ClientBehaviorContext)
implementations. - ClientBehaviorContext() - Constructor for class jakarta.faces.component.behavior.ClientBehaviorContext
- ClientBehaviorContext.Parameter - Class in jakarta.faces.component.behavior
-
Parameter instances represent name/value pairs that "submitting" ClientBehavior implementations should include when posting back into the Faces lifecycle.
- ClientBehaviorHint - Enum in jakarta.faces.component.behavior
-
An enum that specifies hints that describes the behavior of ClientBehavior implementations.
- ClientBehaviorHolder - Interface in jakarta.faces.component.behavior
-
The ClientBehaviorHolder interface may be implemented by any concrete
UIComponent
that wishes to support client behaviors as defined byClientBehavior
. - ClientBehaviorRenderer - Class in jakarta.faces.render
-
A ClientBehaviorRenderer produces the client-side script that implements a
ClientBehavior
's client-side logic. - ClientBehaviorRenderer() - Constructor for class jakarta.faces.render.ClientBehaviorRenderer
- ClientResourceInfo - Class in com.sun.faces.application.resource
-
ClientResourceInfo
is a simple wrapper class for information pertinent to building a complete resource path using a Library. - ClientResourceInfo(LibraryInfo, ContractInfo, String, VersionInfo, boolean, boolean, boolean, boolean) - Constructor for class com.sun.faces.application.resource.ClientResourceInfo
-
Constructs a new
ClientResourceInfo
using the specified details. - ClientSideStateHelper - Class in com.sun.faces.renderkit
-
This
StateHelper
provides the functionality associated with client-side state saving. - ClientSideStateHelper() - Constructor for class com.sun.faces.renderkit.ClientSideStateHelper
-
Construct a new
ClientSideStateHelper
instance. - ClientSideStateHelper.StringBuilderWriter - Class in com.sun.faces.renderkit
-
A simple
Writer
implementation to encapsulate aStringBuilder
instance. - ClientStateTimeout - com.sun.faces.config.WebConfiguration.WebContextInitParameter
- ClientStateWriteBufferSize - com.sun.faces.config.WebConfiguration.WebContextInitParameter
- ClientWindow - Class in jakarta.faces.lifecycle
-
This class represents a client window, which may be a browser tab, browser window, browser pop-up, portlet, or anything else that can display a
UIComponent
hierarchy rooted at aUIViewRoot
. - ClientWindow() - Constructor for class jakarta.faces.lifecycle.ClientWindow
- ClientWindowFactory - Class in jakarta.faces.lifecycle
-
Create
ClientWindow
instances based on the incoming request. - ClientWindowFactory() - Constructor for class jakarta.faces.lifecycle.ClientWindowFactory
-
Deprecated.Use the other constructor taking the implementation being wrapped.
- ClientWindowFactory(ClientWindowFactory) - Constructor for class jakarta.faces.lifecycle.ClientWindowFactory
-
If this factory has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.
- ClientWindowFactoryImpl - Class in com.sun.faces.lifecycle
- ClientWindowFactoryImpl() - Constructor for class com.sun.faces.lifecycle.ClientWindowFactoryImpl
- ClientWindowFactoryImpl(boolean) - Constructor for class com.sun.faces.lifecycle.ClientWindowFactoryImpl
- ClientWindowImpl - Class in com.sun.faces.lifecycle
- ClientWindowImpl() - Constructor for class com.sun.faces.lifecycle.ClientWindowImpl
- ClientWindowMode - com.sun.faces.config.WebConfiguration.WebContextInitParameter
- clientWindowTransition(FacesContext) - Method in class com.sun.faces.flow.FlowHandlerImpl
- clientWindowTransition(FacesContext) - Method in class jakarta.faces.flow.FlowHandler
-
Allow for flow transitions in the case of components rendered by the renderers from component-family
jakarta.faces.OutcomeTarget
. - ClientWindowWrapper - Class in jakarta.faces.lifecycle
-
Wrapper for
ClientWindow
- ClientWindowWrapper() - Constructor for class jakarta.faces.lifecycle.ClientWindowWrapper
-
Deprecated.Use the other constructor taking the implementation being wrapped.
- ClientWindowWrapper(ClientWindow) - Constructor for class jakarta.faces.lifecycle.ClientWindowWrapper
-
If this client window has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.
- clone() - Method in class com.sun.faces.context.flash.ELFlash
- clone(String, String, boolean, ManagedBeanInfo) - Method in class com.sun.faces.mgbean.ManagedBeanInfo
- CloneCopier - Class in com.sun.faces.util.copier
-
Copier that copies an object using the
Cloneable
facility. - CloneCopier() - Constructor for class com.sun.faces.util.copier.CloneCopier
- cloneValue(Object) - Method in class com.sun.faces.renderkit.html_basic.MenuRenderer
-
Utility method to invoke the the
clone
method on the provided value. - cloneWithWriter(Writer) - Method in class com.sun.faces.renderkit.html_basic.HtmlResponseWriter
-
Create a new instance of this
ResponseWriter
using a differentWriter
. - cloneWithWriter(Writer) - Method in class jakarta.faces.context.ResponseWriter
-
Create and return a new instance of this
ResponseWriter
, using the specifiedWriter
as the output destination. - cloneWithWriter(Writer) - Method in class jakarta.faces.context.ResponseWriterWrapper
-
The default behavior of this method is to call
ResponseWriter.cloneWithWriter(java.io.Writer)
on the wrappedResponseWriter
object. - close() - Method in class com.sun.faces.application.view.FaceletViewHandlingStrategy.NullWriter
- close() - Method in class com.sun.faces.application.WebPrintWriter
- close() - Method in class com.sun.faces.facelets.util.FastWriter
- close() - Method in class com.sun.faces.io.FastStringWriter
-
This is a no-op.
- close() - Method in class com.sun.faces.renderkit.ClientSideStateHelper.StringBuilderWriter
- close() - Method in class com.sun.faces.renderkit.html_basic.HtmlResponseWriter
-
Methods From
java.io.Writer
- close() - Method in class jakarta.faces.context.ResponseWriterWrapper
-
The default behavior of this method is to call
Writer.close()
on the wrappedResponseWriter
object. - closest(Class<T>, UIComponent) - Method in class com.sun.faces.component.search.AbstractSearchKeywordResolverImpl
- coalesce(T...) - Static method in class com.sun.faces.util.Util
-
Returns the first non-
null
object of the argument list, ornull
if there is no such element. - coerce(Object, Class<?>) - Static method in class com.sun.faces.el.ELUtils
- coerceToModelType(FacesContext, Object, Class<?>) - Method in class com.sun.faces.renderkit.html_basic.MenuRenderer
- collect(ProcessManagedBean<T>, BeanManager) - Method in class com.sun.faces.cdi.CdiExtension
- collect(Class<?>, Annotation) - Method in class com.sun.faces.application.annotation.BehaviorConfigHandler
- collect(Class<?>, Annotation) - Method in class com.sun.faces.application.annotation.ComponentConfigHandler
- collect(Class<?>, Annotation) - Method in interface com.sun.faces.application.annotation.ConfigAnnotationHandler
-
Collect metadata based on the provided
Class
andAnnotation
to be processed later byConfigAnnotationHandler.push(jakarta.faces.context.FacesContext)
. - collect(Class<?>, Annotation) - Method in class com.sun.faces.application.annotation.ConverterConfigHandler
- collect(Class<?>, Annotation) - Method in class com.sun.faces.application.annotation.ManagedBeanConfigHandler
- collect(Class<?>, Annotation) - Method in class com.sun.faces.application.annotation.NamedEventConfigHandler
- collect(Class<?>, Annotation) - Method in class com.sun.faces.application.annotation.RenderKitConfigHandler
- collect(Class<?>, Annotation) - Method in class com.sun.faces.application.annotation.ValidatorConfigHandler
- CollectionDataModel<E> - Class in jakarta.faces.model
-
CollectionDataModel is a convenience implementation of
DataModel
that wraps anCollection
of Java objects. - CollectionDataModel() - Constructor for class jakarta.faces.model.CollectionDataModel
-
Construct a new
CollectionDataModel
with no specified wrapped data. - CollectionDataModel(Collection<E>) - Constructor for class jakarta.faces.model.CollectionDataModel
-
Construct a new
CollectionDataModel
wrapping the specified list. - CollectionsUtils - Class in com.sun.faces.util
- CollectionsUtils.ConstMap<T,V> - Class in com.sun.faces.util
- cols - jakarta.faces.component.html.HtmlInputTextarea.PropertyKeys
- columnClasses - jakarta.faces.component.html.HtmlDataTable.PropertyKeys
- columnClasses - jakarta.faces.component.html.HtmlPanelGrid.PropertyKeys
- columnClasses - Variable in class com.sun.faces.renderkit.html_basic.BaseTableRenderer.TableMetaInfo
- columnCount - Variable in class com.sun.faces.renderkit.html_basic.BaseTableRenderer.TableMetaInfo
- columns - jakarta.faces.component.html.HtmlPanelGrid.PropertyKeys
- columns - Variable in class com.sun.faces.renderkit.html_basic.BaseTableRenderer.TableMetaInfo
- columnStyleCounter - Variable in class com.sun.faces.renderkit.html_basic.BaseTableRenderer.TableMetaInfo
- ColumnTag - Class in com.sun.faces.taglib.html_basic
- ColumnTag() - Constructor for class com.sun.faces.taglib.html_basic.ColumnTag
- com.sun.faces - package com.sun.faces
- com.sun.faces.application - package com.sun.faces.application
- com.sun.faces.application.annotation - package com.sun.faces.application.annotation
- com.sun.faces.application.applicationimpl - package com.sun.faces.application.applicationimpl
- com.sun.faces.application.applicationimpl.events - package com.sun.faces.application.applicationimpl.events
- com.sun.faces.application.resource - package com.sun.faces.application.resource
- com.sun.faces.application.view - package com.sun.faces.application.view
- com.sun.faces.cdi - package com.sun.faces.cdi
- com.sun.faces.component - package com.sun.faces.component
- com.sun.faces.component.behavior - package com.sun.faces.component.behavior
- com.sun.faces.component.search - package com.sun.faces.component.search
- com.sun.faces.component.validator - package com.sun.faces.component.validator
- com.sun.faces.component.visit - package com.sun.faces.component.visit
- com.sun.faces.config - package com.sun.faces.config
- com.sun.faces.config.configpopulator - package com.sun.faces.config.configpopulator
- com.sun.faces.config.configprovider - package com.sun.faces.config.configprovider
- com.sun.faces.config.initfacescontext - package com.sun.faces.config.initfacescontext
- com.sun.faces.config.manager - package com.sun.faces.config.manager
- com.sun.faces.config.manager.documents - package com.sun.faces.config.manager.documents
- com.sun.faces.config.manager.spi - package com.sun.faces.config.manager.spi
- com.sun.faces.config.manager.tasks - package com.sun.faces.config.manager.tasks
- com.sun.faces.config.processor - package com.sun.faces.config.processor
- com.sun.faces.context - package com.sun.faces.context
- com.sun.faces.context.flash - package com.sun.faces.context.flash
- com.sun.faces.el - package com.sun.faces.el
- com.sun.faces.ext.component - package com.sun.faces.ext.component
- com.sun.faces.ext.render - package com.sun.faces.ext.render
- com.sun.faces.ext.taglib - package com.sun.faces.ext.taglib
- com.sun.faces.ext.validator - package com.sun.faces.ext.validator
- com.sun.faces.facelets - package com.sun.faces.facelets
- com.sun.faces.facelets.compiler - package com.sun.faces.facelets.compiler
- com.sun.faces.facelets.component - package com.sun.faces.facelets.component
- com.sun.faces.facelets.el - package com.sun.faces.facelets.el
- com.sun.faces.facelets.impl - package com.sun.faces.facelets.impl
- com.sun.faces.facelets.tag - package com.sun.faces.facelets.tag
- com.sun.faces.facelets.tag.composite - package com.sun.faces.facelets.tag.composite
- com.sun.faces.facelets.tag.jsf - package com.sun.faces.facelets.tag.jsf
- com.sun.faces.facelets.tag.jsf.core - package com.sun.faces.facelets.tag.jsf.core
- com.sun.faces.facelets.tag.jsf.html - package com.sun.faces.facelets.tag.jsf.html
-
Tag Library for http://java.sun.com/jsf/html.
- com.sun.faces.facelets.tag.jstl.core - package com.sun.faces.facelets.tag.jstl.core
- com.sun.faces.facelets.tag.jstl.fn - package com.sun.faces.facelets.tag.jstl.fn
- com.sun.faces.facelets.tag.ui - package com.sun.faces.facelets.tag.ui
-
Tag Library for http://java.sun.com/jsf/ui.
- com.sun.faces.facelets.util - package com.sun.faces.facelets.util
- com.sun.faces.flow - package com.sun.faces.flow
- com.sun.faces.flow.builder - package com.sun.faces.flow.builder
- com.sun.faces.io - package com.sun.faces.io
- com.sun.faces.lifecycle - package com.sun.faces.lifecycle
- com.sun.faces.mgbean - package com.sun.faces.mgbean
- com.sun.faces.push - package com.sun.faces.push
- com.sun.faces.renderkit - package com.sun.faces.renderkit
- com.sun.faces.renderkit.html_basic - package com.sun.faces.renderkit.html_basic
- com.sun.faces.spi - package com.sun.faces.spi
- com.sun.faces.taglib - package com.sun.faces.taglib
- com.sun.faces.taglib.html_basic - package com.sun.faces.taglib.html_basic
- com.sun.faces.taglib.jsf_core - package com.sun.faces.taglib.jsf_core
- com.sun.faces.util - package com.sun.faces.util
- com.sun.faces.util.cdi11 - package com.sun.faces.util.cdi11
- com.sun.faces.util.copier - package com.sun.faces.util.copier
- com.sun.faces.vendor - package com.sun.faces.vendor
- COMMAND_LINK_NO_FORM_MESSAGE_ID - Static variable in class com.sun.faces.util.MessageUtils
- COMMAND_NOT_NESTED_WITHIN_FORM_ID - Static variable in class com.sun.faces.util.MessageUtils
- COMMANDBUTTON - com.sun.faces.renderkit.AttributeManager.Key
- CommandButtonTag - Class in com.sun.faces.taglib.html_basic
- CommandButtonTag() - Constructor for class com.sun.faces.taglib.html_basic.CommandButtonTag
- COMMANDLINK - com.sun.faces.renderkit.AttributeManager.Key
- CommandLinkRenderer - Class in com.sun.faces.renderkit.html_basic
-
CommandLinkRenderer is a class that renders the current value of
UICommand
as a HyperLink that acts like a Button.
- CommandLinkRenderer() - Constructor for class com.sun.faces.renderkit.html_basic.CommandLinkRenderer
- CommandLinkTag - Class in com.sun.faces.taglib.html_basic
- CommandLinkTag() - Constructor for class com.sun.faces.taglib.html_basic.CommandLinkTag
- CommandScriptRenderer - Class in com.sun.faces.renderkit.html_basic
-
CommandScriptRenderer is a class that renders the current value of
UICommand
as a Script that acts like an Ajax Button.
- CommandScriptRenderer() - Constructor for class com.sun.faces.renderkit.html_basic.CommandScriptRenderer
- CommandTagParserImpl - Class in com.sun.faces.taglib.html_basic
-
Parses the command tag attributes and verifies that the required attributes are present
- CommandTagParserImpl() - Constructor for class com.sun.faces.taglib.html_basic.CommandTagParserImpl
-
CommandTagParserImpl constructor
- compareTo(Attribute) - Method in class com.sun.faces.renderkit.Attribute
- compareTo(Object) - Method in class com.sun.faces.application.resource.VersionInfo
- compareTo(Object) - Method in class jakarta.faces.application.FacesMessage.Severity
-
Compare this
FacesMessage.Severity
instance to the specified one. - compareTo(Object) - Method in class jakarta.faces.event.PhaseId
-
Compare this
PhaseId
instance to the specified one. - compareValues(Object, Object) - Method in class jakarta.faces.component.UIInput
-
Return
true
if the new value is different from the previous value. - compareValues(Object, Object) - Method in class jakarta.faces.component.UISelectMany
-
Return
true
if the new value is different from the previous value. - CompilationMessageHolder - Interface in com.sun.faces.facelets.compiler
- CompilationMessageHolderImpl - Class in com.sun.faces.facelets.compiler
- CompilationMessageHolderImpl() - Constructor for class com.sun.faces.facelets.compiler.CompilationMessageHolderImpl
- compile(URL, String) - Method in class com.sun.faces.facelets.compiler.Compiler
- Compiler - Class in com.sun.faces.facelets.compiler
-
A Compiler instance may handle compiling multiple sources
- Compiler() - Constructor for class com.sun.faces.facelets.compiler.Compiler
- COMPLETE - jakarta.faces.component.visit.VisitResult
-
This result indicates that the tree visit should be terminated.
- COMPONENT - com.sun.faces.config.Verifier.ObjectType
- COMPONENT - Static variable in interface com.sun.faces.el.ELConstants
- COMPONENT_FAMILY - Static variable in class com.sun.faces.facelets.component.UIRepeat
- COMPONENT_FAMILY - Static variable in class com.sun.faces.facelets.tag.ui.ComponentRef
- COMPONENT_FAMILY - Static variable in class com.sun.faces.facelets.tag.ui.UIDebug
- COMPONENT_FAMILY - Static variable in class jakarta.faces.component.UIColumn
-
The standard component family for this component.
- COMPONENT_FAMILY - Static variable in class jakarta.faces.component.UICommand
-
The standard component family for this component.
- COMPONENT_FAMILY - Static variable in class jakarta.faces.component.UIData
-
The standard component family for this component.
- COMPONENT_FAMILY - Static variable in class jakarta.faces.component.UIForm
-
The standard component family for this component.
- COMPONENT_FAMILY - Static variable in class jakarta.faces.component.UIGraphic
-
The standard component family for this component.
- COMPONENT_FAMILY - Static variable in class jakarta.faces.component.UIImportConstants
-
The standard component family for this component.
- COMPONENT_FAMILY - Static variable in class jakarta.faces.component.UIInput
-
The standard component family for this component.
- COMPONENT_FAMILY - Static variable in class jakarta.faces.component.UIMessage
-
The standard component family for this component.
- COMPONENT_FAMILY - Static variable in class jakarta.faces.component.UIMessages
-
The standard component family for this component.
- COMPONENT_FAMILY - Static variable in class jakarta.faces.component.UINamingContainer
-
The standard component family for this component.
- COMPONENT_FAMILY - Static variable in class jakarta.faces.component.UIOutcomeTarget
-
The standard component family for this component.
- COMPONENT_FAMILY - Static variable in class jakarta.faces.component.UIOutput
-
The standard component family for this component.
- COMPONENT_FAMILY - Static variable in class jakarta.faces.component.UIPanel
-
The standard component family for this component.
- COMPONENT_FAMILY - Static variable in class jakarta.faces.component.UIParameter
-
The standard component family for this component.
- COMPONENT_FAMILY - Static variable in class jakarta.faces.component.UISelectBoolean
-
The standard component family for this component.
- COMPONENT_FAMILY - Static variable in class jakarta.faces.component.UISelectItem
-
The standard component family for this component.
- COMPONENT_FAMILY - Static variable in class jakarta.faces.component.UISelectItems
-
The standard component family for this component.
- COMPONENT_FAMILY - Static variable in class jakarta.faces.component.UISelectMany
-
The standard component family for this component.
- COMPONENT_FAMILY - Static variable in class jakarta.faces.component.UISelectOne
-
The standard component family for this component.
- COMPONENT_FAMILY - Static variable in class jakarta.faces.component.UIViewAction
-
The standard component family for this component.
- COMPONENT_FAMILY - Static variable in class jakarta.faces.component.UIViewParameter
-
The standard component family for this component.
- COMPONENT_FAMILY - Static variable in class jakarta.faces.component.UIViewRoot
-
The standard component family for this component.
- COMPONENT_FAMILY - Static variable in class jakarta.faces.component.UIWebsocket
-
The standard component family for this component.
- COMPONENT_NOT_FOUND_ERROR_MESSAGE_ID - Static variable in class com.sun.faces.util.MessageUtils
- COMPONENT_NOT_FOUND_IN_VIEW_WARNING_ID - Static variable in class com.sun.faces.util.MessageUtils
- COMPONENT_RESOURCE_KEY - Static variable in class jakarta.faces.application.Resource
-
This constant is used as the key in the component attribute map of a composite component to associate the component with its
Resource
instance. - COMPONENT_TO_TAG_MAP_NAME - Static variable in class com.sun.faces.facelets.tag.jsf.ComponentSupport
-
Key to a FacesContext scoped Map where the keys are UIComponent instances and the values are Tag instances.
- COMPONENT_TYPE - Static variable in class com.sun.faces.component.PassthroughElement
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class com.sun.faces.facelets.component.UIRepeat
- COMPONENT_TYPE - Static variable in class com.sun.faces.facelets.tag.ui.ComponentRef
- COMPONENT_TYPE - Static variable in class com.sun.faces.facelets.tag.ui.UIDebug
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.html.HtmlBody
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.html.HtmlColumn
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.html.HtmlCommandButton
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.html.HtmlCommandLink
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.html.HtmlCommandScript
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.html.HtmlDataTable
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.html.HtmlDoctype
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.html.HtmlForm
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.html.HtmlGraphicImage
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.html.HtmlHead
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.html.HtmlInputFile
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.html.HtmlInputHidden
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.html.HtmlInputSecret
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.html.HtmlInputText
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.html.HtmlInputTextarea
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.html.HtmlMessage
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.html.HtmlMessages
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.html.HtmlOutcomeTargetButton
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.html.HtmlOutcomeTargetLink
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.html.HtmlOutputFormat
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.html.HtmlOutputLabel
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.html.HtmlOutputLink
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.html.HtmlOutputText
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.html.HtmlPanelGrid
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.html.HtmlPanelGroup
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.html.HtmlSelectBooleanCheckbox
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.html.HtmlSelectManyCheckbox
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.html.HtmlSelectManyListbox
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.html.HtmlSelectManyMenu
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.html.HtmlSelectOneListbox
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.html.HtmlSelectOneMenu
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.html.HtmlSelectOneRadio
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.UIColumn
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.UICommand
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.UIData
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.UIForm
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.UIGraphic
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.UIImportConstants
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.UIInput
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.UIMessage
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.UIMessages
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.UINamingContainer
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.UIOutcomeTarget
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.UIOutput
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.UIPanel
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.UIParameter
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.UISelectBoolean
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.UISelectItem
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.UISelectItems
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.UISelectMany
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.UISelectOne
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.UIViewAction
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.UIViewParameter
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.UIViewRoot
-
The standard component type for this component.
- COMPONENT_TYPE - Static variable in class jakarta.faces.component.UIWebsocket
-
The standard component type for this component.
- componentAddedDynamically(UIComponent) - Method in class com.sun.faces.context.StateContext
- ComponentConfig - Interface in jakarta.faces.view.facelets
-
Passed to the constructor of
ComponentHandler
. - ComponentConfigHandler - Class in com.sun.faces.application.annotation
-
ConfigAnnotationHandler
forFacesComponent
annotated classes. - ComponentConfigHandler() - Constructor for class com.sun.faces.application.annotation.ComponentConfigHandler
- ComponentConfigProcessor - Class in com.sun.faces.config.processor
-
This
ConfigProcessor
handles all elements defined under/faces-config/component
. - ComponentConfigProcessor() - Constructor for class com.sun.faces.config.processor.ComponentConfigProcessor
- ComponentConfigWrapper(TagConfig, String, String) - Constructor for class com.sun.faces.facelets.tag.AbstractTagLibrary.ComponentConfigWrapper
- componentFamily() - Method in annotation type jakarta.faces.render.FacesRenderer
-
The value of this annotation attribute is taken to be the component-family which, in combination with
FacesRenderer.rendererType()
can be used to obtain a reference to an instance of thisRenderer
by callingRenderKit.getRenderer(java.lang.String, java.lang.String)
. - ComponentHandler - Class in jakarta.faces.view.facelets
-
Public base class for markup element instances that map to
UIComponent
instances in the view. - ComponentHandler(ComponentConfig) - Constructor for class jakarta.faces.view.facelets.ComponentHandler
-
Leverage the
TagHandlerDelegateFactory
provided by the implementation to create an instance ofTagHandlerDelegate
designed for use withComponentHandler
. - componentIsDisabled(UIComponent) - Static method in class com.sun.faces.util.Util
- componentIsDisabledOrReadonly(UIComponent) - Static method in class com.sun.faces.util.Util
- ComponentNotFoundException - Exception in jakarta.faces.component.search
-
Typed
FacesException
for theSearchExpressionHandler
, if a component can't be resolved. - ComponentNotFoundException() - Constructor for exception jakarta.faces.component.search.ComponentNotFoundException
-
Construct a new exception with no detail message or root cause.
- ComponentNotFoundException(String) - Constructor for exception jakarta.faces.component.search.ComponentNotFoundException
-
Construct a new exception with the specified detail message and no root cause.
- ComponentNotFoundException(String, Throwable) - Constructor for exception jakarta.faces.component.search.ComponentNotFoundException
-
Construct a new exception with the specified detail message and root cause.
- ComponentNotFoundException(Throwable) - Constructor for exception jakarta.faces.component.search.ComponentNotFoundException
-
Construct a new exception with the specified root cause.
- ComponentProducer - Class in com.sun.faces.cdi
-
The Component producer is the CDI producer that allows EL resolving of
#{component}
- ComponentProducer() - Constructor for class com.sun.faces.cdi.ComponentProducer
- ComponentRef - Class in com.sun.faces.facelets.tag.ui
- ComponentRef() - Constructor for class com.sun.faces.facelets.tag.ui.ComponentRef
- ComponentRefHandler - Class in com.sun.faces.facelets.tag.ui
- ComponentRefHandler(ComponentConfig) - Constructor for class com.sun.faces.facelets.tag.ui.ComponentRefHandler
- ComponentResourceContainer - Class in com.sun.faces.component
- ComponentResourceContainer() - Constructor for class com.sun.faces.component.ComponentResourceContainer
- ComponentResourceDelegate - Class in com.sun.faces.facelets.tag.jsf.html
-
This class overrides key methods from
ComponentTagHandlerDelegateImpl
in order to properly find existing component resources as well as properly handling the case when this concrete implementations of this class are applied more than once for a particular request. - ComponentResourceDelegate(ComponentHandler) - Constructor for class com.sun.faces.facelets.tag.jsf.html.ComponentResourceDelegate
- ComponentStruct - Class in com.sun.faces.util
-
Utility class to enable partial state saving of components that have been dynamically added to the view.
- ComponentStruct() - Constructor for class com.sun.faces.util.ComponentStruct
- ComponentStruct(String, String, String) - Constructor for class com.sun.faces.util.ComponentStruct
- ComponentStruct(String, String, String, String, String) - Constructor for class com.sun.faces.util.ComponentStruct
- ComponentSupport - Class in com.sun.faces.facelets.tag.jsf
- ComponentSupport() - Constructor for class com.sun.faces.facelets.tag.jsf.ComponentSupport
- ComponentSystemEvent - Class in jakarta.faces.event
-
ComponentSystemEvent is the base class for
SystemEvent
s that are specific to aUIComponent
instance. - ComponentSystemEvent(UIComponent) - Constructor for class jakarta.faces.event.ComponentSystemEvent
-
Pass the argument
component
to the superclass constructor. - ComponentSystemEvent(FacesContext, UIComponent) - Constructor for class jakarta.faces.event.ComponentSystemEvent
-
Pass the argument
component
to the superclass constructor. - ComponentSystemEventHelper - Class in com.sun.faces.application.applicationimpl.events
-
Utility class for dealing with
UIComponent
events. - ComponentSystemEventHelper() - Constructor for class com.sun.faces.application.applicationimpl.events.ComponentSystemEventHelper
- ComponentSystemEventListener - Interface in jakarta.faces.event
-
Implementors of this class do not need an
isListenerForSource()
method because they are only installed on specific component instances, therefore theisListenerForSource()
method is implicit. - ComponentTagHandlerDelegateImpl - Class in com.sun.faces.facelets.tag.jsf
- ComponentTagHandlerDelegateImpl(ComponentHandler) - Constructor for class com.sun.faces.facelets.tag.jsf.ComponentTagHandlerDelegateImpl
- componentType - Variable in class com.sun.faces.facelets.tag.AbstractTagLibrary.ComponentConfigWrapper
- componentType - Variable in class com.sun.faces.facelets.tag.jsf.ComponentTagHandlerDelegateImpl
- ComponentValidators - Class in com.sun.faces.component.validator
-
This class is responsible for adding default validators and/or validators that wrap multiple
EditableValueHolder
instances within the view. - ComponentValidators() - Constructor for class com.sun.faces.component.validator.ComponentValidators
- ComponentValidators.ValidatorInfo - Class in com.sun.faces.component.validator
-
Generic information container for a validator at a particular nesting Level.
- COMPOSITE_BEHAVIORS_KEY - Static variable in class com.sun.faces.facelets.tag.jsf.AttachedBehaviors
- COMPOSITE_COMPONENT - Static variable in interface com.sun.faces.el.ELConstants
- COMPOSITE_COMPONENT_ATTRIBUTES_EL_RESOLVER - Static variable in class com.sun.faces.el.ELUtils
- COMPOSITE_COMPONENT_TYPE_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 a
ValueExpression
that evaluates to thecomponent-type
of the composite component rootUIComponent
for this composite component, if one was declared by the composite component author. - COMPOSITE_FACET_NAME - Static variable in class jakarta.faces.component.UIComponent
-
The value of this constant is used as the key in the
Map
returned as described inUIComponent.FACETS_KEY
for thePropertyDescriptor
describing the composite component facet. - CompositeAttributePropertyDescriptor - Class in com.sun.faces.facelets.tag.composite
-
A property descriptor for a composite component attribute.
- CompositeAttributePropertyDescriptor(String, Method, Method) - Constructor for class com.sun.faces.facelets.tag.composite.CompositeAttributePropertyDescriptor
- CompositeComponentAttributesELResolver - Class in com.sun.faces.el
-
This
ELResolver
will handle the resolution ofattrs
when processing a composite component instance. - CompositeComponentAttributesELResolver() - Constructor for class com.sun.faces.el.CompositeComponentAttributesELResolver
- CompositeComponentBeanInfo - Class in com.sun.faces.facelets.tag.composite
- CompositeComponentBeanInfo() - Constructor for class com.sun.faces.facelets.tag.composite.CompositeComponentBeanInfo
- CompositeComponentExpressionHolder - Interface in jakarta.faces.el
-
This interface must be implemented by the
Map
returned by the composite componentELResolver
, described in section 5.6.2.2 of the specification, when evaluating#{cc.attrs}
expressions. - CompositeComponentImpl - Class in com.sun.faces.facelets.tag.jsf
- CompositeComponentImpl() - Constructor for class com.sun.faces.facelets.tag.jsf.CompositeComponentImpl
- CompositeComponentProducer - Class in com.sun.faces.cdi
-
The Composite Component producer is the CDI producer that allows EL resolving of
#{cc}
- CompositeComponentProducer() - Constructor for class com.sun.faces.cdi.CompositeComponentProducer
- CompositeComponentStackManager - Class in com.sun.faces.component
-
CompositeComponentStackManager
is responsible for managing the two different composite component stacks currently used by Mojarra. - CompositeComponentStackManager.StackType - Enum in com.sun.faces.component
- CompositeComponentTagHandler - Class in com.sun.faces.facelets.tag.jsf
-
Facelet handler responsible for, building the component tree representation of a composite component based on the metadata contained in the composite interface and implementation sections of the composite component template.
- CompositeComponentTagHandler(Resource, ComponentConfig) - Constructor for class com.sun.faces.facelets.tag.jsf.CompositeComponentTagHandler
- CompositeComponentTagLibrary - Class in com.sun.faces.facelets.tag.jsf
- CompositeComponentTagLibrary(String) - Constructor for class com.sun.faces.facelets.tag.jsf.CompositeComponentTagLibrary
- CompositeComponentTagLibrary(String, String) - Constructor for class com.sun.faces.facelets.tag.jsf.CompositeComponentTagLibrary
- CompositeFaceletHandler - Class in jakarta.faces.view.facelets
-
A FaceletHandler that is derived of 1 or more, inner FaceletHandlers.
- CompositeFaceletHandler(FaceletHandler[]) - Constructor for class jakarta.faces.view.facelets.CompositeFaceletHandler
- CompositeFacetRenderer - Class in com.sun.faces.renderkit.html_basic
-
This
Renderer
is responsible for rendering the content of a facet defined within the using page template in the desired location within the composite component implementation section. - CompositeFacetRenderer() - Constructor for class com.sun.faces.renderkit.html_basic.CompositeFacetRenderer
- CompositeFunctionMapper - Class in com.sun.faces.facelets.el
-
Composite FunctionMapper that attempts to load the Method from the first FunctionMapper, then the second if
null
. - CompositeFunctionMapper(FunctionMapper, FunctionMapper) - Constructor for class com.sun.faces.facelets.el.CompositeFunctionMapper
- CompositeLibrary - Class in com.sun.faces.facelets.tag.composite
- CompositeLibrary() - Constructor for class com.sun.faces.facelets.tag.composite.CompositeLibrary
- CompositeLibrary(String) - Constructor for class com.sun.faces.facelets.tag.composite.CompositeLibrary
- CompositeRenderer - Class in com.sun.faces.renderkit.html_basic
-
This
Renderer
is responsible for rendering the children defined within the composite implementation section of a composite component template. - CompositeRenderer() - Constructor for class com.sun.faces.renderkit.html_basic.CompositeRenderer
- CompositeSearchKeywordResolver - Class in com.sun.faces.component.search
- CompositeSearchKeywordResolver() - Constructor for class com.sun.faces.component.search.CompositeSearchKeywordResolver
- CompositeTagDecorator - Class in com.sun.faces.facelets.tag
-
A TagDecorator that is composed of 1 or more TagDecorator instances.
- CompositeTagDecorator(TagDecorator[]) - Constructor for class com.sun.faces.facelets.tag.CompositeTagDecorator
- CompositeTagLibrary - Class in com.sun.faces.facelets.tag
-
A TagLibrary that is composed of 1 or more TagLibrary children.
- CompositeTagLibrary(TagLibrary[]) - Constructor for class com.sun.faces.facelets.tag.CompositeTagLibrary
- CompositeTagLibrary(TagLibrary[], CompilationMessageHolder) - Constructor for class com.sun.faces.facelets.tag.CompositeTagLibrary
- CompositeVariableMapper - Class in com.sun.faces.facelets.el
-
Composite VariableMapper that attempts to load the ValueExpression from the first VariableMapper, then the second if
null
. - CompositeVariableMapper(VariableMapper, VariableMapper) - Constructor for class com.sun.faces.facelets.el.CompositeVariableMapper
- CompositionHandler - Class in com.sun.faces.facelets.tag.ui
- CompositionHandler(TagConfig) - Constructor for class com.sun.faces.facelets.tag.ui.CompositionHandler
- CompressableMimeTypes - com.sun.faces.config.WebConfiguration.WebContextInitParameter
- compressContent(ClientResourceInfo) - Method in class com.sun.faces.application.resource.ResourceHelper
-
Utility method to compress the content of the original resource to the temporary directory specified by
ClientResourceInfo.getCompressedPath()
. - CompressJavaScript - com.sun.faces.config.WebConfiguration.BooleanWebContextInitParameter
- compressViewState - Variable in class com.sun.faces.renderkit.StateHelper
-
Flag indicating whether or not view state should be compressed to reduce the memory/bandwidth footprint.
- CompressViewState - com.sun.faces.config.WebConfiguration.BooleanWebContextInitParameter
- CompressViewStateDeprecated - com.sun.faces.config.WebConfiguration.BooleanWebContextInitParameter
- ConcurrentCache<K,V> - Class in com.sun.faces.util
-
Defines a concurrent cache with a factory for creating new object instances.
- ConcurrentCache(ConcurrentCache.Factory<K, V>) - Constructor for class com.sun.faces.util.ConcurrentCache
-
Constructs this cache using the specified
Factory
. - ConcurrentCache.Factory<K,V> - Interface in com.sun.faces.util
-
Factory interface for creating various cacheable objects.
- condition(ValueExpression) - Method in class com.sun.faces.flow.builder.NavigationCaseBuilderImpl
- condition(ValueExpression) - Method in class com.sun.faces.flow.builder.SwitchCaseBuilderImpl
- condition(ValueExpression) - Method in class jakarta.faces.flow.builder.NavigationCaseBuilder
-
Set the if of the current navigation case.
- condition(ValueExpression) - Method in class jakarta.faces.flow.builder.SwitchCaseBuilder
-
Set the if in the previously created switch case.
- condition(String) - Method in class com.sun.faces.flow.builder.NavigationCaseBuilderImpl
- condition(String) - Method in class com.sun.faces.flow.builder.SwitchCaseBuilderImpl
- condition(String) - Method in class jakarta.faces.flow.builder.NavigationCaseBuilder
-
Set the if of the current navigation case.
- condition(String) - Method in class jakarta.faces.flow.builder.SwitchCaseBuilder
-
Set the if in the previously created switch case.
- CONFIG - com.sun.faces.util.FacesLogger
- CONFIG_FILES_ATTR - Static variable in class jakarta.faces.webapp.FacesServlet
-
Context initialization parameter name for a comma delimited list of context-relative resource paths (in addition to
/WEB-INF/faces-config.xml
which is loaded automatically if it exists) containing Jakarta Server Faces configuration information. - ConfigAnnotationHandler - Interface in com.sun.faces.application.annotation
-
Implementations of the interface will be called during application initialization to process any configuration annotations within the web application.
- ConfigManager - Class in com.sun.faces.config
-
This class manages the initialization of each web application that uses Faces.
- ConfigManager() - Constructor for class com.sun.faces.config.ConfigManager
- ConfigProcessor - Interface in com.sun.faces.config.processor
-
This interface provides a CoR structure for processing JSF configuration resources.
- ConfigurableNavigationHandler - Class in jakarta.faces.application
-
ConfigurableNavigationHandler extends the contract of
NavigationHandler
to allow runtime inspection of theNavigationCase
s that make up the rule-base for navigation. - ConfigurableNavigationHandler() - Constructor for class jakarta.faces.application.ConfigurableNavigationHandler
- ConfigurableNavigationHandlerWrapper - Class in jakarta.faces.application
-
Provides a simple implementation of
ConfigurableNavigationHandler
that can be subclassed by developers wishing to provide specialized behavior to an existingConfigurableNavigationHandler
instance. - ConfigurableNavigationHandlerWrapper() - Constructor for class jakarta.faces.application.ConfigurableNavigationHandlerWrapper
-
Deprecated.Use the other constructor taking the implementation being wrapped.
- ConfigurableNavigationHandlerWrapper(ConfigurableNavigationHandler) - Constructor for class jakarta.faces.application.ConfigurableNavigationHandlerWrapper
-
If this configurable navigation handler has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.
- ConfigurationException - Exception in com.sun.faces.config
-
This represents any configuration processing problems that could occur.
- ConfigurationException() - Constructor for exception com.sun.faces.config.ConfigurationException
- ConfigurationException(String) - Constructor for exception com.sun.faces.config.ConfigurationException
- ConfigurationException(String, Throwable) - Constructor for exception com.sun.faces.config.ConfigurationException
- ConfigurationException(Throwable) - Constructor for exception com.sun.faces.config.ConfigurationException
- ConfigurationResourceProvider - Interface in com.sun.faces.spi
-
Classes that implement this interface return zero or more
URL
s which refer to application configuration resources. - ConfigurationResourceProviderFactory - Class in com.sun.faces.spi
-
Factory class for creating
ConfigurationResourceProvider
instances using the Java services discovery mechanism. - ConfigurationResourceProviderFactory() - Constructor for class com.sun.faces.spi.ConfigurationResourceProviderFactory
- ConfigurationResourceProviderFactory.ProviderType - Enum in com.sun.faces.spi
- ConfigureListener - Class in com.sun.faces.config
-
Parse all relevant JavaServer Faces configuration resources, and configure the Reference Implementation runtime environment.
- ConfigureListener() - Constructor for class com.sun.faces.config.ConfigureListener
- ConstMap() - Constructor for class com.sun.faces.util.CollectionsUtils.ConstMap
- contains(Object) - Method in class com.sun.faces.util.MostlySingletonSet
- contains(Object) - Method in class com.sun.faces.util.MultiKeyConcurrentHashMap
-
Legacy method testing if some key maps into the specified value in this table.
- contains(String, String) - Static method in class com.sun.faces.facelets.tag.jstl.fn.JstlFunction
- containsAll(Collection<?>) - Method in class com.sun.faces.util.MostlySingletonSet
- containsaValue(Object) - Method in class com.sun.faces.renderkit.html_basic.MenuRenderer
- containsFunction(String, String) - Method in class com.sun.faces.facelets.tag.AbstractTagLibrary
- containsFunction(String, String) - Method in class com.sun.faces.facelets.tag.CompositeTagLibrary
- containsFunction(String, String) - Method in interface com.sun.faces.facelets.tag.TagLibrary
-
If this library contains the specified function name
- containsFunction(String, String) - Method in class com.sun.faces.facelets.util.FunctionLibrary
- containsIgnoreCase(String, String) - Static method in class com.sun.faces.facelets.tag.jstl.fn.JstlFunction
- containsKey(FacesContext, String) - Static method in class com.sun.faces.util.RequestStateManager
- containsKey(Object) - Method in class com.sun.faces.config.initfacescontext.NoOpFlash
- containsKey(Object) - Method in class com.sun.faces.context.ApplicationMap
- containsKey(Object) - Method in class com.sun.faces.context.flash.ELFlash
- containsKey(Object) - Method in class com.sun.faces.context.InitParameterMap
- containsKey(Object) - Method in class com.sun.faces.context.RequestHeaderMap
- containsKey(Object) - Method in class com.sun.faces.context.RequestHeaderValuesMap
- containsKey(Object) - Method in class com.sun.faces.context.RequestMap
- containsKey(Object) - Method in class com.sun.faces.context.RequestParameterMap
- containsKey(Object) - Method in class com.sun.faces.context.RequestParameterValuesMap
- containsKey(Object) - Method in class com.sun.faces.context.SessionMap
- containsKey(Object) - Method in class com.sun.faces.util.MetadataWrapperMap
- containsKey(Object) - Method in class com.sun.faces.util.MultiKeyConcurrentHashMap
-
Tests if the specified object is a key in this table.
- containsKey(Object) - Method in class jakarta.faces.context.FlashWrapper
-
The default behavior of this method is to call
Map.containsKey(Object)
on the wrappedFlash
object. - containsKey(Object, Object) - Method in class com.sun.faces.util.MultiKeyConcurrentHashMap
- containsKey(Object, Object, Object) - Method in class com.sun.faces.util.MultiKeyConcurrentHashMap
- containsKey(Object, Object, Object, Object) - Method in class com.sun.faces.util.MultiKeyConcurrentHashMap
- containsKey(K) - Method in class com.sun.faces.util.ConcurrentCache
-
Tests whether the cache contains a value for the specified key
- containsKey(K) - Method in class com.sun.faces.util.ExpiringConcurrentCache
- containsNamespace(String, Tag) - Method in class com.sun.faces.facelets.tag.AbstractTagLibrary
- containsNamespace(String, Tag) - Method in class com.sun.faces.facelets.tag.CompositeTagLibrary
- containsNamespace(String, Tag) - Method in interface com.sun.faces.facelets.tag.TagLibrary
-
true if the namespace is used in this library
- containsNamespace(String, Tag) - Method in class com.sun.faces.facelets.util.FunctionLibrary
- containsTagHandler(String, String) - Method in class com.sun.faces.facelets.tag.AbstractTagLibrary
- containsTagHandler(String, String) - Method in class com.sun.faces.facelets.tag.CompositeTagLibrary
- containsTagHandler(String, String) - Method in class com.sun.faces.facelets.tag.jsf.CompositeComponentTagLibrary
- containsTagHandler(String, String) - Method in class com.sun.faces.facelets.tag.jsf.FacesComponentTagLibrary
- containsTagHandler(String, String) - Method in interface com.sun.faces.facelets.tag.TagLibrary
-
If this library contains a TagHandler for the namespace and local name true if handled by this library
- containsTagHandler(String, String) - Method in class com.sun.faces.facelets.util.FunctionLibrary
- containsValue(Object) - Method in class com.sun.faces.config.initfacescontext.NoOpFlash
- containsValue(Object) - Method in class com.sun.faces.context.flash.ELFlash
- containsValue(Object) - Method in class com.sun.faces.util.MetadataWrapperMap
- containsValue(Object) - Method in class com.sun.faces.util.MultiKeyConcurrentHashMap
-
Returns true if this map maps one or more keys to the specified value.
- containsValue(Object) - Method in class jakarta.faces.context.FlashWrapper
-
The default behavior of this method is to call
Map.containsValue(Object)
on the wrappedFlash
object. - CONTENT_TYPE_ERROR_MESSAGE_ID - Static variable in class com.sun.faces.util.MessageUtils
- context(String) - Static method in class com.sun.faces.facelets.util.Path
- CONTEXT - com.sun.faces.util.FacesLogger
- ContextCallback - Interface in jakarta.faces.component
-
A simple callback interace that enables taking action on a specific UIComponent (either facet or child) in the view while preserving any contextual state for that component instance in the view.
- contextCreated(ELContextEvent) - Method in class com.sun.faces.el.ELContextListenerImpl
-
Invoked when a new
ELContext
has been created. - contextDestroyed(ServletContextEvent) - Method in class com.sun.faces.application.WebappLifecycleListener
-
Notification that the servlet context is about to be shut down.
- contextDestroyed(ServletContextEvent) - Method in class com.sun.faces.config.ConfigureListener
- contextInitialized(ServletContextEvent) - Method in class com.sun.faces.application.WebappLifecycleListener
-
Notification that the web application initialization process is starting.
- contextInitialized(ServletContextEvent) - Method in class com.sun.faces.config.ConfigureListener
- ContextParam - Enum in com.sun.faces.context
-
The enumeration of all our context-param entries.
- ContextParamUtils - Class in com.sun.faces.context
-
A utility class for dealing with context-param entries.
- ContextualCompositeMethodExpression - Class in com.sun.faces.facelets.el
-
This specialized
MethodExpression
enables the evaluation of composite component expressions. - ContextualCompositeMethodExpression(ValueExpression, MethodExpression) - Constructor for class com.sun.faces.facelets.el.ContextualCompositeMethodExpression
- ContextualCompositeMethodExpression(Location, MethodExpression) - Constructor for class com.sun.faces.facelets.el.ContextualCompositeMethodExpression
- ContextualCompositeValueExpression - Class in com.sun.faces.facelets.el
-
This specialized
ValueExpression
enables the evaluation of composite component expressions. - ContextualCompositeValueExpression() - Constructor for class com.sun.faces.facelets.el.ContextualCompositeValueExpression
- ContextualCompositeValueExpression(Location, ValueExpression) - Constructor for class com.sun.faces.facelets.el.ContextualCompositeValueExpression
- ContractInfo - Class in com.sun.faces.application.resource
- ContractInfo(String) - Constructor for class com.sun.faces.application.resource.ContractInfo
- CONVERSION_ERROR_MESSAGE_ID - Static variable in class com.sun.faces.util.MessageUtils
- CONVERSION_MESSAGE_ID - Static variable in class jakarta.faces.component.UIInput
-
The message identifier of the
FacesMessage
to be created if a conversion error occurs, and neither the page author nor theConverterException
provides a message. - convertClientId(FacesContext, String) - Method in class com.sun.faces.renderkit.html_basic.HtmlBasicRenderer
- convertClientId(FacesContext, String) - Method in class jakarta.faces.render.Renderer
-
Convert the component generated client id to a form suitable for transmission to the client.
- convertClientId(FacesContext, String) - Method in class jakarta.faces.render.RendererWrapper
- ConvertDateTimeHandler - Class in com.sun.faces.facelets.tag.jsf.core
-
Register a DateTimeConverter instance on the UIComponent associated with the closest parent UIComponent custom action.
- ConvertDateTimeHandler(ConverterConfig) - Constructor for class com.sun.faces.facelets.tag.jsf.core.ConvertDateTimeHandler
- ConvertDateTimeTag - Class in com.sun.faces.taglib.jsf_core
-
ConvertDateTimeTag is a ConverterTag implementation for jakarta.faces.convert.DateTimeConverter
- ConvertDateTimeTag() - Constructor for class com.sun.faces.taglib.jsf_core.ConvertDateTimeTag
- ConvertDelegateHandler - Class in com.sun.faces.facelets.tag.jsf.core
-
Register a named Converter instance on the UIComponent associated with the closest parent UIComponent custom action.
- ConvertDelegateHandler(ConverterConfig) - Constructor for class com.sun.faces.facelets.tag.jsf.core.ConvertDelegateHandler
- Converter<T> - Interface in jakarta.faces.convert
-
Converter is an interface describing a Java class that can perform Object-to-String and String-to-Object conversions between model data objects and a String representation of those objects that is suitable for rendering.
- CONVERTER - com.sun.faces.config.Verifier.ObjectType
- CONVERTER_ID - Static variable in class jakarta.faces.convert.BigDecimalConverter
-
The standard converter id for this converter.
- CONVERTER_ID - Static variable in class jakarta.faces.convert.BigIntegerConverter
-
The standard converter id for this converter.
- CONVERTER_ID - Static variable in class jakarta.faces.convert.BooleanConverter
-
The standard converter id for this converter.
- CONVERTER_ID - Static variable in class jakarta.faces.convert.ByteConverter
-
The standard converter id for this converter.
- CONVERTER_ID - Static variable in class jakarta.faces.convert.CharacterConverter
-
The standard converter id for this converter.
- CONVERTER_ID - Static variable in class jakarta.faces.convert.DateTimeConverter
-
The standard converter id for this converter.
- CONVERTER_ID - Static variable in class jakarta.faces.convert.DoubleConverter
-
The standard converter id for this converter.
- CONVERTER_ID - Static variable in class jakarta.faces.convert.EnumConverter
-
The standard converter id for this converter.
- CONVERTER_ID - Static variable in class jakarta.faces.convert.FloatConverter
-
The standard converter id for this converter.
- CONVERTER_ID - Static variable in class jakarta.faces.convert.IntegerConverter
-
The standard converter id for this converter.
- CONVERTER_ID - Static variable in class jakarta.faces.convert.LongConverter
-
The standard converter id for this converter.
- CONVERTER_ID - Static variable in class jakarta.faces.convert.NumberConverter
-
The standard converter id for this converter.
- CONVERTER_ID - Static variable in class jakarta.faces.convert.ShortConverter
-
The standard converter id for this converter.
- ConverterConfig - Interface in jakarta.faces.view.facelets
-
A Facelet version of the Jakarta Server Pages
ConverterTag
. - ConverterConfigHandler - Class in com.sun.faces.application.annotation
-
ConfigAnnotationHandler
forFacesConverter
annotated classes. - ConverterConfigHandler() - Constructor for class com.sun.faces.application.annotation.ConverterConfigHandler
- ConverterConfigProcessor - Class in com.sun.faces.config.processor
-
This
ConfigProcessor
handles all elements defined under/faces-config/converter
. - ConverterConfigProcessor() - Constructor for class com.sun.faces.config.processor.ConverterConfigProcessor
- ConverterELTag - Class in jakarta.faces.webapp
-
ConverterELTag is a base class for all Jakarta Server Pages custom actions that create and register a
Converter
instance on theValueHolder
associated with our most immediate surrounding instance of a tag whose implementation class is a subclass ofUIComponentClassicTagBase
. - ConverterELTag() - Constructor for class jakarta.faces.webapp.ConverterELTag
- ConverterException - Exception in jakarta.faces.convert
-
ConverterException is an exception thrown by the
getAsObject()
orgetAsText()
method of aConverter
, to indicate that the requested conversion cannot be performed. - ConverterException() - Constructor for exception jakarta.faces.convert.ConverterException
-
Construct a new exception with no detail message or root cause.
- ConverterException(FacesMessage) - Constructor for exception jakarta.faces.convert.ConverterException
-
Construct a new exception with the specified detail message and no root cause.
- ConverterException(FacesMessage, Throwable) - Constructor for exception jakarta.faces.convert.ConverterException
-
Construct a new exception with the specified detail message and root cause.
- ConverterException(String) - Constructor for exception jakarta.faces.convert.ConverterException
-
Construct a new exception with the specified detail message and no root cause.
- ConverterException(String, Throwable) - Constructor for exception jakarta.faces.convert.ConverterException
-
Construct a new exception with the specified detail message and root cause.
- ConverterException(Throwable) - Constructor for exception jakarta.faces.convert.ConverterException
-
Construct a new exception with the specified root cause.
- ConverterHandler - Class in jakarta.faces.view.facelets
-
Handles setting a
Converter
instance on aValueHolder
parent. - ConverterHandler(ConverterConfig) - Constructor for class jakarta.faces.view.facelets.ConverterHandler
- converterId - Variable in class com.sun.faces.taglib.jsf_core.AbstractConverterTag
-
The identifier of the
Converter
instance to be created. - ConverterPropertyEditorBase - Class in com.sun.faces.application
-
Abstract base for a
PropertyEditor
that delegates to a faces Converter that was registered by-type in a faces-config descriptor. - ConverterPropertyEditorBase() - Constructor for class com.sun.faces.application.ConverterPropertyEditorBase
- ConverterPropertyEditorFactory - Class in com.sun.faces.application
-
Factory for dynamically generating PropertyEditor classes that extend
ConverterPropertyEditorBase
and replace any references to the target class from the template with a supplied target class. - ConverterPropertyEditorFactory() - Constructor for class com.sun.faces.application.ConverterPropertyEditorFactory
-
Create a
ConverterPropertyEditorFactory
that uses the default template class (ConverterPropertyEditorFor_XXXX
). - ConverterPropertyEditorFactory(Class<? extends ConverterPropertyEditorBase>) - Constructor for class com.sun.faces.application.ConverterPropertyEditorFactory
-
Create a
ConverterPropertyEditorFactory
that uses the specified template class. - ConverterPropertyEditorFor_XXXX - Class in com.sun.faces.application
-
Default template class for the dynamic generation of target-class specific PropertyEditor implementations.
- ConverterPropertyEditorFor_XXXX() - Constructor for class com.sun.faces.application.ConverterPropertyEditorFor_XXXX
- ConverterTag - Class in com.sun.faces.taglib.jsf_core
-
Basic implementation of
ConverterELTag
. - ConverterTag - Class in jakarta.faces.webapp
-
Deprecated.This has been partially replaced by
ConverterELTag
. The remainder of the functionality, namely, the binding facility and the implementation of theConverterTag.createConverter()
method, is now an implementation detail. - ConverterTag() - Constructor for class com.sun.faces.taglib.jsf_core.ConverterTag
- ConverterTag() - Constructor for class jakarta.faces.webapp.ConverterTag
-
Deprecated.
- ConverterTag.BindingConverter - Class in com.sun.faces.taglib.jsf_core
- ConverterTagHandlerDelegateImpl - Class in com.sun.faces.facelets.tag.jsf
- ConverterTagHandlerDelegateImpl(ConverterHandler) - Constructor for class com.sun.faces.facelets.tag.jsf.ConverterTagHandlerDelegateImpl
- ConvertNumberHandler - Class in com.sun.faces.facelets.tag.jsf.core
-
Register a NumberConverter instance on the UIComponent associated with the closest parent UIComponent custom action.
- ConvertNumberHandler(ConverterConfig) - Constructor for class com.sun.faces.facelets.tag.jsf.core.ConvertNumberHandler
- ConvertNumberTag - Class in com.sun.faces.taglib.jsf_core
-
ConvertNumberTag is a ConverterTag implementation for jakarta.faces.convert.NumberConverter
- ConvertNumberTag() - Constructor for class com.sun.faces.taglib.jsf_core.ConvertNumberTag
- convertSelectManyValue(FacesContext, UISelectMany, String[]) - Method in class com.sun.faces.renderkit.html_basic.MenuRenderer
- convertSelectManyValuesForArray(FacesContext, UISelectMany, Class<?>, String[]) - Method in class com.sun.faces.renderkit.html_basic.MenuRenderer
- convertSelectManyValuesForCollection(FacesContext, UISelectMany, Class<? extends Collection<Object>>, String[]) - Method in class com.sun.faces.renderkit.html_basic.MenuRenderer
- convertSelectManyValuesForModel(FacesContext, UISelectMany, Class<?>, String[]) - Method in class com.sun.faces.renderkit.html_basic.MenuRenderer
- convertSelectOneValue(FacesContext, UISelectOne, String) - Method in class com.sun.faces.renderkit.html_basic.MenuRenderer
- convertToObject(Class<?>, String) - Method in class com.sun.faces.application.PropertyEditorHelper
-
Convert the
textValue
to an object of type targetClass by delegating to a converter. - convertToString(Class<?>, Object) - Method in class com.sun.faces.application.PropertyEditorHelper
-
Convert an object of type targetClass to text by delegating to a converter obtained from the Faces application.
- convertViewId(FacesContext, String) - Method in class com.sun.faces.application.view.MultiViewHandler
-
Adjust the viewID per the requirements of
MultiViewHandler.renderView(jakarta.faces.context.FacesContext, jakarta.faces.component.UIViewRoot)
. - COOKIE - Static variable in interface com.sun.faces.el.ELConstants
- coords - jakarta.faces.component.html.HtmlCommandLink.PropertyKeys
- coords - jakarta.faces.component.html.HtmlOutcomeTargetLink.PropertyKeys
- coords - jakarta.faces.component.html.HtmlOutputLink.PropertyKeys
- Copier - Interface in com.sun.faces.util.copier
-
Interface that is to be implement by classes that know how to copy an object.
- CopierUtils - Class in com.sun.faces.util.copier
- CopierUtils() - Constructor for class com.sun.faces.util.copier.CopierUtils
- copy(ClientResourceInfo) - Method in class com.sun.faces.application.resource.ClientResourceInfo
- copy(ResourceInfo) - Method in class com.sun.faces.application.resource.ResourceInfo
- copy(Object) - Method in class com.sun.faces.util.copier.CloneCopier
- copy(Object) - Method in interface com.sun.faces.util.copier.Copier
-
Return an object that's logically a copy of the given object.
- copy(Object) - Method in class com.sun.faces.util.copier.CopyCtorCopier
- copy(Object) - Method in class com.sun.faces.util.copier.MultiStrategyCopier
- copy(Object) - Method in class com.sun.faces.util.copier.NewInstanceCopier
- copy(Object) - Method in class com.sun.faces.util.copier.SerializationCopier
- CopyCtorCopier - Class in com.sun.faces.util.copier
-
Copier that copies an object using its copy constructor.
- CopyCtorCopier() - Constructor for class com.sun.faces.util.copier.CopyCtorCopier
- copyPassthroughAttributes(FaceletContext, UIComponent, Tag) - Static method in class com.sun.faces.facelets.tag.jsf.ComponentSupport
- CORE_NAMESPACE - Static variable in class com.sun.faces.RIConstants
- CORE_NAMESPACE_NEW - Static variable in class com.sun.faces.RIConstants
- CoreLibrary - Class in com.sun.faces.facelets.tag.jsf.core
-
For Tag details, see Faces Core taglib documentation.
- CoreLibrary() - Constructor for class com.sun.faces.facelets.tag.jsf.core.CoreLibrary
- CoreLibrary(String) - Constructor for class com.sun.faces.facelets.tag.jsf.core.CoreLibrary
- CoreTagParserImpl - Class in com.sun.faces.taglib.jsf_core
-
Parses the command tag attributes and verifies that the required attributes are present
- CoreTagParserImpl() - Constructor for class com.sun.faces.taglib.jsf_core.CoreTagParserImpl
-
CoreTagParserImpl constructor
- CoreValidator - Class in com.sun.faces.taglib.jsf_core
-
A TagLibrary Validator class to allow a TLD to mandate that Faces tag must have an id if it is a child or sibling of a Jakarta Standard Tag conditional or iteration tag
- CoreValidator() - Constructor for class com.sun.faces.taglib.jsf_core.CoreValidator
-
CoreValidator constructor
- create(String, BeanBuilder, FacesContext) - Method in class com.sun.faces.mgbean.BeanManager
- create(String, FacesContext) - Method in class com.sun.faces.mgbean.BeanManager
- createAndStoreCryptographicallyStrongTokenInSession(HttpSession) - Static method in class com.sun.faces.renderkit.StateHelper
- createAnnotationProvider(ServletContext) - Static method in class com.sun.faces.spi.AnnotationProviderFactory
- createBean(FacesContext, Contextual<T>, CreationalContext<T>) - Method in class com.sun.faces.application.view.ViewScopeContextManager
-
Create the bean.
- createBehavior(BeanManager, String) - Static method in class com.sun.faces.cdi.CdiUtils
-
Create a behavior using the FacesBehavior value attribute.
- createBehavior(String) - Method in class com.sun.faces.application.ApplicationImpl
- createBehavior(String) - Method in class com.sun.faces.application.applicationimpl.InstanceFactory
- createBehavior(String) - Method in class jakarta.faces.application.Application
-
Instantiate and return a new
Behavior
instance of the class specified by a previous call toaddBehavior()
for the specified behavior id. - createBehavior(String) - Method in class jakarta.faces.application.ApplicationWrapper
-
The default behavior of this method is to call
Application.createBehavior(String)
on the wrappedApplication
object. - createBehaviorHandlerDelegate(BehaviorHandler) - Method in class com.sun.faces.facelets.tag.jsf.TagHandlerDelegateFactoryImpl
- createBehaviorHandlerDelegate(BehaviorHandler) - Method in class jakarta.faces.view.facelets.TagHandlerDelegateFactory
-
Create and return a
TagHandlerDelegate
instance designed for use withBehaviorHandler
. - createClientBehaviorContext(FacesContext, UIComponent, String, String, Collection<ClientBehaviorContext.Parameter>) - Static method in class jakarta.faces.component.behavior.ClientBehaviorContext
-
Creates a ClientBehaviorContext instance.
- createCollection(Collection<Object>, Class<? extends Collection<Object>>) - Method in class com.sun.faces.renderkit.html_basic.MenuRenderer
- createCollectionFromHint(Object) - Method in class com.sun.faces.renderkit.html_basic.MenuRenderer
-
Create a collection from the provided hint.
- createCompiler(Map<String, Object>, WebConfiguration) - Method in class com.sun.faces.application.ApplicationAssociate
- createComponent(ValueExpression, FacesContext, String) - Method in class com.sun.faces.application.ApplicationImpl
- createComponent(ValueExpression, FacesContext, String) - Method in class com.sun.faces.application.applicationimpl.InstanceFactory
- createComponent(ValueExpression, FacesContext, String) - Method in class jakarta.faces.application.Application
-
Call the
getValue()
method on the specifiedValueExpression
. - createComponent(ValueExpression, FacesContext, String) - Method in class jakarta.faces.application.ApplicationWrapper
-
The default behavior of this method is to call
Application.createComponent(jakarta.el.ValueExpression, jakarta.faces.context.FacesContext, String)
on the wrappedApplication
object. - createComponent(ValueExpression, FacesContext, String, String) - Method in class com.sun.faces.application.ApplicationImpl
- createComponent(ValueExpression, FacesContext, String, String) - Method in class com.sun.faces.application.applicationimpl.InstanceFactory
- createComponent(ValueExpression, FacesContext, String, String) - Method in class jakarta.faces.application.Application
-
Like
Application.createComponent(ValueExpression, FacesContext, String)
except theRenderer
for the component to be returned must be inspected for the annotations mentioned inApplication.createComponent(ValueExpression, FacesContext, String)
as specified in the documentation for that method. - createComponent(ValueExpression, FacesContext, String, String) - Method in class jakarta.faces.application.ApplicationWrapper
-
The default behavior of this method is to call
Application.createComponent(jakarta.el.ValueExpression, jakarta.faces.context.FacesContext, String, String)
on the wrappedApplication
object. - createComponent(FacesContext, Resource) - Method in class com.sun.faces.application.ApplicationImpl
- createComponent(FacesContext, Resource) - Method in class jakarta.faces.application.Application
- createComponent(FacesContext, Resource) - Method in class jakarta.faces.application.ApplicationWrapper
-
The default behavior of this method is to call
Application.createComponent(jakarta.faces.context.FacesContext, Resource)
on the wrappedApplication
object. - createComponent(FacesContext, Resource, ExpressionFactory) - Method in class com.sun.faces.application.applicationimpl.InstanceFactory
- createComponent(FacesContext, String) - Method in class jakarta.faces.webapp.UIComponentClassicTagBase
-
Create and return a new child component of the type returned by calling
getComponentType()
. - createComponent(FacesContext, String) - Method in class jakarta.faces.webapp.UIComponentELTag
-
Create and return a new child component of the type returned by calling
getComponentType()
. - createComponent(FacesContext, String) - Method in class jakarta.faces.webapp.UIComponentTag
-
Deprecated.Implement
createComponent
using Faces 1.1 EL API. - createComponent(FacesContext, String, String) - Method in class com.sun.faces.application.ApplicationImpl
- createComponent(FacesContext, String, String) - Method in class com.sun.faces.application.applicationimpl.InstanceFactory
- createComponent(FacesContext, String, String) - Method in class jakarta.faces.application.Application
-
Like
Application.createComponent(String)
except theRenderer
for the component to be returned must be inspected for the annotations mentioned inApplication.createComponent(ValueExpression, FacesContext, String)
as specified in the documentation for that method. - createComponent(FacesContext, String, String) - Method in class jakarta.faces.application.ApplicationWrapper
-
The default behavior of this method is to call
Application.createComponent(jakarta.faces.context.FacesContext, String, String)
on the wrappedApplication
object. - createComponent(FacesContext, String, String, Map<String, Object>) - Method in class com.sun.faces.application.view.FaceletViewHandlingStrategy
- createComponent(FacesContext, String, String, Map<String, Object>) - Method in class jakarta.faces.view.ViewDeclarationLanguage
-
Create a component given a
ViewDeclarationLanguage
specific tag library URI and tag name. - createComponent(FacesContext, String, String, Map<String, Object>) - Method in class jakarta.faces.view.ViewDeclarationLanguageWrapper
- createComponent(ValueBinding, FacesContext, String) - Method in class com.sun.faces.application.ApplicationImpl
- createComponent(ValueBinding, FacesContext, String) - Method in class com.sun.faces.application.applicationimpl.InstanceFactory
- createComponent(ValueBinding, FacesContext, String) - Method in class jakarta.faces.application.Application
-
Deprecated.This has been replaced by
Application.createComponent(jakarta.el.ValueExpression,jakarta.faces.context.FacesContext,java.lang.String)
. - createComponent(ValueBinding, FacesContext, String) - Method in class jakarta.faces.application.ApplicationWrapper
-
Deprecated.See superclass for alternative.
- createComponent(FaceletContext) - Method in class com.sun.faces.facelets.tag.jsf.CompositeComponentTagHandler
- createComponent(FaceletContext) - Method in class com.sun.faces.facelets.tag.jsf.PassThroughElementComponentHandler
- createComponent(FaceletContext) - Method in class jakarta.faces.view.facelets.ComponentHandler
-
Subclasses that wish to take over the task of instantiating the
UIComponent
instance corresponding to this tag handler my override this method to do so. - createComponent(String) - Method in class com.sun.faces.application.ApplicationImpl
- createComponent(String) - Method in class com.sun.faces.application.applicationimpl.InstanceFactory
- createComponent(String) - Method in class jakarta.faces.application.Application
-
Instantiate and return a new
UIComponent
instance of the class specified by a previous call toaddComponent()
for the specified component type. - createComponent(String) - Method in class jakarta.faces.application.ApplicationWrapper
-
The default behavior of this method is to call
Application.createComponent(String)
on the wrappedApplication
object. - createComponentHandlerDelegate(ComponentHandler) - Method in class com.sun.faces.facelets.tag.jsf.TagHandlerDelegateFactoryImpl
- createComponentHandlerDelegate(ComponentHandler) - Method in class jakarta.faces.view.facelets.TagHandlerDelegateFactory
-
Create and return a
TagHandlerDelegate
instance designed for use withComponentHandler
. - createComponentMetadata(FacesContext, Resource) - Method in class com.sun.faces.application.view.FaceletViewHandlingStrategy
- createConverter() - Method in class com.sun.faces.taglib.jsf_core.AbstractConverterTag
- createConverter() - Method in class com.sun.faces.taglib.jsf_core.ConvertDateTimeTag
- createConverter() - Method in class com.sun.faces.taglib.jsf_core.ConverterTag
- createConverter() - Method in class com.sun.faces.taglib.jsf_core.ConvertNumberTag
- createConverter() - Method in class jakarta.faces.webapp.ConverterELTag
-
Create and return a new
Converter
to be registered on our surroundingUIComponent
. - createConverter() - Method in class jakarta.faces.webapp.ConverterTag
-
Deprecated.Create and return a new
Converter
to be registered on our surroundingUIComponent
. - createConverter(ValueExpression, ValueExpression, FacesContext) - Static method in class com.sun.faces.taglib.jsf_core.AbstractConverterTag
- createConverter(BeanManager, Class<?>) - Static method in class com.sun.faces.cdi.CdiUtils
-
Create a converter using the FacesConverter forClass attribute.
- createConverter(BeanManager, String) - Static method in class com.sun.faces.cdi.CdiUtils
-
Create a converter using the FacesConverter value attribute.
- createConverter(FaceletContext) - Method in class com.sun.faces.facelets.tag.jsf.core.ConvertDateTimeHandler
-
Returns a new DateTimeConverter
- createConverter(FaceletContext) - Method in class com.sun.faces.facelets.tag.jsf.core.ConvertDelegateHandler
-
Uses the specified "converterId" to pull an instance from the Application
- createConverter(FaceletContext) - Method in class com.sun.faces.facelets.tag.jsf.core.ConvertNumberHandler
-
Returns a new NumberConverter
- createConverter(Class<?>) - Method in class com.sun.faces.application.ApplicationImpl
- createConverter(Class<?>) - Method in class com.sun.faces.application.applicationimpl.InstanceFactory
- createConverter(Class<?>) - Method in class jakarta.faces.application.Application
-
Instantiate and return a new
Converter
instance of the class that has registered itself as capable of performing conversions for objects of the specified type. - createConverter(Class<?>) - Method in class jakarta.faces.application.ApplicationWrapper
-
The default behavior of this method is to call
Application.createConverter(Class)
on the wrappedApplication
object. - createConverter(String) - Method in class com.sun.faces.application.ApplicationImpl
- createConverter(String) - Method in class com.sun.faces.application.applicationimpl.InstanceFactory
- createConverter(String) - Method in class jakarta.faces.application.Application
-
Instantiate and return a new
Converter
instance of the class specified by a previous call toaddConverter()
for the specified converter id. - createConverter(String) - Method in class jakarta.faces.application.ApplicationWrapper
-
The default behavior of this method is to call
Application.createConverter(String)
on the wrappedApplication
object. - createConverterHandlerDelegate(ConverterHandler) - Method in class com.sun.faces.facelets.tag.jsf.TagHandlerDelegateFactoryImpl
- createConverterHandlerDelegate(ConverterHandler) - Method in class jakarta.faces.view.facelets.TagHandlerDelegateFactory
-
Create and return a
TagHandlerDelegate
instance designed for use withConverterHandler
. - createDataModel(Class<?>) - Static method in class com.sun.faces.cdi.CdiUtils
- createDocumentBuilderFactory() - Static method in class com.sun.faces.util.Util
- createExpressionFactory() - Method in class com.sun.faces.facelets.compiler.Compiler
- createFaceletFactory(FacesContext, Compiler, WebConfiguration) - Method in class com.sun.faces.application.ApplicationAssociate
- createFlowHandler(FacesContext) - Method in class com.sun.faces.flow.FlowHandlerFactoryImpl
-
Create the flow handler.
- createFlowHandler(FacesContext) - Method in class jakarta.faces.flow.FlowHandlerFactory
-
Create the singleton instance of
FlowHandler
. - createFlowHandler(FacesContext) - Method in class jakarta.faces.flow.FlowHandlerFactoryWrapper
- createFunction(String, String) - Method in class com.sun.faces.facelets.tag.AbstractTagLibrary
- createFunction(String, String) - Method in class com.sun.faces.facelets.tag.CompositeTagLibrary
- createFunction(String, String) - Method in interface com.sun.faces.facelets.tag.TagLibrary
-
Return a Method instance for the passed namespace and name
- createFunction(String, String) - Method in class com.sun.faces.facelets.util.FunctionLibrary
- createHelperBean(BeanManager, Class) - Method in interface com.sun.faces.util.cdi11.CDIUtil
- createHelperBean(BeanManager, Class) - Method in class com.sun.faces.util.cdi11.CDIUtilImpl
- createInstance(ExternalContext) - Static method in class com.sun.faces.spi.InjectionProviderFactory
-
Creates a new instance of the class specified by the
com.sun.faces.InjectionProvider
system property. - createInstance(ExternalContext) - Static method in class com.sun.faces.spi.SerializationProviderFactory
-
Creates a new instance of the class specified by the
com.sun.faces.InjectionProvider
system property. - createInstance(ServletContext) - Static method in class com.sun.faces.config.ConfigManager
- createInstance(ServletContext, FacesContext, String, Class<?>, Object, Node) - Method in class com.sun.faces.config.processor.AbstractConfigProcessor
- createInstance(ServletContext, FacesContext, String, Class<?>, Object, Node, boolean, boolean[]) - Method in class com.sun.faces.config.processor.AbstractConfigProcessor
- createInstance(ServletContext, FacesContext, String, Node) - Method in class com.sun.faces.config.processor.AbstractConfigProcessor
- createKey(UIComponent) - Method in class com.sun.faces.renderkit.html_basic.BaseTableRenderer
-
Creates a unique key based on the provided
UIComponent
with which the TableMetaInfo can be looked up. - createMetadataView(FacesContext) - Method in class com.sun.faces.application.view.ViewMetadataImpl
- createMetadataView(FacesContext) - Method in class jakarta.faces.view.ViewMetadata
-
Creates a new
UIViewRoot
containing only view parameter metadata. - createMetaRuleset(Class) - Method in class com.sun.faces.facelets.tag.jsf.ComponentTagHandlerDelegateImpl
- createMetaRuleset(Class) - Method in class com.sun.faces.facelets.tag.jsf.CompositeComponentTagHandler
-
This is basically a copy of what's define in ComponentTagHandlerDelegateImpl except for the MetaRuleset implementation that's being used.
- createMetaRuleset(Class) - Method in class com.sun.faces.facelets.tag.jsf.ConverterTagHandlerDelegateImpl
- createMetaRuleset(Class) - Method in class com.sun.faces.facelets.tag.jsf.core.ConvertDateTimeHandler
- createMetaRuleset(Class) - Method in class com.sun.faces.facelets.tag.jsf.core.ConvertDelegateHandler
- createMetaRuleset(Class) - Method in class com.sun.faces.facelets.tag.jsf.core.ConvertNumberHandler
- createMetaRuleset(Class) - Method in class com.sun.faces.facelets.tag.jsf.core.ValidateDelegateHandler
- createMetaRuleset(Class) - Method in class com.sun.faces.facelets.tag.jsf.html.HtmlComponentHandler
- createMetaRuleset(Class) - Method in class com.sun.faces.facelets.tag.jsf.ValidatorTagHandlerDelegateImpl
- createMetaRuleset(Class) - Method in class com.sun.faces.facelets.tag.MetaTagHandlerImpl
-
Extend this method in order to add your own rules.
- createMetaRuleset(Class) - Method in class com.sun.faces.facelets.tag.ui.RepeatHandler
- createMetaRuleset(Class) - Method in class jakarta.faces.view.facelets.DelegatingMetaTagHandler
-
The default implementation simply calls through to
TagHandlerDelegate.createMetaRuleset(java.lang.Class)
and returns the result. - createMetaRuleset(Class) - Method in class jakarta.faces.view.facelets.MetaTagHandler
-
Extend this method in order to add your own rules.
- createMetaRuleset(Class) - Method in class jakarta.faces.view.facelets.TagHandlerDelegate
-
Return a
MetaRuleset
particular to this kind of tag handler. - createMethodBinding(String, Class<?>[]) - Method in class com.sun.faces.application.ApplicationImpl
-
Deprecated.
- createMethodBinding(String, Class<?>[]) - Method in class com.sun.faces.application.applicationimpl.ExpressionLanguage
-
Deprecated.
- createMethodBinding(String, Class<?>[]) - Method in class jakarta.faces.application.Application
-
Deprecated.This has been replaced by calling
Application.getExpressionFactory()
thenExpressionFactory.createMethodExpression(jakarta.el.ELContext, java.lang.String, java.lang.Class<?>, java.lang.Class<?>[])
. - createMethodBinding(String, Class<?>[]) - Method in class jakarta.faces.application.ApplicationWrapper
-
Deprecated.See superclass for alternative.
- createObjectInputStream(InputStream) - Method in interface com.sun.faces.spi.SerializationProvider
-
Creates a new
ObjectInputStream
wrapping the specifiedsource
. - createObjectOutputStream(OutputStream) - Method in interface com.sun.faces.spi.SerializationProvider
-
Creates a new
ObjectOutputStream
wrapping the specifieddestination
. - createProviders(ConfigurationResourceProviderFactory.ProviderType) - Static method in class com.sun.faces.spi.ConfigurationResourceProviderFactory
- createResource(String) - Method in class com.sun.faces.application.resource.ResourceHandlerImpl
- createResource(String) - Method in class jakarta.faces.application.ResourceHandler
-
Create an instance of
ViewResource
given the argumentresourceName
. - createResource(String) - Method in class jakarta.faces.application.ResourceHandlerWrapper
-
The default behavior of this method is to call
ResourceHandler.createResource(String)
on the wrappedResourceHandler
object. - createResource(String, String) - Method in class com.sun.faces.application.resource.ResourceHandlerImpl
- createResource(String, String) - Method in class jakarta.faces.application.ResourceHandler
-
Create an instance of
Resource
with a resourceName given by the value of the argumentresourceName
that is a member of the library named by the argumentlibraryName
. - createResource(String, String) - Method in class jakarta.faces.application.ResourceHandlerWrapper
-
The default behavior of this method is to call
ResourceHandler.createResource(String, String)
on the wrappedResourceHandler
object. - createResource(String, String, String) - Method in class com.sun.faces.application.resource.ResourceHandlerImpl
- createResource(String, String, String) - Method in class jakarta.faces.application.ResourceHandler
-
Create an instance of
Resource
with a resourceName given by the value of the argumentresourceName
that is a member of the library named by the argumentlibraryName
that claims to have the content-type given by the argumentcontent-type
. - createResource(String, String, String) - Method in class jakarta.faces.application.ResourceHandlerWrapper
-
The default behavior of this method is to call
ResourceHandler.createResource(String, String, String)
on the wrappedResourceHandler
object. - createResourceFromId(String) - Method in class com.sun.faces.application.resource.ResourceHandlerImpl
- createResourceFromId(String) - Method in class jakarta.faces.application.ResourceHandler
-
Create an instance of
Resource
given the argumentresourceId
. - createResourceFromId(String) - Method in class jakarta.faces.application.ResourceHandlerWrapper
-
The default behavior of this method is to call
ResourceHandler.createResourceFromId(String)
on the wrappedResourceHandler
object. - createResponseStream(OutputStream) - Method in class com.sun.faces.renderkit.RenderKitImpl
- createResponseStream(OutputStream) - Method in class jakarta.faces.render.RenderKit
-
Use the provided
OutputStream
to create a newResponseStream
instance. - createResponseStream(OutputStream) - Method in class jakarta.faces.render.RenderKitWrapper
-
The default behavior of this method is to call
RenderKit.createResponseStream(java.io.OutputStream)
on the wrappedRenderKit
object. - createResponseWriter(FacesContext) - Method in class com.sun.faces.application.view.FaceletViewHandlingStrategy
- createResponseWriter(Writer, String, String) - Method in class com.sun.faces.renderkit.RenderKitImpl
- createResponseWriter(Writer, String, String) - Method in class jakarta.faces.render.RenderKit
-
Use the provided
Writer
to create a newResponseWriter
instance for the specified (optional) content type, and character encoding. - createResponseWriter(Writer, String, String) - Method in class jakarta.faces.render.RenderKitWrapper
-
The default behavior of this method is to call
RenderKit.createResponseWriter(java.io.Writer, String, String)
on the wrappedRenderKit
object. - createSAXParserFactory() - Static method in class com.sun.faces.util.Util
- createSchemaFactory(String) - Static method in class com.sun.faces.util.Util
- createSearchExpressionContext(FacesContext, UIComponent) - Static method in class jakarta.faces.component.search.SearchExpressionContext
-
Creates a
SearchExpressionContext
instance for use with theSearchExpressionHandler
. - createSearchExpressionContext(FacesContext, UIComponent, Set<SearchExpressionHint>, Set<VisitHint>) - Static method in class jakarta.faces.component.search.SearchExpressionContext
-
Creates a
SearchExpressionContext
instance for use with theSearchExpressionHandler
. - createSystemEvent(Object) - Method in class com.sun.faces.application.applicationimpl.events.EventInfo
- createTag() - Method in annotation type jakarta.faces.component.FacesComponent
-
If the value of this attribute is
true
, the runtime must create a Facelet tag handler, that extends fromComponentHandler
, suitable for use in pages under the tag library with namespace given by the value of theFacesComponent.namespace()
attribute. - createTagDecorator() - Method in class com.sun.faces.facelets.compiler.Compiler
- createTagHandler(String, String, TagConfig) - Method in class com.sun.faces.facelets.tag.AbstractTagLibrary
- createTagHandler(String, String, TagConfig) - Method in class com.sun.faces.facelets.tag.CompositeTagLibrary
- createTagHandler(String, String, TagConfig) - Method in class com.sun.faces.facelets.tag.jsf.CompositeComponentTagLibrary
- createTagHandler(String, String, TagConfig) - Method in class com.sun.faces.facelets.tag.jsf.FacesComponentTagLibrary
- createTagHandler(String, String, TagConfig) - Method in interface com.sun.faces.facelets.tag.TagLibrary
-
Create a new instance of a TagHandler, using the passed TagConfig
- createTagHandler(String, String, TagConfig) - Method in class com.sun.faces.facelets.util.FunctionLibrary
- createTagLibrary(CompilationMessageHolder) - Method in class com.sun.faces.facelets.compiler.Compiler
- createTransformerFactory() - Static method in class com.sun.faces.util.Util
- createUniqueId() - Method in class jakarta.faces.component.UIViewRoot
-
Generate an identifier for a component.
- createUniqueId(FacesContext, String) - Method in class jakarta.faces.component.UIData
- createUniqueId(FacesContext, String) - Method in class jakarta.faces.component.UIForm
-
Generate an identifier for a component.
- createUniqueId(FacesContext, String) - Method in class jakarta.faces.component.UINamingContainer
- createUniqueId(FacesContext, String) - Method in class jakarta.faces.component.UIViewRoot
-
Generate an identifier for a component.
- createUniqueId(FacesContext, String) - Method in interface jakarta.faces.component.UniqueIdVendor
-
Generate an identifier for a component.
- createValidator() - Method in class com.sun.faces.ext.taglib.CreditCardValidatorTag
- createValidator() - Method in class com.sun.faces.taglib.jsf_core.AbstractValidatorTag
- createValidator() - Method in class com.sun.faces.taglib.jsf_core.RegexValidatorTag
- createValidator() - Method in class com.sun.faces.taglib.jsf_core.ValidateDoubleRangeTag
- createValidator() - Method in class com.sun.faces.taglib.jsf_core.ValidateLengthTag
- createValidator() - Method in class com.sun.faces.taglib.jsf_core.ValidateLongRangeTag
- createValidator() - Method in class com.sun.faces.taglib.jsf_core.ValidatorTag
- createValidator() - Method in class jakarta.faces.webapp.ValidatorELTag
-
Create and return a new
Validator
to be registered on our surroundingUIComponent
. - createValidator() - Method in class jakarta.faces.webapp.ValidatorTag
-
Deprecated.Create and return a new
Validator
to be registered on our surroundingUIComponent
. - createValidator(ValueExpression, ValueExpression, FacesContext) - Static method in class com.sun.faces.taglib.jsf_core.AbstractValidatorTag
- createValidator(BeanManager, String) - Static method in class com.sun.faces.cdi.CdiUtils
-
Create a validator using the FacesValidator value attribute.
- createValidator(String) - Method in class com.sun.faces.application.ApplicationImpl
- createValidator(String) - Method in class com.sun.faces.application.applicationimpl.InstanceFactory
- createValidator(String) - Method in class jakarta.faces.application.Application
-
Instantiate and return a new
Validator
instance of the class specified by a previous call toaddValidator()
for the specified validator id. - createValidator(String) - Method in class jakarta.faces.application.ApplicationWrapper
-
The default behavior of this method is to call
Application.createValidator(String)
on the wrappedApplication
object. - createValidatorHandlerDelegate(ValidatorHandler) - Method in class com.sun.faces.facelets.tag.jsf.TagHandlerDelegateFactoryImpl
- createValidatorHandlerDelegate(ValidatorHandler) - Method in class jakarta.faces.view.facelets.TagHandlerDelegateFactory
-
Create and return a
TagHandlerDelegate
instance designed for use withValidatorHandler
. - createValidatorInfo(FaceletContext) - Method in class com.sun.faces.facelets.tag.jsf.ValidatorTagHandlerDelegateImpl
- createValidECMAIdentifier(String) - Static method in class com.sun.faces.renderkit.RenderKitUtils
-
Replaces all occurrences of
-
with$_
. - createValueBinding(String) - Method in class com.sun.faces.application.ApplicationImpl
-
Deprecated.
- createValueBinding(String) - Method in class com.sun.faces.application.applicationimpl.ExpressionLanguage
-
Deprecated.
- createValueBinding(String) - Method in class jakarta.faces.application.Application
-
Deprecated.This has been replaced by calling
Application.getExpressionFactory()
thenExpressionFactory.createValueExpression(jakarta.el.ELContext, java.lang.String, java.lang.Class<?>)
. - createValueBinding(String) - Method in class jakarta.faces.application.ApplicationWrapper
-
The default behavior of this method is to call
Application.createValueBinding(String)
on the wrappedApplication
object. - createValueExpression(String) - Static method in class com.sun.faces.el.ELUtils
-
Create a
ValueExpression
with the expected type ofObject.class
- createValueExpression(String, Class<?>) - Static method in class com.sun.faces.el.ELUtils
- createVerbatimComponent() - Method in class jakarta.faces.webapp.UIComponentClassicTagBase
-
Use the
Application
instance to create a new component with the following characteristics. - createVerbatimComponentFromBodyContent() - Method in class com.sun.faces.taglib.jsf_core.SubviewTag
- createVerbatimComponentFromBodyContent() - Method in class jakarta.faces.webapp.UIComponentClassicTagBase
-
Create a transient UIOutput component from the body content, of this tag instance or return null if there is no body content, the body content is whitespace, or the body content is a comment.
- createView(FacesContext, String) - Method in class com.sun.faces.application.view.FaceletViewHandlingStrategy
- createView(FacesContext, String) - Method in class com.sun.faces.application.view.MultiViewHandler
-
Derive the physical view ID (i.e.
- createView(FacesContext, String) - Method in class com.sun.faces.application.view.ViewHandlingStrategy
- createView(FacesContext, String) - Method in class com.sun.faces.application.ViewHandlerImpl
-
Deprecated.
- createView(FacesContext, String) - Method in class jakarta.faces.application.ViewHandler
-
Create and return a new
UIViewRoot
instance initialized with information from the argumentFacesContext
andviewId
. - createView(FacesContext, String) - Method in class jakarta.faces.application.ViewHandlerWrapper
-
The default behavior of this method is to call
ViewHandler.createView(jakarta.faces.context.FacesContext, String)
on the wrappedViewHandler
object. - createView(FacesContext, String) - Method in class jakarta.faces.view.ViewDeclarationLanguage
-
Create a
UIViewRoot
from the VDL contained in the artifact referenced by the argumentviewId
. - createView(FacesContext, String) - Method in class jakarta.faces.view.ViewDeclarationLanguageWrapper
- createViewResource(FacesContext, String) - Method in class com.sun.faces.application.resource.ResourceHandlerImpl
- createViewResource(FacesContext, String) - Method in class jakarta.faces.application.ResourceHandler
-
Create an instance of
Resource
given the argumentresourceName
, which may contain "/" characters. - createViewResource(FacesContext, String) - Method in class jakarta.faces.application.ResourceHandlerWrapper
-
The default behavior of this method is to call
ResourceHandler.createViewResource(jakarta.faces.context.FacesContext, java.lang.String)
on the wrappedResourceHandler
object. - createVisitContext(FacesContext) - Static method in class jakarta.faces.component.visit.VisitContext
-
Creates a VisitContext instance for use with
UIComponent.visitTree()
. - createVisitContext(FacesContext, Collection<String>, Set<VisitHint>) - Static method in class jakarta.faces.component.visit.VisitContext
-
Returns a VisitContext instance that is initialized with the specified ids and hintsfor use with
UIComponent.visitTree(jakarta.faces.component.visit.VisitContext, jakarta.faces.component.visit.VisitCallback)
. - CreditCardValidator - Class in com.sun.faces.ext.validator
-
A Validator that checks against a Regular Expression (which is the pattern property).
- CreditCardValidator() - Constructor for class com.sun.faces.ext.validator.CreditCardValidator
- CreditCardValidatorTag - Class in com.sun.faces.ext.taglib
-
Tag for the Regular Expression Validator.
- CreditCardValidatorTag() - Constructor for class com.sun.faces.ext.taglib.CreditCardValidatorTag
- CURRENCY_ID - Static variable in class jakarta.faces.convert.NumberConverter
-
The message identifier of the
FacesMessage
to be created if the conversion toNumber
fails. - CURRENT_COMPONENT - Static variable in class jakarta.faces.component.UIComponent
-
Deprecated.
- CURRENT_COMPOSITE_COMPONENT - Static variable in class jakarta.faces.component.UIComponent
-
Deprecated.
- currentSelectComponent() - Method in class com.sun.faces.renderkit.SelectItemsIterator
- CustomScoped - Annotation Type in jakarta.faces.bean
-
Deprecated.This has been replaced by CDI custom scopes and
jakarta.enterprise.context.spi.Context
. See 2.4.2 and 6.2 of the CDI specification for further details. - CYCLIC_REFERENCE_ERROR_ID - Static variable in class com.sun.faces.util.MessageUtils
D
- DataModel<E> - Class in jakarta.faces.model
-
DataModel is an abstraction around arbitrary data binding technologies that can be used to adapt a variety of data sources for use by Jakarta Server Faces components that support per-row processing for their child components (such as
UIData
. - DataModel() - Constructor for class jakarta.faces.model.DataModel
- DataModelClassesMapProducer - Class in com.sun.faces.cdi
-
The DataModelClassesMapProducer is the CDI producer that allows UIData, UIRepeat and possible other components that need a DataModel wrapper for a given type to obtain a Map of types to DataModel implementations capable of wrapping that type.
- DataModelClassesMapProducer() - Constructor for class com.sun.faces.cdi.DataModelClassesMapProducer
- DataModelEvent - Class in jakarta.faces.model
-
DataModelEvent represents an event of interest to registered listeners that occurred on the specified
DataModel
. - DataModelEvent(DataModel, int, Object) - Constructor for class jakarta.faces.model.DataModelEvent
-
Construct an event object that is associated with the specified row index and associated data.
- DataModelListener - Interface in jakarta.faces.model
-
DataModelListener represents an event listener that wishes to be notified of
DataModelEvent
s occurring on a particularDataModel
instance. - DATATABLE - com.sun.faces.renderkit.AttributeManager.Key
- DataTableTag - Class in com.sun.faces.taglib.html_basic
- DataTableTag() - Constructor for class com.sun.faces.taglib.html_basic.DataTableTag
- DATE_ID - Static variable in class jakarta.faces.convert.DateTimeConverter
-
The message identifier of the
FacesMessage
to be created if the conversion toDate
fails. - DATETIME_ID - Static variable in class jakarta.faces.convert.DateTimeConverter
-
The message identifier of the
FacesMessage
to be created if the conversion toDateTime
fails. - DateTimeConverter - Class in jakarta.faces.convert
-
Converter
implementation forjava.util.Date
values. - DateTimeConverter() - Constructor for class jakarta.faces.convert.DateTimeConverter
- DATETIMECONVERTER_DEFAULT_TIMEZONE_IS_SYSTEM_TIMEZONE_PARAM_NAME - Static variable in interface jakarta.faces.convert.Converter
-
If this param is set, and calling toLowerCase().equals("true") on a String representation of its value returns true, Application.createConverter() must guarantee that the default for the timezone of all jakarta.faces.convert.DateTimeConverter instances must be equal to TimeZone.getDefault() instead of "GMT".
- DateTimeConverterUsesSystemTimezone - com.sun.faces.config.WebConfiguration.BooleanWebContextInitParameter
- DbfFactory - Class in com.sun.faces.config.manager
-
Create and configure DocumentBuilderFactory instances.
- DbfFactory() - Constructor for class com.sun.faces.config.manager.DbfFactory
- DbfFactory.FacesSchema - Enum in com.sun.faces.config.manager
- debugHtml(Writer, FacesContext) - Static method in class com.sun.faces.facelets.util.DevTools
- debugHtml(Writer, FacesContext, Throwable) - Static method in class com.sun.faces.facelets.util.DevTools
- DebugObjectOutputStream - Class in com.sun.faces.util
- DebugObjectOutputStream(OutputStream) - Constructor for class com.sun.faces.util.DebugObjectOutputStream
- debugPrintTagData(String, String, String, Attributes) - Method in class com.sun.faces.taglib.FacesValidator
- debugRequest(FacesContext) - Static method in class com.sun.faces.facelets.tag.ui.UIDebug
- DebugUtil - Class in com.sun.faces.util
-
DebugUtil is a class ...
- DebugUtil() - Constructor for class com.sun.faces.util.DebugUtil
- DECIMAL_ID - Static variable in class jakarta.faces.convert.BigDecimalConverter
-
The message identifier of the
FacesMessage
to be created if the conversion toBigDecimal
fails. - DeclareFacetHandler - Class in com.sun.faces.facelets.tag.composite
- DeclareFacetHandler(TagConfig) - Constructor for class com.sun.faces.facelets.tag.composite.DeclareFacetHandler
- decode(FacesContext) - Method in class com.sun.faces.facelets.compiler.UILeaf
- decode(FacesContext) - Method in class com.sun.faces.facelets.tag.composite.BehaviorHolderWrapper
- decode(FacesContext) - Method in class com.sun.faces.lifecycle.ClientWindowImpl
- decode(FacesContext) - Method in class jakarta.faces.component.UIComponent
-
Decode any new state of this
UIComponent
from the request contained in the specifiedFacesContext
, and store this state as needed. - decode(FacesContext) - Method in class jakarta.faces.component.UIComponentBase
- decode(FacesContext) - Method in class jakarta.faces.component.UIInput
- decode(FacesContext) - Method in class jakarta.faces.component.UIViewAction
-
Override behavior from the superclass to queue an
ActionEvent
that may result in the invocation of theaction
or anyactionListener
s that may be associated with this instance. - decode(FacesContext) - Method in class jakarta.faces.component.UIViewParameter
-
Override behavior from superclass to pull a value from the incoming request parameter map under the name given by
UIViewParameter.getName()
and store it with a call toUIInput.setSubmittedValue(java.lang.Object)
. - decode(FacesContext) - Method in class jakarta.faces.lifecycle.ClientWindow
-
The implementation is responsible for examining the incoming request and extracting the value that must be returned from the
ClientWindow.getId()
method. - decode(FacesContext) - Method in class jakarta.faces.lifecycle.ClientWindowWrapper
- decode(FacesContext, UIComponent) - Method in class com.sun.faces.renderkit.html_basic.BodyRenderer
- decode(FacesContext, UIComponent) - Method in class com.sun.faces.renderkit.html_basic.ButtonRenderer
- decode(FacesContext, UIComponent) - Method in class com.sun.faces.renderkit.html_basic.CheckboxRenderer
- decode(FacesContext, UIComponent) - Method in class com.sun.faces.renderkit.html_basic.CommandLinkRenderer
- decode(FacesContext, UIComponent) - Method in class com.sun.faces.renderkit.html_basic.CommandScriptRenderer
- decode(FacesContext, UIComponent) - Method in class com.sun.faces.renderkit.html_basic.DoctypeRenderer
- decode(FacesContext, UIComponent) - Method in class com.sun.faces.renderkit.html_basic.FileRenderer
- decode(FacesContext, UIComponent) - Method in class com.sun.faces.renderkit.html_basic.FormRenderer
- decode(FacesContext, UIComponent) - Method in class com.sun.faces.renderkit.html_basic.HeadRenderer
- decode(FacesContext, UIComponent) - Method in class com.sun.faces.renderkit.html_basic.HtmlBasicRenderer
- decode(FacesContext, UIComponent) - Method in class com.sun.faces.renderkit.html_basic.MenuRenderer
- decode(FacesContext, UIComponent) - Method in class com.sun.faces.renderkit.html_basic.OutcomeTargetRenderer
- decode(FacesContext, UIComponent) - Method in class com.sun.faces.renderkit.html_basic.OutputLinkRenderer
- decode(FacesContext, UIComponent) - Method in class com.sun.faces.renderkit.html_basic.RadioRenderer
-
This override delegates to
#decodeGroup(FacesContext, UISelectOne, String)
when 'group' attribute is set. - decode(FacesContext, UIComponent) - Method in class com.sun.faces.renderkit.html_basic.ScriptStyleBaseRenderer
- decode(FacesContext, UIComponent) - Method in class com.sun.faces.renderkit.html_basic.WebsocketRenderer
-
Decode all client behaviors.
- decode(FacesContext, UIComponent) - Method in interface jakarta.faces.component.behavior.ClientBehavior
-
Decode any new state of this
ClientBehavior
from the request contained in the specifiedFacesContext
. - decode(FacesContext, UIComponent) - Method in class jakarta.faces.component.behavior.ClientBehaviorBase
-
Default implementation of of
ClientBehavior.decode(jakarta.faces.context.FacesContext, jakarta.faces.component.UIComponent)
. - decode(FacesContext, UIComponent) - Method in class jakarta.faces.render.Renderer
-
Decode any new state of the specified
UIComponent
from the request contained in the specifiedFacesContext
, and store that state on theUIComponent
. - decode(FacesContext, UIComponent) - Method in class jakarta.faces.render.RendererWrapper
- decode(FacesContext, UIComponent, ClientBehavior) - Method in class com.sun.faces.renderkit.html_basic.AjaxBehaviorRenderer
- decode(FacesContext, UIComponent, ClientBehavior) - Method in class jakarta.faces.render.ClientBehaviorRenderer
-
Decode any new state of this
ClientBehavior
from the request contained in the specifiedFacesContext
. - decodeBehaviors(FacesContext, UIComponent) - Method in class com.sun.faces.renderkit.html_basic.HtmlBasicRenderer
- decodeGroup(FacesContext, UISelectOne, RadioRenderer.Group) - Method in class com.sun.faces.renderkit.html_basic.RadioRenderer
-
The difference with default decoding is: Submitted value is obtained by group name.
- decorate(Tag) - Method in class com.sun.faces.facelets.tag.CompositeTagDecorator
-
Uses the chain of responsibility pattern to stop processing if any of the TagDecorators return a value other than null.
- decorate(Tag) - Method in class com.sun.faces.facelets.tag.jsf.html.HtmlDecorator
- decorate(Tag) - Method in interface jakarta.faces.view.facelets.TagDecorator
-
If handled, return a new Tag instance, otherwise return null
- DecorateHandler - Class in com.sun.faces.facelets.tag.ui
- DecorateHandler(TagConfig) - Constructor for class com.sun.faces.facelets.tag.ui.DecorateHandler
- decorateInstance(Class, Class, Object) - Static method in class com.sun.faces.facelets.util.ReflectionUtil
- decorateInstance(String, Class, Object) - Static method in class com.sun.faces.facelets.util.ReflectionUtil
- decrypt(FacesContext, byte[]) - Method in class com.sun.faces.renderkit.ByteArrayGuard
-
This method decrypts the provided byte array.
- decrypt(String) - Method in class com.sun.faces.util.ByteArrayGuardAESCTR
- DEFAULT_EXTERNAL_CONTEXT_KEY - Static variable in class com.sun.faces.context.ExternalContextFactoryImpl
- DEFAULT_FACELETS_SUFFIX - Static variable in class jakarta.faces.application.ViewHandler
-
The value to use for the default extension for Facelet based XHTML pages if the webapp is using url extension mapping.
- DEFAULT_HOTKEY - Static variable in class com.sun.faces.facelets.tag.ui.UIDebug
- DEFAULT_KEY - Static variable in class com.sun.faces.application.ApplicationResourceBundle
- DEFAULT_LIFECYCLE - Static variable in class com.sun.faces.RIConstants
- DEFAULT_LIFECYCLE - Static variable in class jakarta.faces.lifecycle.LifecycleFactory
-
The lifecycle identifier for the default
Lifecycle
instance for this Jakarta Server Faces implementation. - DEFAULT_STATEMANAGER - Static variable in class com.sun.faces.RIConstants
- DEFAULT_SUFFIX - Static variable in class jakarta.faces.application.ViewHandler
-
The value to use for the default extension if the webapp is using url extension mapping.
- DEFAULT_SUFFIX_PARAM_NAME - Static variable in class jakarta.faces.application.ViewHandler
-
Allow the web application to define a list of alternate suffixes for pages containing Jakarta Server Faces content.
- DefaultFaceletFactory - Class in com.sun.faces.facelets.impl
-
Default FaceletFactory implementation.
- DefaultFaceletFactory() - Constructor for class com.sun.faces.facelets.impl.DefaultFaceletFactory
- DefaultFaceletFactory(Compiler, ResourceResolver) - Constructor for class com.sun.faces.facelets.impl.DefaultFaceletFactory
- DefaultFaceletFactory(Compiler, ResourceResolver, long) - Constructor for class com.sun.faces.facelets.impl.DefaultFaceletFactory
- DefaultFaceletFactory(Compiler, ResourceResolver, long, FaceletCache) - Constructor for class com.sun.faces.facelets.impl.DefaultFaceletFactory
- DefaultFunctionMapper - Class in com.sun.faces.facelets.el
-
Default implementation of the FunctionMapper
- DefaultFunctionMapper() - Constructor for class com.sun.faces.facelets.el.DefaultFunctionMapper
- defaultOutcome(ValueExpression) - Method in class com.sun.faces.flow.builder.MethodCallBuilderImpl
- defaultOutcome(ValueExpression) - Method in class com.sun.faces.flow.builder.SwitchBuilderImpl
- defaultOutcome(ValueExpression) - Method in class jakarta.faces.flow.builder.MethodCallBuilder
-
If the method is a void method, or the method returns
null
, this can be used to specify what value should be passed to runtime when the method returns. - defaultOutcome(ValueExpression) - Method in class jakarta.faces.flow.builder.SwitchBuilder
-
Set the default outcome of the current switch.
- defaultOutcome(String) - Method in class com.sun.faces.flow.builder.MethodCallBuilderImpl
- defaultOutcome(String) - Method in class com.sun.faces.flow.builder.SwitchBuilderImpl
- defaultOutcome(String) - Method in class jakarta.faces.flow.builder.MethodCallBuilder
-
If the method is a void method, or the method returns
null
, this can be used to specify what value should be passed to runtime when the method returns. - defaultOutcome(String) - Method in class jakarta.faces.flow.builder.SwitchBuilder
-
Set the default outcome of the current switch.
- DefaultResourceMaxAge - com.sun.faces.config.WebConfiguration.WebContextInitParameter
- DefaultResourceResolver - Class in com.sun.faces.facelets.impl
- DefaultResourceResolver(ResourceHandler) - Constructor for class com.sun.faces.facelets.impl.DefaultResourceResolver
- DefaultSuffix - com.sun.faces.config.WebConfiguration.WebContextInitParameter
- DefaultVariableMapper - Class in com.sun.faces.facelets.el
-
Default instance of a VariableMapper backed by a Map
- DefaultVariableMapper() - Constructor for class com.sun.faces.facelets.el.DefaultVariableMapper
- DefineHandler - Class in com.sun.faces.facelets.tag.ui
- DefineHandler(TagConfig) - Constructor for class com.sun.faces.facelets.tag.ui.DefineHandler
- definePropertyEditorClassFor(Class<?>) - Method in class com.sun.faces.application.ConverterPropertyEditorFactory
-
Return a PropertyEditor class appropriate for editing the given
targetClass
. - definingDocumentId() - Method in annotation type jakarta.faces.flow.FlowScoped
-
If not empty, declare the defining document id within which the
Flow
referenced byFlowScoped.value()
is unique. - DelegatedEJBScanner - Class in com.sun.faces.application.annotation
-
Scanner
implementation responsible for EJB annotations. - DelegatedEJBScanner() - Constructor for class com.sun.faces.application.annotation.DelegatedEJBScanner
- DelegatedPersistenceContextScanner - Class in com.sun.faces.application.annotation
-
Scanner
implementation responsible for PersistenceContext annotations. - DelegatedPersistenceContextScanner() - Constructor for class com.sun.faces.application.annotation.DelegatedPersistenceContextScanner
- DelegatedPersistenceUnitScanner - Class in com.sun.faces.application.annotation
-
Scanner
implementation responsible for PersistenceUnit annotations. - DelegatedPersistenceUnitScanner() - Constructor for class com.sun.faces.application.annotation.DelegatedPersistenceUnitScanner
- DelegatedResourceScanner - Class in com.sun.faces.application.annotation
-
Scanner
implementation responsible for link Resource annotations. - DelegatedResourceScanner() - Constructor for class com.sun.faces.application.annotation.DelegatedResourceScanner
- delegateFactory - Variable in class jakarta.faces.view.facelets.DelegatingMetaTagHandler
- DelegatingMetaTagHandler - Class in jakarta.faces.view.facelets
-
Enable the Jakarta Server Faces implementation to provide the appropriate behavior for the kind of
MetaTagHandler
subclass for each kind of element in the view, while providing a base-class from which those wanting to make a Java language custom tag handler can inherit. - DelegatingMetaTagHandler(TagConfig) - Constructor for class jakarta.faces.view.facelets.DelegatingMetaTagHandler
- delete(String) - Method in class jakarta.faces.context.PartialResponseWriter
-
Write a delete operation.
- DemuxCompositeELResolver - Class in com.sun.faces.el
-
Maintains an ordered composite list of child
ELResolver for Faces
. - DemuxCompositeELResolver(FacesCompositeELResolver.ELResolverChainType) - Constructor for class com.sun.faces.el.DemuxCompositeELResolver
- deregister(Serializable, String) - Method in class com.sun.faces.push.WebsocketUserManager
-
Deregister application user associated with given user and session based user ID.
- deregister(Iterable<String>) - Method in class com.sun.faces.push.WebsocketSessionManager
-
Deregister given channel identifiers and explicitly close all open web socket sessions associated with it.
- deregisterSessionScope() - Method in class com.sun.faces.push.WebsocketChannelManager
-
When current session scope is about to be destroyed, deregister all session scope channels and explicitly close any open web sockets associated with it to avoid stale websockets.
- deregisterViewScope() - Method in class com.sun.faces.push.WebsocketChannelManager.ViewScope
-
When current view scope is about to be destroyed, deregister all view scope channels and explicitly close any open web sockets associated with it to avoid stale websockets.
- deriveLogicalViewId(FacesContext, String) - Method in class com.sun.faces.application.view.MultiViewHandler
- deriveLogicalViewId(FacesContext, String) - Method in class jakarta.faces.application.ViewHandler
-
Derive and return the viewId from the current request, or the argument input by following the algorithm defined in specification section 7.6.2.
- deriveLogicalViewId(FacesContext, String) - Method in class jakarta.faces.application.ViewHandlerWrapper
-
The default behavior of this method is to call
ViewHandler.deriveLogicalViewId(jakarta.faces.context.FacesContext, String)
on the wrappedViewHandler
object. - derivePhysicalViewId(FacesContext, String, boolean) - Method in class com.sun.faces.application.view.MultiViewHandler
- deriveViewId(FacesContext, String) - Method in class com.sun.faces.application.view.MultiViewHandler
- deriveViewId(FacesContext, String) - Method in class jakarta.faces.application.ViewHandler
-
Derive and return the viewId from the current request, or the argument input by following the algorithm defined in specification section 7.6.2.
- deriveViewId(FacesContext, String) - Method in class jakarta.faces.application.ViewHandlerWrapper
-
The default behavior of this method is to call
ViewHandler.deriveViewId(jakarta.faces.context.FacesContext, String)
on the wrappedViewHandler
object. - descendingByValue(Map<K, V>) - Static method in class com.sun.faces.config.manager.documents.DocumentOrderingWrapper
- destroy() - Method in class jakarta.faces.webapp.FacesServlet
-
Release all resources acquired at startup time.
- destroy(InjectionProvider, Object) - Method in class com.sun.faces.mgbean.BeanBuilder
- destroy(ServletContext, FacesContext) - Method in class com.sun.faces.config.ConfigManager
-
This method will remove any information about the application.
- destroy(ServletContext, FacesContext) - Method in class com.sun.faces.config.processor.AbstractConfigProcessor
- destroy(ServletContext, FacesContext) - Method in class com.sun.faces.config.processor.ApplicationConfigProcessor
- destroy(ServletContext, FacesContext) - Method in interface com.sun.faces.config.processor.ConfigProcessor
- destroy(ServletContext, FacesContext) - Method in class com.sun.faces.config.processor.LifecycleConfigProcessor
- destroy(String, Object) - Method in class com.sun.faces.mgbean.BeanManager
- destroyBeans(FacesContext, Map<String, Object>) - Method in class com.sun.faces.application.view.ViewScopeManager
-
Destroy the managed beans from the given view map.
- destroyInstance(ServletContext, FacesContext, String, Object) - Method in class com.sun.faces.config.processor.AbstractConfigProcessor
- determineContentType(String, String, String) - Static method in class com.sun.faces.renderkit.RenderKitUtils
-
Given an accept String from the client, and a
String
of server supported content types, determine the best qualified content type for the client. - Development - jakarta.faces.application.ProjectStage
-
This value indicates the currently running application is right now, at this moment, being developed.
- DevTools - Class in com.sun.faces.facelets.util
-
Utility class for displaying Facelet error/debug information.
- DIGEST_AUTH - Static variable in class jakarta.faces.context.ExternalContext
-
String identifier for DIGEST authentication.
- dir - jakarta.faces.component.html.HtmlBody.PropertyKeys
- dir - jakarta.faces.component.html.HtmlCommandButton.PropertyKeys
- dir - jakarta.faces.component.html.HtmlCommandLink.PropertyKeys
- dir - jakarta.faces.component.html.HtmlDataTable.PropertyKeys
- dir - jakarta.faces.component.html.HtmlForm.PropertyKeys
- dir - jakarta.faces.component.html.HtmlGraphicImage.PropertyKeys
- dir - jakarta.faces.component.html.HtmlHead.PropertyKeys
- dir - jakarta.faces.component.html.HtmlInputFile.PropertyKeys
- dir - jakarta.faces.component.html.HtmlInputSecret.PropertyKeys
- dir - jakarta.faces.component.html.HtmlInputText.PropertyKeys
- dir - jakarta.faces.component.html.HtmlInputTextarea.PropertyKeys
- dir - jakarta.faces.component.html.HtmlMessage.PropertyKeys
- dir - jakarta.faces.component.html.HtmlMessages.PropertyKeys
- dir - jakarta.faces.component.html.HtmlOutcomeTargetButton.PropertyKeys
- dir - jakarta.faces.component.html.HtmlOutcomeTargetLink.PropertyKeys
- dir - jakarta.faces.component.html.HtmlOutputFormat.PropertyKeys
- dir - jakarta.faces.component.html.HtmlOutputLabel.PropertyKeys
- dir - jakarta.faces.component.html.HtmlOutputLink.PropertyKeys
- dir - jakarta.faces.component.html.HtmlOutputText.PropertyKeys
- dir - jakarta.faces.component.html.HtmlPanelGrid.PropertyKeys
- dir - jakarta.faces.component.html.HtmlSelectBooleanCheckbox.PropertyKeys
- dir - jakarta.faces.component.html.HtmlSelectManyCheckbox.PropertyKeys
- dir - jakarta.faces.component.html.HtmlSelectManyListbox.PropertyKeys
- dir - jakarta.faces.component.html.HtmlSelectManyMenu.PropertyKeys
- dir - jakarta.faces.component.html.HtmlSelectOneListbox.PropertyKeys
- dir - jakarta.faces.component.html.HtmlSelectOneMenu.PropertyKeys
- dir - jakarta.faces.component.html.HtmlSelectOneRadio.PropertyKeys
- DISABLE_DEFAULT_BEAN_VALIDATOR_PARAM_NAME - Static variable in class jakarta.faces.validator.BeanValidator
-
If this param is defined, and calling
toLowerCase().equals(“true”)
on aString
representation of its value returnstrue
, the runtime must not automatically add the validator with validator-id equal to the value of the symbolic constantBeanValidator.VALIDATOR_ID
to the list of default validators. - DISABLE_FACELET_JSF_VIEWHANDLER_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 default ViewHandler must behave as specified in the latest 1.2 version of this specification.
- DISABLE_FACESSERVLET_TO_XHTML_PARAM_NAME - Static variable in class jakarta.faces.webapp.FacesServlet
-
The
ServletContext
init parameter consulted by the runtime to tell if the automatic mapping of theFacesServlet
to the extension*.xhtml
should be disabled. - DisableArtifactVersioning - com.sun.faces.config.WebConfiguration.BooleanWebContextInitParameter
- DisableClientStateEncryption - com.sun.faces.config.WebConfiguration.BooleanWebContextInitParameter
- disableClientWindowRenderMode(FacesContext) - Method in class jakarta.faces.lifecycle.ClientWindow
-
Components that permit per-use disabling of the appending of the ClientWindow in generated URLs must call this method first before rendering those URLs.
- disableClientWindowRenderMode(FacesContext) - Method in class jakarta.faces.lifecycle.ClientWindowWrapper
- disabled - jakarta.faces.component.html.HtmlCommandButton.PropertyKeys
- disabled - jakarta.faces.component.html.HtmlCommandLink.PropertyKeys
- disabled - jakarta.faces.component.html.HtmlInputFile.PropertyKeys
- disabled - jakarta.faces.component.html.HtmlInputSecret.PropertyKeys
- disabled - jakarta.faces.component.html.HtmlInputText.PropertyKeys
- disabled - jakarta.faces.component.html.HtmlInputTextarea.PropertyKeys
- disabled - jakarta.faces.component.html.HtmlOutcomeTargetButton.PropertyKeys
- disabled - jakarta.faces.component.html.HtmlOutcomeTargetLink.PropertyKeys
- disabled - jakarta.faces.component.html.HtmlOutputLink.PropertyKeys
- disabled - jakarta.faces.component.html.HtmlSelectBooleanCheckbox.PropertyKeys
- disabled - jakarta.faces.component.html.HtmlSelectManyCheckbox.PropertyKeys
- disabled - jakarta.faces.component.html.HtmlSelectManyListbox.PropertyKeys
- disabled - jakarta.faces.component.html.HtmlSelectManyMenu.PropertyKeys
- disabled - jakarta.faces.component.html.HtmlSelectOneListbox.PropertyKeys
- disabled - jakarta.faces.component.html.HtmlSelectOneMenu.PropertyKeys
- disabled - jakarta.faces.component.html.HtmlSelectOneRadio.PropertyKeys
- DISABLED_VALIDATORS - Static variable in class com.sun.faces.util.RequestStateManager
-
Used to communicate which validators have been disabled for a particular nesting level within a view.
- disabledClass - jakarta.faces.component.html.HtmlSelectManyCheckbox.PropertyKeys
- disabledClass - jakarta.faces.component.html.HtmlSelectManyListbox.PropertyKeys
- disabledClass - jakarta.faces.component.html.HtmlSelectManyMenu.PropertyKeys
- disabledClass - jakarta.faces.component.html.HtmlSelectOneListbox.PropertyKeys
- disabledClass - jakarta.faces.component.html.HtmlSelectOneMenu.PropertyKeys
- disabledClass - jakarta.faces.component.html.HtmlSelectOneRadio.PropertyKeys
- DisableDefaultBeanValidator - com.sun.faces.config.WebConfiguration.BooleanWebContextInitParameter
- disableEL() - Method in class com.sun.faces.application.resource.ClientResourceInfo
-
Disables EL evaluation for this resource.
- DisableFaceletJSFViewHandler - com.sun.faces.config.WebConfiguration.BooleanWebContextInitParameter
- DisableFaceletJSFViewHandlerDeprecated - com.sun.faces.config.WebConfiguration.BooleanWebContextInitParameter
- DisableFacesServletAutomaticMapping - com.sun.faces.config.WebConfiguration.BooleanWebContextInitParameter
- DisableIdUniquenessCheck - com.sun.faces.config.WebConfiguration.BooleanWebContextInitParameter
- DisableUnicodeEscaping - com.sun.faces.config.WebConfiguration.WebContextInitParameter
- DisallowDoctypeDecl - com.sun.faces.config.WebConfiguration.BooleanWebContextInitParameter
- DiscoverableInjectionProvider - Class in com.sun.faces.spi
-
InjectionProvider
s that implement this interface can be configured viaMETA-INF/services/com.sun.faces.spi.injectionprovider
. - DiscoverableInjectionProvider() - Constructor for class com.sun.faces.spi.DiscoverableInjectionProvider
- dispatch(String) - Method in class com.sun.faces.config.initfacescontext.ServletContextAdapter
- dispatch(String) - Method in class com.sun.faces.context.ExternalContextImpl
- dispatch(String) - Method in class jakarta.faces.context.ExternalContext
-
Dispatch a request to the specified resource to create output for this response.
- dispatch(String) - Method in class jakarta.faces.context.ExternalContextWrapper
-
The default behavior of this method is to call
ExternalContext.dispatch(String)
on the wrappedExternalContext
object. - DisplayConfiguration - com.sun.faces.config.WebConfiguration.BooleanWebContextInitParameter
- doAfterBody() - Method in class com.sun.faces.taglib.jsf_core.VerbatimTag
-
Set the local value of this component to reflect the nested body content of this JSP tag.
- doAfterBody() - Method in class com.sun.faces.taglib.jsf_core.ViewTag
-
Examine the body content of this tag.
- doAfterBody() - Method in class jakarta.faces.webapp.UIComponentClassicTagBase
-
Perform any processing necessary to handle the content implications of CASE 4 in the class description.
- doCompile(CompilationManager, SAXCompiler.CompilationHandler, URL, String) - Method in class com.sun.faces.facelets.compiler.SAXCompiler
- doCompile(URL, String) - Method in class com.sun.faces.facelets.compiler.Compiler
- doCompile(URL, String) - Method in class com.sun.faces.facelets.compiler.SAXCompiler
- DoctypeRenderer - Class in com.sun.faces.renderkit.html_basic
- DoctypeRenderer() - Constructor for class com.sun.faces.renderkit.html_basic.DoctypeRenderer
- DocumentInfo - Class in com.sun.faces.config.manager.documents
-
Associates a Document with a source URL.
- DocumentInfo(Document, URI) - Constructor for class com.sun.faces.config.manager.documents.DocumentInfo
- DocumentOrderingWrapper - Class in com.sun.faces.config.manager.documents
-
This class is used by the config system to order
faces-config
documents found on the classpath or configured explicitly via thejakarta.faces.CONFIG_FILES
context init parameter. - DocumentOrderingWrapper(DocumentInfo) - Constructor for class com.sun.faces.config.manager.documents.DocumentOrderingWrapper
-
Constructs a new
DocumentOrderingWrapper
for the specifiedDocument
.
- Documents - Class in com.sun.faces.config.manager
- Documents() - Constructor for class com.sun.faces.config.manager.Documents
- doEndTag() - Method in class com.sun.faces.taglib.html_basic.ColumnTag
- doEndTag() - Method in class com.sun.faces.taglib.html_basic.CommandButtonTag
- doEndTag() - Method in class com.sun.faces.taglib.html_basic.CommandLinkTag
- doEndTag() - Method in class com.sun.faces.taglib.html_basic.DataTableTag
- doEndTag() - Method in class com.sun.faces.taglib.html_basic.FormTag
- doEndTag() - Method in class com.sun.faces.taglib.html_basic.GraphicImageTag
- doEndTag() - Method in class com.sun.faces.taglib.html_basic.InputFileTag
- doEndTag() - Method in class com.sun.faces.taglib.html_basic.InputHiddenTag
- doEndTag() - Method in class com.sun.faces.taglib.html_basic.InputSecretTag
- doEndTag() - Method in class com.sun.faces.taglib.html_basic.InputTextareaTag
- doEndTag() - Method in class com.sun.faces.taglib.html_basic.InputTextTag
- doEndTag() - Method in class com.sun.faces.taglib.html_basic.MessagesTag
- doEndTag() - Method in class com.sun.faces.taglib.html_basic.MessageTag
- doEndTag() - Method in class com.sun.faces.taglib.html_basic.OutputFormatTag
- doEndTag() - Method in class com.sun.faces.taglib.html_basic.OutputLabelTag
- doEndTag() - Method in class com.sun.faces.taglib.html_basic.OutputLinkTag
- doEndTag() - Method in class com.sun.faces.taglib.html_basic.OutputTextTag
- doEndTag() - Method in class com.sun.faces.taglib.html_basic.PanelGridTag
- doEndTag() - Method in class com.sun.faces.taglib.html_basic.PanelGroupTag
- doEndTag() - Method in class com.sun.faces.taglib.html_basic.SelectBooleanCheckboxTag
- doEndTag() - Method in class com.sun.faces.taglib.html_basic.SelectManyCheckboxTag
- doEndTag() - Method in class com.sun.faces.taglib.html_basic.SelectManyListboxTag
- doEndTag() - Method in class com.sun.faces.taglib.html_basic.SelectManyMenuTag
- doEndTag() - Method in class com.sun.faces.taglib.html_basic.SelectOneListboxTag
- doEndTag() - Method in class com.sun.faces.taglib.html_basic.SelectOneMenuTag
- doEndTag() - Method in class com.sun.faces.taglib.html_basic.SelectOneRadioTag
- doEndTag() - Method in class com.sun.faces.taglib.jsf_core.AttributeTag
- doEndTag() - Method in class com.sun.faces.taglib.jsf_core.SubviewTag
- doEndTag() - Method in class com.sun.faces.taglib.jsf_core.ViewTag
-
Exercise a contract with the
ViewHandler
to get the character encoding from the response and set it into the session. - doEndTag() - Method in class jakarta.faces.webapp.AttributeTag
-
Deprecated.
- doEndTag() - Method in class jakarta.faces.webapp.UIComponentClassicTagBase
-
Perform any processing necessary to handle the content implications of CASE 3 in the class description.
- doExistingComponentActions(FaceletContext, String, UIComponent) - Method in class com.sun.faces.facelets.tag.jsf.ComponentTagHandlerDelegateImpl
- doGetState(FacesContext, String) - Method in class com.sun.faces.renderkit.ClientSideStateHelper
-
Rebuilds the view state from the Base64 included String included with the request.
- doInitBody() - Method in class jakarta.faces.webapp.UIComponentClassicTagBase
-
Prepare for evaluation of the body.
- doLastPhaseActions(FacesContext, boolean) - Method in class com.sun.faces.context.flash.ELFlash
-
This is the most magic of methods.
- doMetadataCompile(URL, String) - Method in class com.sun.faces.facelets.compiler.Compiler
- doMetadataCompile(URL, String) - Method in class com.sun.faces.facelets.compiler.SAXCompiler
- done(DocumentOrderingWrapper[], LinkedList<String>) - Static method in class com.sun.faces.config.manager.documents.DocumentOrderingWrapper
- doNewComponentActions(FaceletContext, String, UIComponent) - Method in class com.sun.faces.facelets.tag.jsf.ComponentTagHandlerDelegateImpl
- doOrphanedChildCleanup(FaceletContext, UIComponent, UIComponent) - Method in class com.sun.faces.facelets.tag.jsf.ComponentTagHandlerDelegateImpl
- doOrphanedChildCleanup(FaceletContext, UIComponent, UIComponent) - Method in class com.sun.faces.facelets.tag.jsf.html.ComponentResourceDelegate
- doPhase(FacesContext, Lifecycle, ListIterator<PhaseListener>) - Method in class com.sun.faces.lifecycle.Phase
-
Performs PhaseListener processing and invokes the execute method of the Phase.
- doPhase(FacesContext, Lifecycle, ListIterator<PhaseListener>) - Method in class com.sun.faces.lifecycle.RestoreViewPhase
- doPostBringupActions() - Method in class com.sun.faces.config.WebConfiguration
- doPostPhaseActions(FacesContext) - Method in class com.sun.faces.config.initfacescontext.NoOpFlash
- doPostPhaseActions(FacesContext) - Method in class com.sun.faces.context.flash.ELFlash
- doPostPhaseActions(FacesContext) - Method in class jakarta.faces.context.Flash
-
Called after the execution of every lifecycle phase, this method allows implementations to take the necessary actions to provide the Flash scope contract as it applies to the request procesing lifecycle.
- doPostPhaseActions(FacesContext) - Method in class jakarta.faces.context.FlashWrapper
-
The default behavior of this method is to call
Flash.doPostPhaseActions(FacesContext)
on the wrappedFlash
object. - doPrePhaseActions(FacesContext) - Method in class com.sun.faces.config.initfacescontext.NoOpFlash
- doPrePhaseActions(FacesContext) - Method in class com.sun.faces.context.flash.ELFlash
- doPrePhaseActions(FacesContext) - Method in class jakarta.faces.context.Flash
-
Called before the execution of every lifecycle phase, this method allows implementations to take the necessary actions to provide the Flash scope contract as it applies to the request procesing lifecycle.
- doPrePhaseActions(FacesContext) - Method in class jakarta.faces.context.FlashWrapper
-
The default behavior of this method is to call
Flash.doPrePhaseActions(FacesContext)
on the wrappedFlash
object. - doStartTag() - Method in class com.sun.faces.taglib.html_basic.ColumnTag
- doStartTag() - Method in class com.sun.faces.taglib.html_basic.CommandButtonTag
- doStartTag() - Method in class com.sun.faces.taglib.html_basic.CommandLinkTag
- doStartTag() - Method in class com.sun.faces.taglib.html_basic.DataTableTag
- doStartTag() - Method in class com.sun.faces.taglib.html_basic.FormTag
- doStartTag() - Method in class com.sun.faces.taglib.html_basic.GraphicImageTag
- doStartTag() - Method in class com.sun.faces.taglib.html_basic.InputFileTag
- doStartTag() - Method in class com.sun.faces.taglib.html_basic.InputHiddenTag
- doStartTag() - Method in class com.sun.faces.taglib.html_basic.InputSecretTag
- doStartTag() - Method in class com.sun.faces.taglib.html_basic.InputTextareaTag
- doStartTag() - Method in class com.sun.faces.taglib.html_basic.InputTextTag
- doStartTag() - Method in class com.sun.faces.taglib.html_basic.MessagesTag
- doStartTag() - Method in class com.sun.faces.taglib.html_basic.MessageTag
- doStartTag() - Method in class com.sun.faces.taglib.html_basic.OutputFormatTag
- doStartTag() - Method in class com.sun.faces.taglib.html_basic.OutputLabelTag
- doStartTag() - Method in class com.sun.faces.taglib.html_basic.OutputLinkTag
- doStartTag() - Method in class com.sun.faces.taglib.html_basic.OutputTextTag
- doStartTag() - Method in class com.sun.faces.taglib.html_basic.PanelGridTag
- doStartTag() - Method in class com.sun.faces.taglib.html_basic.PanelGroupTag
- doStartTag() - Method in class com.sun.faces.taglib.html_basic.SelectBooleanCheckboxTag
- doStartTag() - Method in class com.sun.faces.taglib.html_basic.SelectManyCheckboxTag
- doStartTag() - Method in class com.sun.faces.taglib.html_basic.SelectManyListboxTag
- doStartTag() - Method in class com.sun.faces.taglib.html_basic.SelectManyMenuTag
- doStartTag() - Method in class com.sun.faces.taglib.html_basic.SelectOneListboxTag
- doStartTag() - Method in class com.sun.faces.taglib.html_basic.SelectOneMenuTag
- doStartTag() - Method in class com.sun.faces.taglib.html_basic.SelectOneRadioTag
- doStartTag() - Method in class com.sun.faces.taglib.jsf_core.ActionListenerTag
-
Create a new instance of the specified
ActionListener
class, and register it with theUIComponent
instance associated with our most immediately surroundingUIComponentClassicTagBase
instance, if theUIComponent
instance was created by this execution of the containing JSP page. - doStartTag() - Method in class com.sun.faces.taglib.jsf_core.AttributeTag
-
Register the specified attribute name and value with the
UIComponent
instance associated with our most immediately surroundingUIComponentClassicTagBase
instance, if thisUIComponent
does not already have a value for the specified attribute name. - doStartTag() - Method in class com.sun.faces.taglib.jsf_core.ConvertDateTimeTag
- doStartTag() - Method in class com.sun.faces.taglib.jsf_core.ConvertNumberTag
- doStartTag() - Method in class com.sun.faces.taglib.jsf_core.LoadBundleTag
-
Load the
ResourceBundle
named by ourbasename
property. - doStartTag() - Method in class com.sun.faces.taglib.jsf_core.PhaseListenerTag
-
Create a new instance of the specified
PhaseListener
class, and register it with theUIComponent
instance associated with our most immediately surroundingUIComponentELTag
instance, if theUIComponent
instance was created by this execution of the containing JSP page. - doStartTag() - Method in class com.sun.faces.taglib.jsf_core.SetPropertyActionListenerTag
-
Create a new instance of the
ActionListener
class, and register it with theUIComponent
instance associated with our most immediately surroundingUIComponentClassicTagBase
instance. - doStartTag() - Method in class com.sun.faces.taglib.jsf_core.SubviewTag
- doStartTag() - Method in class com.sun.faces.taglib.jsf_core.ValidateDoubleRangeTag
- doStartTag() - Method in class com.sun.faces.taglib.jsf_core.ValidateLengthTag
- doStartTag() - Method in class com.sun.faces.taglib.jsf_core.ValidateLongRangeTag
- doStartTag() - Method in class com.sun.faces.taglib.jsf_core.ValueChangeListenerTag
-
Create a new instance of the specified
ValueChangeListener
class, and register it with theUIComponent
instance associated with our most immediately surroundingUIComponentClassicTagBase
instance, if theUIComponent
instance was created by this execution of the containing JSP page. - doStartTag() - Method in class com.sun.faces.taglib.jsf_core.ViewTag
-
Override parent
doStartTag()
to do the following: - doStartTag() - Method in class jakarta.faces.webapp.AttributeTag
-
Deprecated.Register the specified attribute name and value with the
UIComponent
instance associated with our most immediately surroundingUIComponentTag
instance, if thisUIComponent
does not already have a value for the specified attribute name. - doStartTag() - Method in class jakarta.faces.webapp.ConverterELTag
-
Create a new instance of the specified
Converter
class, and register it with theUIComponent
instance associated with our most immediately surroundingUIComponentClassicTagBase
instance, if theUIComponent
instance was created by this execution of the containing Jakarta Server Pages page. - doStartTag() - Method in class jakarta.faces.webapp.ConverterTag
-
Deprecated.Create a new instance of the specified
Converter
class, and register it with theUIComponent
instance associated with our most immediately surroundingUIComponentTag
instance, if theUIComponent
instance was created by this execution of the containing Jakarta Server Pages page. - doStartTag() - Method in class jakarta.faces.webapp.FacetTag
-
Return
EVAL_BODY_INCLUDE
to cause nested body content to be evaluated. - doStartTag() - Method in class jakarta.faces.webapp.UIComponentClassicTagBase
-
Perform any processing necessary to find (or create) the
UIComponent
instance in the view corresponding to this tag instance in the page and, if and only if a component was created, insert it into the tree at the proper location as expected by the page author. - doStartTag() - Method in class jakarta.faces.webapp.ValidatorELTag
-
Create a new instance of the specified
Validator
class, and register it with theUIComponent
instance associated with our most immediately surroundingUIComponentTagBase
instance, if theUIComponent
instance was created by this execution of the containing Jakarta Server Pages page. - doStartTag() - Method in class jakarta.faces.webapp.ValidatorTag
-
Deprecated.Create a new instance of the specified
Validator
class, and register it with theUIComponent
instance associated with our most immediately surroundingUIComponentTag
instance, if theUIComponent
instance was created by this execution of the containing Jakarta Server Pages page. - DOUBLE_ID - Static variable in class jakarta.faces.convert.DoubleConverter
-
The message identifier of the
FacesMessage
to be created if the conversion toDouble
fails. - DoubleConverter - Class in jakarta.faces.convert
-
Converter
implementation forjava.lang.Double
(and double primitive) values. - DoubleConverter() - Constructor for class jakarta.faces.convert.DoubleConverter
- DoubleRangeValidator - Class in jakarta.faces.validator
-
DoubleRangeValidator is a
Validator
that checks the value of the corresponding component against specified minimum and maximum values. - DoubleRangeValidator() - Constructor for class jakarta.faces.validator.DoubleRangeValidator
-
Construct a
Validator
with no preconfigured limits. - DoubleRangeValidator(double) - Constructor for class jakarta.faces.validator.DoubleRangeValidator
-
Construct a
Validator
with the specified preconfigured limit. - DoubleRangeValidator(double, double) - Constructor for class jakarta.faces.validator.DoubleRangeValidator
-
Construct a
Validator
with the specified preconfigured limits. - doWriteState(FacesContext, Object, Writer) - Method in class com.sun.faces.renderkit.ClientSideStateHelper
-
Serializes and Base64 encodes the provided
state
to the providedwriter
/ - DummyPropertyResolverImpl - Class in com.sun.faces.el
-
Default propertyResolver implementation that gets the ELContext from the argument FacesContext and calls setPropertyResolved(false) on it.
- DummyPropertyResolverImpl() - Constructor for class com.sun.faces.el.DummyPropertyResolverImpl
- DUPLICATE_COMPONENT_ID_ERROR_ID - Static variable in class com.sun.faces.util.MessageUtils
- DuplicateJARPattern - com.sun.faces.config.WebConfiguration.WebContextInitParameter
- DYNAMIC_ACTIONS - Static variable in class com.sun.faces.RIConstants
-
Marker used when saving the list of component adds and removes.
- DYNAMIC_CHILD_COUNT - Static variable in class com.sun.faces.RIConstants
-
Marker attached to a component that has dynamic children.
- DYNAMIC_COMPONENT - Static variable in class com.sun.faces.RIConstants
-
Marker attached to a component that was added dynamically.
- DynamicAddRemoveListener(FacesContext) - Constructor for class com.sun.faces.context.StateContext.DynamicAddRemoveListener
-
Constructor.
- dynamicallyCastCollection(Collection<?>, Class<E>, Class<TypedC>) - Static method in class com.sun.faces.util.TypedCollections
-
Dynamically check that the members of the collection are all instances of the given type (or null), and that the collection itself is of the given collection type.
- dynamicallyCastList(List<?>, Class<E>) - Static method in class com.sun.faces.util.TypedCollections
-
Dynamically check that the members of the list are all instances of the given type (or null).
- dynamicallyCastMap(Map<?, ?>, Class<K>, Class<V>) - Static method in class com.sun.faces.util.TypedCollections
-
Dynamically check that the keys and values in the map are all instances of the correct types (or null).
- dynamicallyCastSet(Set<?>, Class<E>) - Static method in class com.sun.faces.util.TypedCollections
-
Dynamically check that the members of the set are all instances of the given type (or null).
E
- eager() - Method in annotation type jakarta.faces.bean.ManagedBean
-
Deprecated.Taken to be the value of the
eager
attribute of themanaged-bean
. - EditableValueHolder - Interface in jakarta.faces.component
-
EditableValueHolder is an extension of ValueHolder that describes additional features supported by editable components, including
ValueChangeEvent
s andValidator
s. - EditableValueHolderAttachedObjectHandler - Interface in jakarta.faces.view
-
A VDL handler that exposes
Validator
orValueChangeListener
to a page author. - EditableValueHolderAttachedObjectTarget - Interface in jakarta.faces.view
-
A marker interface for VDL tags that represent
<composite:editableValueHolder/>
for use by the composite component page author. - EditableValueHolderAttachedObjectTargetHandler - Class in com.sun.faces.facelets.tag.composite
- EditableValueHolderAttachedObjectTargetHandler(TagConfig) - Constructor for class com.sun.faces.facelets.tag.composite.EditableValueHolderAttachedObjectTargetHandler
- EditableValueHolderAttachedObjectTargetImpl - Class in com.sun.faces.facelets.tag.composite
- EditableValueHolderAttachedObjectTargetImpl() - Constructor for class com.sun.faces.facelets.tag.composite.EditableValueHolderAttachedObjectTargetImpl
- EditableValueHolderRule - Class in com.sun.faces.facelets.tag.jsf
- EditableValueHolderRule() - Constructor for class com.sun.faces.facelets.tag.jsf.EditableValueHolderRule
- EL_OUT_OF_BOUNDS_ERROR_ID - Static variable in class com.sun.faces.util.MessageUtils
- EL_PROPERTY_TYPE_ERROR_ID - Static variable in class com.sun.faces.util.MessageUtils
- EL_RESOLVER_CHAIN_TYPE_NAME - Static variable in class com.sun.faces.util.RequestStateManager
-
Attribute describing the current ELResolver chain type (either JSP or Faces)
- EL_SIZE_OUT_OF_BOUNDS_ERROR_ID - Static variable in class com.sun.faces.util.MessageUtils
- ELConstants - Interface in com.sun.faces.el
- ELContextImpl - Class in com.sun.faces.el
-
Concrete implementation of
ELContext
. - ELContextImpl(ELResolver) - Constructor for class com.sun.faces.el.ELContextImpl
-
Constructs a new ELContext associated with the given ELResolver.
- ELContextListenerImpl - Class in com.sun.faces.el
- ELContextListenerImpl() - Constructor for class com.sun.faces.el.ELContextListenerImpl
- ELFlash - Class in com.sun.faces.context.flash
-
How this implementation works
- ELResolverInitPhaseListener - Class in com.sun.faces.lifecycle
-
This class is used to register the Faces
ELResolver
stack with the Jakarta Server Pages container. - ELResolverInitPhaseListener() - Constructor for class com.sun.faces.lifecycle.ELResolverInitPhaseListener
- ELText - Class in com.sun.faces.facelets.el
-
Handles parsing EL Strings in accordance with the EL-API Specification.
- ELText(String) - Constructor for class com.sun.faces.facelets.el.ELText
- ELUtils - Class in com.sun.faces.el
-
Utility class for EL related methods.
- ELUtils.Scope - Enum in com.sun.faces.el
- EMPTY_CLASS_ARGS - Static variable in class com.sun.faces.RIConstants
- EMPTY_METH_ARGS - Static variable in class com.sun.faces.RIConstants
- EMPTY_PARAMETER_ID - Static variable in class com.sun.faces.util.MessageUtils
- EMPTY_PARAMS - Static variable in class com.sun.faces.renderkit.html_basic.HtmlBasicRenderer
- EMPTY_STRING_AS_NULL_PARAM_NAME - Static variable in class jakarta.faces.component.UIInput
-
The name of a context parameter that indicates how empty strings need to be interpreted.
- EMPTY_VALIDATION_GROUPS_PATTERN - Static variable in class jakarta.faces.validator.BeanValidator
-
The regular expression pattern that identifies an empty list of validation groups.
- ENABLE_VALIDATE_WHOLE_BEAN_PARAM_NAME - Static variable in class jakarta.faces.validator.BeanValidator
-
If this param is set, and calling toLowerCase().equals("true") on a String representation of its value returns
true
take the additional actions relating to<validateWholeBean />
specified inBeanValidator.validate(jakarta.faces.context.FacesContext, jakarta.faces.component.UIComponent, java.lang.Object)
. - ENABLE_WEBSOCKET_ENDPOINT_PARAM_NAME - Static variable in interface jakarta.faces.push.PushContext
-
The boolean context parameter name to explicitly enable web socket endpoint during startup.
- EnableAgressiveSessionDirtying - com.sun.faces.config.WebConfiguration.BooleanWebContextInitParameter
- EnableClientStateDebugging - com.sun.faces.config.WebConfiguration.BooleanWebContextInitParameter
- enableClientWindowRenderMode(FacesContext) - Method in class jakarta.faces.lifecycle.ClientWindow
-
Components that permit per-use disabling of the appending of the ClientWindow in generated URLs must call this method first after rendering those URLs.
- enableClientWindowRenderMode(FacesContext) - Method in class jakarta.faces.lifecycle.ClientWindowWrapper
- EnableCoreTagLibraryValidator - com.sun.faces.config.WebConfiguration.BooleanWebContextInitParameter
- enabledClass - jakarta.faces.component.html.HtmlSelectManyCheckbox.PropertyKeys
- enabledClass - jakarta.faces.component.html.HtmlSelectManyListbox.PropertyKeys
- enabledClass - jakarta.faces.component.html.HtmlSelectManyMenu.PropertyKeys
- enabledClass - jakarta.faces.component.html.HtmlSelectOneListbox.PropertyKeys
- enabledClass - jakarta.faces.component.html.HtmlSelectOneMenu.PropertyKeys
- enabledClass - jakarta.faces.component.html.HtmlSelectOneRadio.PropertyKeys
- EnableDistributable - com.sun.faces.config.WebConfiguration.BooleanWebContextInitParameter
- EnableDistributable - com.sun.faces.context.ContextParam
-
Enable distributable code.
- EnableFaceletsResourceResolverResolveCompositeComponents - com.sun.faces.config.WebConfiguration.BooleanWebContextInitParameter
- enableHighAvailability(ServletContext) - Method in interface com.sun.faces.spi.HighAvailabilityEnabler
- EnableHtmlTagLibraryValidator - com.sun.faces.config.WebConfiguration.BooleanWebContextInitParameter
- EnableHttpMethodRestrictionPhaseListener - com.sun.faces.config.WebConfiguration.BooleanWebContextInitParameter
- EnableJSStyleHiding - com.sun.faces.config.WebConfiguration.BooleanWebContextInitParameter
- EnableLazyBeanValidation - com.sun.faces.config.WebConfiguration.BooleanWebContextInitParameter
- EnableLoadBundle11Compatibility - com.sun.faces.config.WebConfiguration.BooleanWebContextInitParameter
- EnableMissingResourceLibraryDetection - com.sun.faces.config.WebConfiguration.BooleanWebContextInitParameter
- EnableRestoreView11Compatibility - com.sun.faces.config.WebConfiguration.BooleanWebContextInitParameter
- EnableScriptInAttributeValue - com.sun.faces.config.WebConfiguration.BooleanWebContextInitParameter
- EnableThreading - com.sun.faces.config.WebConfiguration.BooleanWebContextInitParameter
- EnableTransitionTimeNoOpFlash - com.sun.faces.config.WebConfiguration.BooleanWebContextInitParameter
- EnableValidateWholeBean - com.sun.faces.config.WebConfiguration.BooleanWebContextInitParameter
- EnableViewStateIdRendering - com.sun.faces.config.WebConfiguration.BooleanWebContextInitParameter
- EnableWebsocketEndpoint - com.sun.faces.config.WebConfiguration.BooleanWebContextInitParameter
- encode(Object, Json.Option...) - Static method in class com.sun.faces.util.Json
-
Encodes the given object as JSON and returns a string in JSON format.
- encode(Object, Writer, Json.Option...) - Static method in class com.sun.faces.util.Json
-
Encodes the given object as JSON while streaming the string in JSON format to the given writer.
- encodeActionURL(String) - Method in class com.sun.faces.config.initfacescontext.ServletContextAdapter
- encodeActionURL(String) - Method in class com.sun.faces.context.ExternalContextImpl
- encodeActionURL(String) - Method in class jakarta.faces.context.ExternalContext
-
Return the input URL, after performing any rewriting needed to ensure that it will correctly identify an addressable action in the current application.
- encodeActionURL(String) - Method in class jakarta.faces.context.ExternalContextWrapper
-
The default behavior of this method is to call
ExternalContext.encodeActionURL(String)
on the wrappedExternalContext
object. - encodeAll(FacesContext) - Method in class com.sun.faces.component.ComponentResourceContainer
-
Take no action to prevent component resources from inadvertantly being rendered.
- encodeAll(FacesContext) - Method in class com.sun.faces.facelets.compiler.UILeaf
- encodeAll(FacesContext) - Method in class jakarta.faces.component.UIComponent
-
If this component returns
true
fromUIComponent.isRendered()
, take the following action. - encodeAll(FacesContext) - Method in class jakarta.faces.component.UIViewParameter
-
Called specially by
UIViewRoot.encodeEnd(jakarta.faces.context.FacesContext)
, this method simply sets the submitted value to be the return fromUIViewParameter.getStringValue(jakarta.faces.context.FacesContext)
. - encodeBegin() - Method in class jakarta.faces.webapp.UIComponentClassicTagBase
-
Deprecated.No encoding is done during Jakarta Server Pages page execution. Encoding is deferred until the page has completed executing to allow the entire tree to be built before any encoding occurs.
- encodeBegin(FacesContext) - Method in class com.sun.faces.ext.component.UIValidateWholeBean
- encodeBegin(FacesContext) - Method in class com.sun.faces.facelets.compiler.UIInstructions
- encodeBegin(FacesContext) - Method in class com.sun.faces.facelets.compiler.UILeaf
- encodeBegin(FacesContext) - Method in class com.sun.faces.facelets.compiler.UILiteralText
- encodeBegin(FacesContext) - Method in class com.sun.faces.facelets.compiler.UIText
- encodeBegin(FacesContext) - Method in class com.sun.faces.facelets.tag.composite.BehaviorHolderWrapper
- encodeBegin(FacesContext) - Method in class com.sun.faces.facelets.tag.ui.UIDebug
- encodeBegin(FacesContext) - Method in class jakarta.faces.component.UIComponent
-
If our
rendered
property istrue
, render the beginning of the current state of thisUIComponent
to the response contained in the specifiedFacesContext
. - encodeBegin(FacesContext) - Method in class jakarta.faces.component.UIComponentBase
- encodeBegin(FacesContext) - Method in class jakarta.faces.component.UIData
-
In addition to the default behavior, ensure that any saved per-row state for our child input components is discarded unless it is needed to rerender the current page with errors.
- encodeBegin(FacesContext) - Method in class jakarta.faces.component.UIViewRoot
-
Override the default
UIComponentBase.encodeBegin(jakarta.faces.context.FacesContext)
behavior. - encodeBegin(FacesContext, UIComponent) - Method in class com.sun.faces.facelets.component.RepeatRenderer
- encodeBegin(FacesContext, UIComponent) - Method in class com.sun.faces.renderkit.html_basic.BodyRenderer
-
Encode the beginning.
- encodeBegin(FacesContext, UIComponent) - Method in class com.sun.faces.renderkit.html_basic.ButtonRenderer
- encodeBegin(FacesContext, UIComponent) - Method in class com.sun.faces.renderkit.html_basic.CheckboxRenderer
- encodeBegin(FacesContext, UIComponent) - Method in class com.sun.faces.renderkit.html_basic.CommandLinkRenderer
- encodeBegin(FacesContext, UIComponent) - Method in class com.sun.faces.renderkit.html_basic.CommandScriptRenderer
- encodeBegin(FacesContext, UIComponent) - Method in class com.sun.faces.renderkit.html_basic.DoctypeRenderer
- encodeBegin(FacesContext, UIComponent) - Method in class com.sun.faces.renderkit.html_basic.FileRenderer
- encodeBegin(FacesContext, UIComponent) - Method in class com.sun.faces.renderkit.html_basic.FormRenderer
- encodeBegin(FacesContext, UIComponent) - Method in class com.sun.faces.renderkit.html_basic.GridRenderer
- encodeBegin(FacesContext, UIComponent) - Method in class com.sun.faces.renderkit.html_basic.GroupRenderer
- encodeBegin(FacesContext, UIComponent) - Method in class com.sun.faces.renderkit.html_basic.HeadRenderer
- encodeBegin(FacesContext, UIComponent) - Method in class com.sun.faces.renderkit.html_basic.HiddenRenderer
- encodeBegin(FacesContext, UIComponent) - Method in class com.sun.faces.renderkit.html_basic.ImageRenderer
- encodeBegin(FacesContext, UIComponent) - Method in class com.sun.faces.renderkit.html_basic.LabelRenderer
- encodeBegin(FacesContext, UIComponent) - Method in class com.sun.faces.renderkit.html_basic.MenuRenderer
- encodeBegin(FacesContext, UIComponent) - Method in class com.sun.faces.renderkit.html_basic.MessageRenderer
- encodeBegin(FacesContext, UIComponent) - Method in class com.sun.faces.renderkit.html_basic.MessagesRenderer
- encodeBegin(FacesContext, UIComponent) - Method in class com.sun.faces.renderkit.html_basic.OutcomeTargetButtonRenderer
- encodeBegin(FacesContext, UIComponent) - Method in class com.sun.faces.renderkit.html_basic.OutcomeTargetLinkRenderer
- encodeBegin(FacesContext, UIComponent) - Method in class com.sun.faces.renderkit.html_basic.OutputLinkRenderer
- encodeBegin(FacesContext, UIComponent) - Method in class com.sun.faces.renderkit.html_basic.OutputMessageRenderer
- encodeBegin(FacesContext, UIComponent) - Method in class com.sun.faces.renderkit.html_basic.PassthroughRenderer
- encodeBegin(FacesContext, UIComponent) - Method in class com.sun.faces.renderkit.html_basic.ScriptStyleBaseRenderer
- encodeBegin(FacesContext, UIComponent) - Method in class com.sun.faces.renderkit.html_basic.SecretRenderer
- encodeBegin(FacesContext, UIComponent) - Method in class com.sun.faces.renderkit.html_basic.TableRenderer
- encodeBegin(FacesContext, UIComponent) - Method in class com.sun.faces.renderkit.html_basic.TextareaRenderer
- encodeBegin(FacesContext, UIComponent) - Method in class com.sun.faces.renderkit.html_basic.TextRenderer
- encodeBegin(FacesContext, UIComponent) - Method in class jakarta.faces.render.Renderer
-
Render the beginning specified
UIComponent
to the output stream or writer associated with the response we are creating. - encodeBegin(FacesContext, UIComponent) - Method in class jakarta.faces.render.RendererWrapper
- encodeBookmarkableURL(String, Map<String, List<String>>) - Method in class com.sun.faces.context.ExternalContextImpl
- encodeBookmarkableURL(String, Map<String, List<String>>) - Method in class jakarta.faces.context.ExternalContext
-
The purpose of this method is to generate a query string from the collection of Parameter objects provided by the parameters argument and append that query string to the baseUrl.
- encodeBookmarkableURL(String, Map<String, List<String>>) - Method in class jakarta.faces.context.ExternalContextWrapper
-
The default behavior of this method is to call
ExternalContext.encodeBookmarkableURL(String, java.util.Map)
on the wrappedExternalContext
object. - encodeChildren() - Method in class jakarta.faces.webapp.UIComponentClassicTagBase
-
Deprecated.No encoding is done during Jakarta Server Pages page execution. Encoding is deferred until the page has completed executing to allow the entire tree to be built before any encoding occurs.
- encodeChildren(FacesContext) - Method in class com.sun.faces.facelets.compiler.UILeaf
- encodeChildren(FacesContext) - Method in class com.sun.faces.facelets.component.UIRepeat
- encodeChildren(FacesContext) - Method in class com.sun.faces.facelets.tag.composite.BehaviorHolderWrapper
- encodeChildren(FacesContext) - Method in class jakarta.faces.component.UIComponent
- encodeChildren(FacesContext) - Method in class jakarta.faces.component.UIComponentBase
- encodeChildren(FacesContext) - Method in class jakarta.faces.component.UIViewRoot
-
If
PartialViewContext.isAjaxRequest()
returnstrue
, perform partial rendering by callingPartialViewContext.processPartial(jakarta.faces.event.PhaseId)
withPhaseId.RENDER_RESPONSE
. - encodeChildren(FacesContext, UIComponent) - Method in class com.sun.faces.facelets.component.RepeatRenderer
- encodeChildren(FacesContext, UIComponent) - Method in class com.sun.faces.renderkit.html_basic.BodyRenderer
- encodeChildren(FacesContext, UIComponent) - Method in class com.sun.faces.renderkit.html_basic.CommandLinkRenderer
- encodeChildren(FacesContext, UIComponent) - Method in class com.sun.faces.renderkit.html_basic.CompositeFacetRenderer
- encodeChildren(FacesContext, UIComponent) - Method in class com.sun.faces.renderkit.html_basic.CompositeRenderer
- encodeChildren(FacesContext, UIComponent) - Method in class com.sun.faces.renderkit.html_basic.DoctypeRenderer
- encodeChildren(FacesContext, UIComponent) - Method in class com.sun.faces.renderkit.html_basic.GridRenderer
- encodeChildren(FacesContext, UIComponent) - Method in class com.sun.faces.renderkit.html_basic.GroupRenderer
- encodeChildren(FacesContext, UIComponent) - Method in class com.sun.faces.renderkit.html_basic.HeadRenderer
- encodeChildren(FacesContext, UIComponent) - Method in class com.sun.faces.renderkit.html_basic.MessageRenderer
- encodeChildren(FacesContext, UIComponent) - Method in class com.sun.faces.renderkit.html_basic.OutputLinkRenderer
- encodeChildren(FacesContext, UIComponent) - Method in class com.sun.faces.renderkit.html_basic.PassthroughRenderer
- encodeChildren(FacesContext, UIComponent) - Method in class com.sun.faces.renderkit.html_basic.ScriptStyleBaseRenderer
- encodeChildren(FacesContext, UIComponent) - Method in class com.sun.faces.renderkit.html_basic.TableRenderer
- encodeChildren(FacesContext, UIComponent) - Method in class com.sun.faces.renderkit.html_basic.TextRenderer
- encodeChildren(FacesContext, UIComponent) - Method in class jakarta.faces.render.Renderer
-
Render the child components of this
UIComponent
, following the rules described forencodeBegin()
to acquire the appropriate value to be rendered. - encodeChildren(FacesContext, UIComponent) - Method in class jakarta.faces.render.RendererWrapper
- encodeEnd() - Method in class jakarta.faces.webapp.UIComponentClassicTagBase
-
Deprecated.No encoding is done during Jakarta Server Pages page execution. Encoding is deferred until the page has completed executing to allow the entire tree to be built before any encoding occurs.
- encodeEnd(FacesContext) - Method in class com.sun.faces.facelets.compiler.UILeaf
- encodeEnd(FacesContext) - Method in class com.sun.faces.facelets.tag.composite.BehaviorHolderWrapper
- encodeEnd(FacesContext) - Method in class jakarta.faces.component.UIComponent
- encodeEnd(FacesContext) - Method in class jakarta.faces.component.UIComponentBase
- encodeEnd(FacesContext) - Method in class jakarta.faces.component.UIViewRoot
-
If
UIViewRoot.getAfterPhaseListener()
returns non-null
, invoke it, passing aPhaseEvent
for thePhaseId.RENDER_RESPONSE
phase. - encodeEnd(FacesContext, UIComponent) - Method in class com.sun.faces.ext.render.FocusHTMLRenderer
- encodeEnd(FacesContext, UIComponent) - Method in class com.sun.faces.facelets.component.RepeatRenderer
- encodeEnd(FacesContext, UIComponent) - Method in class com.sun.faces.renderkit.html_basic.BodyRenderer
- encodeEnd(FacesContext, UIComponent) - Method in class com.sun.faces.renderkit.html_basic.ButtonRenderer
- encodeEnd(FacesContext, UIComponent) - Method in class com.sun.faces.renderkit.html_basic.CommandLinkRenderer
- encodeEnd(FacesContext, UIComponent) - Method in class com.sun.faces.renderkit.html_basic.CommandScriptRenderer
- encodeEnd(FacesContext, UIComponent) - Method in class com.sun.faces.renderkit.html_basic.DoctypeRenderer
- encodeEnd(FacesContext, UIComponent) - Method in class com.sun.faces.renderkit.html_basic.FormRenderer
- encodeEnd(FacesContext, UIComponent) - Method in class com.sun.faces.renderkit.html_basic.GridRenderer
- encodeEnd(FacesContext, UIComponent) - Method in class com.sun.faces.renderkit.html_basic.GroupRenderer
- encodeEnd(FacesContext, UIComponent) - Method in class com.sun.faces.renderkit.html_basic.HeadRenderer
- encodeEnd(FacesContext, UIComponent) - Method in class com.sun.faces.renderkit.html_basic.HtmlBasicRenderer
- encodeEnd(FacesContext, UIComponent) - Method in class com.sun.faces.renderkit.html_basic.ImageRenderer
- encodeEnd(FacesContext, UIComponent) - Method in class com.sun.faces.renderkit.html_basic.LabelRenderer
- encodeEnd(FacesContext, UIComponent) - Method in class com.sun.faces.renderkit.html_basic.MenuRenderer
- encodeEnd(FacesContext, UIComponent) - Method in class com.sun.faces.renderkit.html_basic.MessageRenderer
- encodeEnd(FacesContext, UIComponent) - Method in class com.sun.faces.renderkit.html_basic.MessagesRenderer
- encodeEnd(FacesContext, UIComponent) - Method in class com.sun.faces.renderkit.html_basic.OutcomeTargetButtonRenderer
- encodeEnd(FacesContext, UIComponent) - Method in class com.sun.faces.renderkit.html_basic.OutcomeTargetLinkRenderer
- encodeEnd(FacesContext, UIComponent) - Method in class com.sun.faces.renderkit.html_basic.OutputLinkRenderer
- encodeEnd(FacesContext, UIComponent) - Method in class com.sun.faces.renderkit.html_basic.OutputMessageRenderer
- encodeEnd(FacesContext, UIComponent) - Method in class com.sun.faces.renderkit.html_basic.PassthroughRenderer
- encodeEnd(FacesContext, UIComponent) - Method in class com.sun.faces.renderkit.html_basic.RadioRenderer
-
This override delegates to
#encodeEndGroup(FacesContext, UISelectOne, String)
when 'group' attribute is set. - encodeEnd(FacesContext, UIComponent) - Method in class com.sun.faces.renderkit.html_basic.ScriptStyleBaseRenderer
- encodeEnd(FacesContext, UIComponent) - Method in class com.sun.faces.renderkit.html_basic.SelectManyCheckboxListRenderer
- encodeEnd(FacesContext, UIComponent) - Method in class com.sun.faces.renderkit.html_basic.TableRenderer
- encodeEnd(FacesContext, UIComponent) - Method in class com.sun.faces.renderkit.html_basic.WebsocketRenderer
-
Render
jsf.push.init()
function if necessary. - encodeEnd(FacesContext, UIComponent) - Method in class jakarta.faces.render.Renderer
-
Render the ending of the current state of the specified
UIComponent
, following the rules described forencodeBegin()
to acquire the appropriate value to be rendered. - encodeEnd(FacesContext, UIComponent) - Method in class jakarta.faces.render.RendererWrapper
- encodeEndGroup(FacesContext, UISelectOne, RadioRenderer.Group) - Method in class com.sun.faces.renderkit.html_basic.RadioRenderer
-
The difference with default encoding is: Every radio button of same 'group' will have same 'name' attribute rendered, relative to UIForm parent.
- encodeNamespace(String) - Method in class com.sun.faces.config.initfacescontext.ServletContextAdapter
- encodeNamespace(String) - Method in class com.sun.faces.context.ExternalContextImpl
- encodeNamespace(String) - Method in class jakarta.faces.context.ExternalContext
-
Return the specified name, after prefixing it with a namespace that ensures that it will be unique within the context of a particular page.
- encodeNamespace(String) - Method in class jakarta.faces.context.ExternalContextWrapper
-
The default behavior of this method is to call
ExternalContext.encodeNamespace(String)
on the wrappedExternalContext
object. - encodePartialActionURL(String) - Method in class com.sun.faces.config.initfacescontext.ServletContextAdapter
- encodePartialActionURL(String) - Method in class com.sun.faces.context.ExternalContextImpl
- encodePartialActionURL(String) - Method in class jakarta.faces.context.ExternalContext
-
Return the input URL, after performing any rewriting needed to ensure that it can be used in a partial page submission (ajax request) to correctly identify an addressable action in the current application.
- encodePartialActionURL(String) - Method in class jakarta.faces.context.ExternalContextWrapper
-
The default behavior of this method is to call
ExternalContext.encodePartialActionURL(String)
on the wrappedExternalContext
object. - encodeRecursive(FacesContext, UIComponent) - Static method in class com.sun.faces.facelets.tag.jsf.ComponentSupport
- encodeRecursive(FacesContext, UIComponent) - Method in class com.sun.faces.renderkit.html_basic.HtmlBasicRenderer
-
Render nested child components by invoking the encode methods on those components, but only when the
rendered
property istrue
. - encodeRedirectURL(String, Map<String, List<String>>) - Method in class com.sun.faces.context.ExternalContextImpl
- encodeRedirectURL(String, Map<String, List<String>>) - Method in class jakarta.faces.context.ExternalContext
-
The purpose of this method is to generate a query string from the collection of Parameter objects provided by the parameters argument and append that query string to the baseUrl.
- encodeRedirectURL(String, Map<String, List<String>>) - Method in class jakarta.faces.context.ExternalContextWrapper
-
The default behavior of this method is to call
ExternalContext.encodeRedirectURL(String, java.util.Map)
on the wrappedExternalContext
object. - encodeResourceURL(String) - Method in class com.sun.faces.config.initfacescontext.ServletContextAdapter
- encodeResourceURL(String) - Method in class com.sun.faces.context.ExternalContextImpl
- encodeResourceURL(String) - Method in class jakarta.faces.context.ExternalContext
-
Return the input URL, after performing any rewriting needed to ensure that it will correctly identify an addressable resource in the current application.
- encodeResourceURL(String) - Method in class jakarta.faces.context.ExternalContextWrapper
-
The default behavior of this method is to call
ExternalContext.encodeResourceURL(String)
on the wrappedExternalContext
object. - encodeWebsocketURL(String) - Method in class com.sun.faces.config.initfacescontext.ServletContextAdapter
- encodeWebsocketURL(String) - Method in class com.sun.faces.context.ExternalContextImpl
- encodeWebsocketURL(String) - Method in class jakarta.faces.context.ExternalContext
-
Return the websocket URL, after performing any rewriting needed to ensure that it will correctly identify an addressable websocket in the current application.
- encodeWebsocketURL(String) - Method in class jakarta.faces.context.ExternalContextWrapper
-
The default behavior of this method is to call
ExternalContext.encodeWebsocketURL(String)
on the wrappedExternalContext
object. - ENCODING_ERROR_MESSAGE_ID - Static variable in class com.sun.faces.util.MessageUtils
- EncodingHandler - Class in com.sun.faces.facelets.compiler
- EncodingHandler(FaceletHandler, String, CompilationMessageHolder) - Constructor for class com.sun.faces.facelets.compiler.EncodingHandler
- encrypt(FacesContext, byte[]) - Method in class com.sun.faces.renderkit.ByteArrayGuard
-
This method: Encrypts bytes using a cipher.
- encrypt(String) - Method in class com.sun.faces.util.ByteArrayGuardAESCTR
-
This method: Encrypts bytes using a cipher.
- enctype - jakarta.faces.component.html.HtmlForm.PropertyKeys
- endCDATA() - Method in class com.sun.faces.renderkit.html_basic.HtmlResponseWriter
-
Closes the CDATA block.
- endCDATA() - Method in class jakarta.faces.context.ResponseWriter
-
Close an XML
CDATA
block. - endCDATA() - Method in class jakarta.faces.context.ResponseWriterWrapper
-
The default behavior of this method is to call
ResponseWriter.endCDATA()
on the wrappedResponseWriter
object. - endDocument() - Method in class com.sun.faces.renderkit.html_basic.HtmlResponseWriter
-
Output the text for the end of a document.
- endDocument() - Method in class jakarta.faces.context.PartialResponseWriter
-
Write the end of a partial response.
- endDocument() - Method in class jakarta.faces.context.ResponseWriter
-
Write whatever text should end a response.
- endDocument() - Method in class jakarta.faces.context.ResponseWriterWrapper
-
The default behavior of this method is to call
ResponseWriter.endDocument()
on the wrappedResponseWriter
object. - endElement(String) - Method in class com.sun.faces.renderkit.html_basic.HtmlResponseWriter
-
Write the end of an element.
- endElement(String) - Method in class jakarta.faces.context.ResponseWriter
-
Write the end of an element, after closing any open element created by a call to
startElement()
. - endElement(String) - Method in class jakarta.faces.context.ResponseWriterWrapper
-
The default behavior of this method is to call
ResponseWriter.endElement(String)
on the wrappedResponseWriter
object. - endError() - Method in class jakarta.faces.context.PartialResponseWriter
-
Write the end of an error.
- endEval() - Method in class jakarta.faces.context.PartialResponseWriter
-
Write the end of an eval operation.
- endExtension() - Method in class jakarta.faces.context.PartialResponseWriter
-
Write the end of an extension operation.
- endExternalElement(ResponseWriter, UIComponent, String) - Method in class com.sun.faces.renderkit.html_basic.ScriptRenderer
- endExternalElement(ResponseWriter, UIComponent, String) - Method in class com.sun.faces.renderkit.html_basic.ScriptStyleBaseRenderer
-
Allow the subclass to customize the end external element content.
- endExternalElement(ResponseWriter, UIComponent, String) - Method in class com.sun.faces.renderkit.html_basic.StylesheetRenderer
- endInlineElement(ResponseWriter, UIComponent) - Method in class com.sun.faces.renderkit.html_basic.ScriptRenderer
- endInlineElement(ResponseWriter, UIComponent) - Method in class com.sun.faces.renderkit.html_basic.ScriptStyleBaseRenderer
-
Allow the subclass to customize the end inline element content.
- endInlineElement(ResponseWriter, UIComponent) - Method in class com.sun.faces.renderkit.html_basic.StylesheetRenderer
- endInsert() - Method in class jakarta.faces.context.PartialResponseWriter
-
Write the end of an insert operation.
- endsWith(String, String) - Static method in class com.sun.faces.facelets.tag.jstl.fn.JstlFunction
- endUpdate() - Method in class jakarta.faces.context.PartialResponseWriter
-
Write the end of an update operation.
- entrySet() - Method in class com.sun.faces.config.initfacescontext.NoOpFlash
- entrySet() - Method in class com.sun.faces.context.flash.ELFlash
- entrySet() - Method in class com.sun.faces.context.InitParameterMap
- entrySet() - Method in class com.sun.faces.context.RequestCookieMap
- entrySet() - Method in class com.sun.faces.context.RequestHeaderMap
- entrySet() - Method in class com.sun.faces.context.RequestHeaderValuesMap
- entrySet() - Method in class com.sun.faces.context.RequestParameterMap
- entrySet() - Method in class com.sun.faces.context.RequestParameterValuesMap
- entrySet() - Method in class com.sun.faces.util.MetadataWrapperMap
- entrySet() - Method in class com.sun.faces.util.MultiKeyConcurrentHashMap
-
Unsupported.
- entrySet() - Method in class jakarta.faces.context.FlashWrapper
-
The default behavior of this method is to call
Map.entrySet()
on the wrappedFlash
object. - ENUM_ID - Static variable in class jakarta.faces.convert.EnumConverter
-
The message identifier of the
FacesMessage
to be created if the conversion toEnum
fails. - ENUM_NO_CLASS_ID - Static variable in class jakarta.faces.convert.EnumConverter
-
The message identifier of the
FacesMessage
to be created if the conversion toEnum
fails and no target class has been provided. - EnumConverter - Class in jakarta.faces.convert
-
Converter
implementation forjava.lang.Enum
(and enum primitive) values. - EnumConverter() - Constructor for class jakarta.faces.convert.EnumConverter
- EnumConverter(Class) - Constructor for class jakarta.faces.convert.EnumConverter
- equals(Object) - Method in class com.sun.faces.application.MethodBindingMethodExpressionAdapter
- equals(Object) - Method in class com.sun.faces.application.MethodExpressionMethodBindingAdapter
- equals(Object) - Method in class com.sun.faces.application.resource.ClasspathResourceHelper
- equals(Object) - Method in class com.sun.faces.application.resource.ContractInfo
- equals(Object) - Method in class com.sun.faces.application.resource.FaceletWebappResourceHelper
- equals(Object) - Method in class com.sun.faces.application.resource.LibraryInfo
- equals(Object) - Method in class com.sun.faces.application.resource.ResourceImpl
- equals(Object) - Method in class com.sun.faces.application.resource.ResourceInfo
- equals(Object) - Method in class com.sun.faces.application.resource.VersionInfo
- equals(Object) - Method in class com.sun.faces.application.resource.WebappResourceHelper
- equals(Object) - Method in class com.sun.faces.application.ValueBindingValueExpressionAdapter
- equals(Object) - Method in class com.sun.faces.application.ValueExpressionValueBindingAdapter
- equals(Object) - Method in class com.sun.faces.cdi.ParameterizedTypeImpl
-
Equals method.
- equals(Object) - Method in class com.sun.faces.context.ApplicationMap
- equals(Object) - Method in class com.sun.faces.context.InitParameterMap
- equals(Object) - Method in class com.sun.faces.context.RequestCookieMap
- equals(Object) - Method in class com.sun.faces.context.RequestHeaderMap
- equals(Object) - Method in class com.sun.faces.context.RequestHeaderValuesMap
- equals(Object) - Method in class com.sun.faces.context.RequestMap
- equals(Object) - Method in class com.sun.faces.context.RequestParameterMap
- equals(Object) - Method in class com.sun.faces.context.RequestParameterValuesMap
- equals(Object) - Method in class com.sun.faces.context.SessionMap
- equals(Object) - Method in class com.sun.faces.facelets.el.ContextualCompositeMethodExpression
- equals(Object) - Method in class com.sun.faces.facelets.el.ContextualCompositeValueExpression
- equals(Object) - Method in class com.sun.faces.facelets.el.TagMethodExpression
- equals(Object) - Method in class com.sun.faces.facelets.el.TagValueExpression