Uses of Class
jakarta.faces.FacesException
-
-
Uses of FacesException in jakarta.faces
Methods in jakarta.faces that throw FacesException Modifier and Type Method Description static 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.application Modifier and Type Class Description class
ProtectedViewException
class
ViewExpiredException
See Javadoc of JSF SpecificationMethods in jakarta.faces.application that throw FacesException Modifier and Type Method Description Behavior
Application. createBehavior(String behaviorId)
Behavior
ApplicationWrapper. createBehavior(String behaviorId)
UIComponent
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.UIComponent
ApplicationWrapper. createComponent(jakarta.el.ValueExpression componentExpression, FacesContext contexte, String componentType)
UIComponent
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.Validator
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.component Modifier and Type Class Description class
UpdateModelException
Methods in jakarta.faces.component that throw FacesException Modifier and Type Method Description boolean
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 Modifier and Type Class Description class
ComponentNotFoundException
-
Uses of FacesException in jakarta.faces.context
Methods in jakarta.faces.context that throw FacesException Modifier and Type Method Description abstract 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 Modifier and Type Class Description class
ConverterException
see Javadoc of JSF Specification -
Uses of FacesException in jakarta.faces.event
Subclasses of FacesException in jakarta.faces.event Modifier and Type Class Description class
AbortProcessingException
see Javadoc of JSF Specification -
Uses of FacesException in jakarta.faces.lifecycle
Methods in jakarta.faces.lifecycle that throw FacesException Modifier and Type Method Description abstract 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 Modifier and Type Class Description class
ValidatorException
see Javadoc of JSF Specification -
Uses of FacesException in jakarta.faces.view.facelets
Subclasses of FacesException in jakarta.faces.view.facelets Modifier and Type Class Description class
FaceletException
class
TagAttributeException
An Exception caused by a TagAttributeclass
TagException
An Exception caused by a TagMethods in jakarta.faces.view.facelets that throw FacesException Modifier and Type Method Description void
DelegatingMetaTagHandler. applyNextHandler(FaceletContext ctx, UIComponent c)
-
Uses of FacesException in org.apache.myfaces.core.api.shared
Methods in org.apache.myfaces.core.api.shared that throw FacesException Modifier and Type Method Description static Class<?>
SharedRendererUtils. getClassFromAttribute(FacesContext facesContext, Object attribute)
Gets a Class object from a given component attribute. -
Uses of FacesException in org.apache.myfaces.core.api.shared.lang
Methods in org.apache.myfaces.core.api.shared.lang that throw FacesException Modifier and Type Method Description static <T> T
ClassUtils. newInstance(Class<T> clazz)
static Object
ClassUtils. newInstance(String type)
static Object
ClassUtils. newInstance(String type, Class<?> expectedType)
-