| Modifier and Type | Method and 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() | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ProtectedViewException | 
| class  | ViewExpiredExceptionSee Javadoc of JSF Specification | 
| Modifier and Type | Method and Description | 
|---|---|
| Behavior | ApplicationWrapper. createBehavior(String behaviorId) | 
| Behavior | Application. createBehavior(String behaviorId) | 
| UIComponent | ApplicationWrapper. createComponent(String componentType) | 
| 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(javax.el.ValueExpression componentExpression,
               FacesContext contexte,
               String componentType) | 
| UIComponent | Application. createComponent(javax.el.ValueExpression componentExpression,
               FacesContext context,
               String componentType)
 Call the  getValue()method on the specifiedValueExpression. | 
| Validator | ApplicationWrapper. createValidator(String validatorId) | 
| abstract Validator | Application. createValidator(String validatorId)Instantiate and return a new  instance of the class specified by a previous call toaddValidator()for the specified validator id. | 
| void | ViewHandlerWrapper. initView(FacesContext context) | 
| void | ViewHandler. initView(FacesContext context)Initialize the view for the request processing lifecycle. | 
| void | ViewHandlerWrapper. renderView(FacesContext context,
          UIViewRoot viewToRender) | 
| 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. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | UpdateModelException | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | UIData. invokeOnComponent(FacesContext context,
                 String clientId,
                 ContextCallback callback) | 
| boolean | UIForm. invokeOnComponent(FacesContext context,
                 String clientId,
                 ContextCallback callback) | 
| boolean | UIComponentBase. invokeOnComponent(FacesContext context,
                 String clientId,
                 ContextCallback callback)invokeOnComponentmust be implemented inUIComponentBasetoo... | 
| boolean | UIComponent. invokeOnComponent(FacesContext context,
                 String clientId,
                 ContextCallback callback)Invokes the  invokeContextCallbackmethod with the component, specified byclientId. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ComponentNotFoundException | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract ExternalContext | ExternalContextFactory. getExternalContext(Object context,
                  Object request,
                  Object response) | 
| abstract FacesContext | FacesContextFactory. getFacesContext(Object context,
               Object request,
               Object response,
               Lifecycle lifecycle) | 
| void | ExceptionHandlerWrapper. handle() | 
| abstract void | ExceptionHandler. handle() | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ConverterExceptionsee Javadoc of JSF Specification | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | EvaluationExceptionDeprecated.   | 
| class  | MethodNotFoundExceptionDeprecated.   | 
| class  | PropertyNotFoundExceptionDeprecated.   | 
| class  | ReferenceSyntaxExceptionDeprecated.   | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbortProcessingExceptionsee Javadoc of JSF Specification | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract void | Lifecycle. execute(FacesContext context) | 
| void | LifecycleWrapper. execute(FacesContext context) | 
| abstract void | Lifecycle. render(FacesContext context) | 
| void | LifecycleWrapper. render(FacesContext context) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ValidatorExceptionsee Javadoc of JSF Specification | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | FaceletException | 
| class  | TagAttributeExceptionAn Exception caused by a TagAttribute | 
| class  | TagExceptionAn Exception caused by a Tag | 
| Modifier and Type | Method and Description | 
|---|---|
| void | DelegatingMetaTagHandler. applyNextHandler(FaceletContext ctx,
                UIComponent c) | 
| Modifier and Type | Method and Description | 
|---|---|
| static Class<?> | SharedRendererUtils. getClassFromAttribute(FacesContext facesContext,
                     Object attribute)Gets a Class object from a given component attribute. | 
| Modifier and Type | Method and Description | 
|---|---|
| static <T> T | ClassUtils. newInstance(Class<T> clazz) | 
| static Object | ClassUtils. newInstance(String type) | 
| static Object | ClassUtils. newInstance(String type,
           Class<?> expectedType) | 
Copyright © 2022 The Apache Software Foundation. All rights reserved.