Package | Description |
---|---|
javax.el |
Provides the API for the Unified Expression Language shared by
the JSP 2.1 and JSF 1.2 technologies.
|
javax.faces.application |
APIs that are used to link an application's
business logic objects to JavaServer Faces, as well as convenient
pluggable mechanisms to manage the execution of an application that is
based on JavaServer Faces.
|
javax.faces.view.facelets |
This package contains public classes for the Java code API of Facelets. |
Modifier and Type | Class and Description |
---|---|
class |
MethodNotFoundException
Thrown when a method could not be found while evaluating a
MethodExpression . |
class |
PropertyNotFoundException
Thrown when a property could not be found while evaluating a
ValueExpression or MethodExpression . |
class |
PropertyNotWritableException
Thrown when a property could not be written to while setting the
value on a
ValueExpression . |
Modifier and Type | Method and Description |
---|---|
Object |
Application.evaluateExpressionGet(FacesContext context,
String expression,
Class expectedType)
Get a value by evaluating an expression.
|
<T> T |
ApplicationWrapper.evaluateExpressionGet(FacesContext context,
String expression,
Class<? extends T> expectedType)
The default behavior of this method
is to call |
Modifier and Type | Method and Description |
---|---|
void |
DelegatingMetaTagHandler.applyNextHandler(FaceletContext ctx,
UIComponent c)
Invoke the |
Copyright © 2018 JBoss by Red Hat. All rights reserved.