-
-
Methods in com.sun.faces.el that throw PropertyNotFoundException
Modifier and Type |
Method |
Description |
protected static void |
PropertyResolverImpl.assertInput(Object base,
int index) |
|
protected static void |
PropertyResolverImpl.assertInput(Object base,
Object property) |
|
Class |
DummyPropertyResolverImpl.getType(Object base,
int index) |
|
Class |
DummyPropertyResolverImpl.getType(Object base,
Object property) |
|
Class |
PropertyResolverImpl.getType(Object base,
int index) |
|
Object |
DummyPropertyResolverImpl.getValue(Object base,
int index) |
|
Object |
DummyPropertyResolverImpl.getValue(Object base,
Object property) |
|
boolean |
DummyPropertyResolverImpl.isReadOnly(Object base,
int index) |
|
boolean |
DummyPropertyResolverImpl.isReadOnly(Object base,
Object property) |
|
void |
DummyPropertyResolverImpl.setValue(Object base,
int index,
Object value) |
|
void |
DummyPropertyResolverImpl.setValue(Object base,
Object property,
Object value) |
|
-
-
Methods in jakarta.faces.el that throw PropertyNotFoundException
Modifier and Type |
Method |
Description |
abstract Class |
PropertyResolver.getType(Object base,
int index) |
Deprecated.
Return the java.lang.Class representing the type of the specified index.
|
abstract Class |
PropertyResolver.getType(Object base,
Object property) |
Deprecated.
Return the java.lang.Class representing the type of the specified property.
|
abstract Class |
ValueBinding.getType(FacesContext context) |
Deprecated.
|
abstract Object |
PropertyResolver.getValue(Object base,
int index) |
Deprecated.
Return the value at the specified index of the specified base object.
|
abstract Object |
PropertyResolver.getValue(Object base,
Object property) |
Deprecated.
Return the value of the specified property from the specified base object.
|
abstract Object |
ValueBinding.getValue(FacesContext context) |
Deprecated.
|
abstract boolean |
PropertyResolver.isReadOnly(Object base,
int index) |
Deprecated.
Checks if the specified index is read-only.
|
abstract boolean |
PropertyResolver.isReadOnly(Object base,
Object property) |
Deprecated.
Checks if the specified property is read-only.
|
abstract boolean |
ValueBinding.isReadOnly(FacesContext context) |
Deprecated.
Return true if the specified property of the specified property is known to be immutable; otherwise,
return false .
|
abstract void |
PropertyResolver.setValue(Object base,
int index,
Object value) |
Deprecated.
Set the value at the specified index of the specified base object.
|
abstract void |
PropertyResolver.setValue(Object base,
Object property,
Object value) |
Deprecated.
Set the specified value of the specified property on the specified base object.
|
abstract void |
ValueBinding.setValue(FacesContext context,
Object value) |
Deprecated.
|