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 |
---|---|
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<?>[]) . |
MethodBinding |
ApplicationWrapper.createMethodBinding(String ref,
Class<?>[] params)
Deprecated.
See superclass for alternative.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.