public class StatePropertyResolver
extends javax.faces.el.PropertyResolver
| Constructor and Description |
|---|
StatePropertyResolver() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Class |
getType(java.lang.Object arg0,
int arg1) |
java.lang.Class |
getType(java.lang.Object arg0,
java.lang.Object arg1) |
java.lang.Object |
getValue(java.lang.Object arg0,
int arg1) |
java.lang.Object |
getValue(java.lang.Object arg0,
java.lang.Object arg1) |
boolean |
isReadOnly(java.lang.Object arg0,
int arg1) |
boolean |
isReadOnly(java.lang.Object arg0,
java.lang.Object arg1) |
void |
setValue(java.lang.Object arg0,
int arg1,
java.lang.Object arg2) |
void |
setValue(java.lang.Object arg0,
java.lang.Object arg1,
java.lang.Object arg2) |
public java.lang.Class getType(java.lang.Object arg0,
java.lang.Object arg1)
throws javax.faces.el.EvaluationException,
javax.faces.el.PropertyNotFoundException
getType in class javax.faces.el.PropertyResolverjavax.faces.el.EvaluationExceptionjavax.faces.el.PropertyNotFoundExceptionpublic java.lang.Class getType(java.lang.Object arg0,
int arg1)
throws javax.faces.el.EvaluationException,
javax.faces.el.PropertyNotFoundException
getType in class javax.faces.el.PropertyResolverjavax.faces.el.EvaluationExceptionjavax.faces.el.PropertyNotFoundExceptionpublic java.lang.Object getValue(java.lang.Object arg0,
java.lang.Object arg1)
throws javax.faces.el.EvaluationException,
javax.faces.el.PropertyNotFoundException
getValue in class javax.faces.el.PropertyResolverjavax.faces.el.EvaluationExceptionjavax.faces.el.PropertyNotFoundExceptionpublic java.lang.Object getValue(java.lang.Object arg0,
int arg1)
throws javax.faces.el.EvaluationException,
javax.faces.el.PropertyNotFoundException
getValue in class javax.faces.el.PropertyResolverjavax.faces.el.EvaluationExceptionjavax.faces.el.PropertyNotFoundExceptionpublic boolean isReadOnly(java.lang.Object arg0,
java.lang.Object arg1)
throws javax.faces.el.EvaluationException,
javax.faces.el.PropertyNotFoundException
isReadOnly in class javax.faces.el.PropertyResolverjavax.faces.el.EvaluationExceptionjavax.faces.el.PropertyNotFoundExceptionpublic boolean isReadOnly(java.lang.Object arg0,
int arg1)
throws javax.faces.el.EvaluationException,
javax.faces.el.PropertyNotFoundException
isReadOnly in class javax.faces.el.PropertyResolverjavax.faces.el.EvaluationExceptionjavax.faces.el.PropertyNotFoundExceptionpublic void setValue(java.lang.Object arg0,
java.lang.Object arg1,
java.lang.Object arg2)
throws javax.faces.el.EvaluationException,
javax.faces.el.PropertyNotFoundException
setValue in class javax.faces.el.PropertyResolverjavax.faces.el.EvaluationExceptionjavax.faces.el.PropertyNotFoundExceptionpublic void setValue(java.lang.Object arg0,
int arg1,
java.lang.Object arg2)
throws javax.faces.el.EvaluationException,
javax.faces.el.PropertyNotFoundException
setValue in class javax.faces.el.PropertyResolverjavax.faces.el.EvaluationExceptionjavax.faces.el.PropertyNotFoundExceptionCopyright © 2015. All Rights Reserved.