| Modifier and Type | Method and Description |
|---|---|
Behavior |
ApplicationImpl.createBehavior(String behaviorId) |
| Modifier and Type | Method and Description |
|---|---|
void |
AnnotationManager.applyBehaviorAnnotations(FacesContext ctx,
Behavior b)
Apply annotations relevant to
Behavior instances. |
| Modifier and Type | Method and Description |
|---|---|
Behavior |
InstanceFactory.createBehavior(String behaviorId) |
| Modifier and Type | Method and Description |
|---|---|
static Behavior |
CdiUtils.createBehavior(jakarta.enterprise.inject.spi.BeanManager beanManager,
String value)
Create a behavior using the FacesBehavior value attribute.
|
| Modifier and Type | Method and Description |
|---|---|
Behavior |
ApplicationWrapper.createBehavior(String behaviorId)
The default behavior of this method is to call |
Behavior |
Application.createBehavior(String behaviorId)
Instantiate and return a new
Behavior instance of the class specified
by a previous call to addBehavior() for the specified behavior id. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ClientBehavior
ClientBehavior is the base contract for |
| Modifier and Type | Class and Description |
|---|---|
class |
AjaxBehavior
An instance of this class is added as a
|
class |
BehaviorBase
BehaviorBase is a convenience base class that provides a default implementation of the
|
class |
ClientBehaviorBase
ClientBehaviorBase is a convenience base class that implements the default concrete behavior of all
methods defined by |
| Modifier and Type | Method and Description |
|---|---|
Behavior |
BehaviorEvent.getBehavior()
Return the source |
| Constructor and Description |
|---|
AjaxBehaviorEvent(FacesContext facesContext,
UIComponent component,
Behavior behavior)
Construct a new event object from the Faces context, specified source component and Ajax behavior. |
AjaxBehaviorEvent(UIComponent component,
Behavior behavior)
Construct a new event object from the specified source component and Ajax behavior. |
BehaviorEvent(FacesContext facesContext,
UIComponent component,
Behavior behavior)
Construct a new event object from the Faces context, specified source component and behavior. |
BehaviorEvent(UIComponent component,
Behavior behavior)
Construct a new event object from the specified source component and |
Copyright © 1997–2020 Eclipse Foundation. All rights reserved.