Uses of Class
jakarta.faces.FacesException
Packages that use FacesException
Package
Description
-
Uses of FacesException in jakarta.faces
Methods in jakarta.faces that throw FacesExceptionModifier and TypeMethodDescriptionstatic Object
FactoryFinder.getFactory
(String factoryName) Create (if necessary) and return a per-web-application instance of the appropriate implementation class for the specified JavaServer Faces factory class, based on the discovery algorithm described in the class description.static void
FactoryFinder.releaseFactories()
-
Uses of FacesException in jakarta.faces.application
Subclasses of FacesException in jakarta.faces.applicationMethods in jakarta.faces.application that throw FacesExceptionModifier and TypeMethodDescriptionApplication.createBehavior
(String behaviorId) ApplicationWrapper.createBehavior
(String behaviorId) Application.createComponent
(jakarta.el.ValueExpression componentExpression, FacesContext context, String componentType) Call thegetValue()
method on the specifiedValueExpression
.abstract UIComponent
Application.createComponent
(String componentType) Create a new UIComponent subclass, using the mappings defined by previous calls to the addComponent method of this class.ApplicationWrapper.createComponent
(jakarta.el.ValueExpression componentExpression, FacesContext contexte, String componentType) ApplicationWrapper.createComponent
(String componentType) abstract Validator
Application.createValidator
(String validatorId) Instantiate and return a new
instance of the class specified by a previous call toValidator
addValidator()
for the specified validator id.ApplicationWrapper.createValidator
(String validatorId) void
ViewHandler.initView
(FacesContext context) Initialize the view for the request processing lifecycle.void
ViewHandlerWrapper.initView
(FacesContext context) abstract void
ViewHandler.renderView
(FacesContext context, UIViewRoot viewToRender) Perform whatever actions are required to render the response view to the response object associated with the current FacesContext.void
ViewHandlerWrapper.renderView
(FacesContext context, UIViewRoot viewToRender) -
Uses of FacesException in jakarta.faces.component
Subclasses of FacesException in jakarta.faces.componentMethods in jakarta.faces.component that throw FacesExceptionModifier and TypeMethodDescriptionboolean
UIComponent.invokeOnComponent
(FacesContext context, String clientId, ContextCallback callback) Invokes theinvokeContextCallback
method with the component, specified byclientId
.boolean
UIComponentBase.invokeOnComponent
(FacesContext context, String clientId, ContextCallback callback) invokeOnComponent
must be implemented inUIComponentBase
too...boolean
UIData.invokeOnComponent
(FacesContext context, String clientId, ContextCallback callback) boolean
UIForm.invokeOnComponent
(FacesContext context, String clientId, ContextCallback callback) -
Uses of FacesException in jakarta.faces.component.search
Subclasses of FacesException in jakarta.faces.component.search -
Uses of FacesException in jakarta.faces.context
Methods in jakarta.faces.context that throw FacesExceptionModifier and TypeMethodDescriptionabstract ExternalContext
ExternalContextFactory.getExternalContext
(Object context, Object request, Object response) abstract FacesContext
FacesContextFactory.getFacesContext
(Object context, Object request, Object response, Lifecycle lifecycle) abstract void
ExceptionHandler.handle()
void
ExceptionHandlerWrapper.handle()
-
Uses of FacesException in jakarta.faces.convert
Subclasses of FacesException in jakarta.faces.convert -
Uses of FacesException in jakarta.faces.event
Subclasses of FacesException in jakarta.faces.event -
Uses of FacesException in jakarta.faces.lifecycle
Methods in jakarta.faces.lifecycle that throw FacesExceptionModifier and TypeMethodDescriptionabstract void
Lifecycle.execute
(FacesContext context) void
LifecycleWrapper.execute
(FacesContext context) abstract void
Lifecycle.render
(FacesContext context) void
LifecycleWrapper.render
(FacesContext context) -
Uses of FacesException in jakarta.faces.validator
Subclasses of FacesException in jakarta.faces.validator -
Uses of FacesException in jakarta.faces.view.facelets
Subclasses of FacesException in jakarta.faces.view.faceletsModifier and TypeClassDescriptionclass
final class
An Exception caused by a TagAttributefinal class
An Exception caused by a TagMethods in jakarta.faces.view.facelets that throw FacesExceptionModifier and TypeMethodDescriptionvoid
DelegatingMetaTagHandler.applyNextHandler
(FaceletContext ctx, UIComponent c)