Uses of Class
javax.faces.FacesException
-
-
Uses of FacesException in javax.faces
Methods in javax.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 javax.faces.application
Subclasses of FacesException in javax.faces.application Modifier and Type Class Description class
ProtectedViewException
class
ViewExpiredException
See Javadoc of JSF SpecificationMethods in javax.faces.application that throw FacesException Modifier and Type Method Description Behavior
Application. createBehavior(String behaviorId)
Behavior
ApplicationWrapper. createBehavior(String behaviorId)
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
Application. createComponent(javax.el.ValueExpression componentExpression, FacesContext context, String componentType)
Call thegetValue()
method on the specifiedValueExpression
.UIComponent
ApplicationWrapper. createComponent(String componentType)
UIComponent
ApplicationWrapper. createComponent(javax.el.ValueExpression componentExpression, FacesContext contexte, 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 javax.faces.component
Subclasses of FacesException in javax.faces.component Modifier and Type Class Description class
UpdateModelException
Methods in javax.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 javax.faces.component.search
Subclasses of FacesException in javax.faces.component.search Modifier and Type Class Description class
ComponentNotFoundException
-
Uses of FacesException in javax.faces.context
Methods in javax.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 javax.faces.convert
Subclasses of FacesException in javax.faces.convert Modifier and Type Class Description class
ConverterException
see Javadoc of JSF Specification -
Uses of FacesException in javax.faces.el
Subclasses of FacesException in javax.faces.el Modifier and Type Class Description class
EvaluationException
Deprecated.class
MethodNotFoundException
Deprecated.class
PropertyNotFoundException
Deprecated.class
ReferenceSyntaxException
Deprecated. -
Uses of FacesException in javax.faces.event
Subclasses of FacesException in javax.faces.event Modifier and Type Class Description class
AbortProcessingException
see Javadoc of JSF Specification -
Uses of FacesException in javax.faces.lifecycle
Methods in javax.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 javax.faces.validator
Subclasses of FacesException in javax.faces.validator Modifier and Type Class Description class
ValidatorException
see Javadoc of JSF Specification -
Uses of FacesException in javax.faces.view.facelets
Subclasses of FacesException in javax.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 javax.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)
-