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 |
Fundamental APIs for user
interface components.
|
Modifier and Type | Method and Description |
---|---|
MethodBinding |
ApplicationWrapper.createMethodBinding(String ref,
Class<?>[] params)
The default behavior of this method
is to call |
abstract MethodBinding |
Application.createMethodBinding(String ref,
Class<?>[] params)
Deprecated.
This has been replaced by calling
Application.getExpressionFactory() then ExpressionFactory.createMethodExpression(javax.el.ELContext, java.lang.String, java.lang.Class<?>, java.lang.Class<?>[]) . |
Modifier and Type | Method and Description |
---|---|
MethodBinding |
ActionSource.getAction()
Deprecated.
This has been replaced by
ActionSource2.getActionExpression() . |
MethodBinding |
UICommand.getAction()
Deprecated.
This has been replaced by
UICommand.getActionExpression() . |
MethodBinding |
ActionSource.getActionListener()
Deprecated.
Use
ActionSource.getActionListeners() instead. |
MethodBinding |
UICommand.getActionListener()
Deprecated.
Use
UICommand.getActionListeners() instead. |
MethodBinding |
UIInput.getValidator()
Deprecated.
UIInput.getValidators() should be used instead. |
MethodBinding |
EditableValueHolder.getValidator()
Deprecated.
EditableValueHolder.getValidators() should be used instead. |
MethodBinding |
UIInput.getValueChangeListener() |
MethodBinding |
EditableValueHolder.getValueChangeListener()
Deprecated.
Use
EditableValueHolder.getValueChangeListeners() instead. |
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All rights reserved.