Package | Description |
---|---|
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.component.behavior |
APIs for attaching additional
behavior to user interface components.
|
javax.faces.event |
Interfaces describing
events and event listeners, and concrete event implementation classes.
|
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(UIComponent component,
Behavior behavior)
Construct a new event object from the specified source component and Ajax behavior. |
BehaviorEvent(UIComponent component,
Behavior behavior)
Construct a new event object
from the specified source component and |
Copyright © 1996-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.