org.apache.myfaces.el
Class ValueBindingImpl
java.lang.Object
   javax.faces.el.ValueBinding
javax.faces.el.ValueBinding
       org.apache.myfaces.el.ValueBindingImpl
org.apache.myfaces.el.ValueBindingImpl
- All Implemented Interfaces: 
- javax.faces.component.StateHolder
- public class ValueBindingImpl 
- extends javax.faces.el.ValueBinding- implements javax.faces.component.StateHolder
- Version:
- $Revision: 472618 $ $Date: 2006-11-08 15:06:54 -0500 (Wed, 08 Nov 2006) $
- Author:
- Manfred Geiler (latest modification by $Author: grantsmith $), Anton Koinov
 
| Field Summary | 
| protected  javax.faces.application.Application | _application
 | 
| protected  java.lang.Object | _expression
 | 
| protected  java.lang.String | _expressionString
 | 
| protected static javax.servlet.jsp.el.FunctionMapper | s_functionMapperTo implement function support, subclass and use a static
 initialization block to assign your own function mapper
 | 
 
| Constructor Summary | 
| ValueBindingImpl()Empty constructor, so that new instances can be created when restoring
 state.
 | 
| ValueBindingImpl(javax.faces.application.Application application,
                 java.lang.String expression)
 | 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
 
s_functionMapper
protected static javax.servlet.jsp.el.FunctionMapper s_functionMapper
- To implement function support, subclass and use a static
 initialization block to assign your own function mapper
 
 
_application
protected javax.faces.application.Application _application
_expressionString
protected java.lang.String _expressionString
_expression
protected java.lang.Object _expression
ValueBindingImpl
public ValueBindingImpl(javax.faces.application.Application application,
                        java.lang.String expression)
ValueBindingImpl
public ValueBindingImpl()
- Empty constructor, so that new instances can be created when restoring
 state.
 
getExpressionString
public java.lang.String getExpressionString()
- 
- Overrides:
- getExpressionStringin class- javax.faces.el.ValueBinding
 
- 
 
isReadOnly
public boolean isReadOnly(javax.faces.context.FacesContext facesContext)
- 
- Specified by:
- isReadOnlyin class- javax.faces.el.ValueBinding
 
- 
 
getType
public java.lang.Class getType(javax.faces.context.FacesContext facesContext)
- 
- Specified by:
- getTypein class- javax.faces.el.ValueBinding
 
- 
 
setValue
public void setValue(javax.faces.context.FacesContext facesContext,
                     java.lang.Object newValue)
              throws javax.faces.el.EvaluationException,
                     javax.faces.el.PropertyNotFoundException
- 
- Specified by:
- setValuein class- javax.faces.el.ValueBinding
 
- 
- Throws:
- javax.faces.el.EvaluationException
- javax.faces.el.PropertyNotFoundException
 
getValue
public java.lang.Object getValue(javax.faces.context.FacesContext facesContext)
                          throws javax.faces.el.EvaluationException,
                                 javax.faces.el.PropertyNotFoundException
- 
- Specified by:
- getValuein class- javax.faces.el.ValueBinding
 
- 
- Throws:
- javax.faces.el.EvaluationException
- javax.faces.el.PropertyNotFoundException
 
resolveToBaseAndProperty
protected java.lang.Object resolveToBaseAndProperty(javax.faces.context.FacesContext facesContext)
                                             throws javax.servlet.jsp.el.ELException,
                                                    ValueBindingImpl.NotVariableReferenceException
- 
 
- 
- Throws:
- javax.servlet.jsp.el.ELException
- ValueBindingImpl.NotVariableReferenceException
 
getRuntimeConfig
protected RuntimeConfig getRuntimeConfig(javax.faces.context.FacesContext facesContext)
- 
 
- 
 
toString
public java.lang.String toString()
- 
- Overrides:
- toStringin class- java.lang.Object
 
- 
 
saveState
public java.lang.Object saveState(javax.faces.context.FacesContext facesContext)
- 
- Specified by:
- saveStatein interface- javax.faces.component.StateHolder
 
- 
 
restoreState
public void restoreState(javax.faces.context.FacesContext facesContext,
                         java.lang.Object obj)
- 
- Specified by:
- restoreStatein interface- javax.faces.component.StateHolder
 
- 
 
isTransient
public boolean isTransient()
- 
- Specified by:
- isTransientin interface- javax.faces.component.StateHolder
 
- 
 
setTransient
public void setTransient(boolean flag)
- 
- Specified by:
- setTransientin interface- javax.faces.component.StateHolder
 
- 
 
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.