Uses of Class
org.apache.myfaces.extensions.validator.core.el.ValueBindingExpression

Packages that use ValueBindingExpression
org.apache.myfaces.extensions.validator.core.el   
org.apache.myfaces.extensions.validator.util   
 

Uses of ValueBindingExpression in org.apache.myfaces.extensions.validator.core.el
 

Methods in org.apache.myfaces.extensions.validator.core.el that return ValueBindingExpression
static ValueBindingExpression ValueBindingExpression.addProperty(ValueBindingExpression valueBindingExpression, String newProperty)
          Adds the property to the given ValueBindingExpression.
 ValueBindingExpression ValueBindingExpression.getBaseExpression()
           
static ValueBindingExpression ValueBindingExpression.replaceOrAddProperty(ValueBindingExpression valueBindingExpression, String newProperty)
          The given property is used as new property of the expression.
static ValueBindingExpression ValueBindingExpression.replaceProperty(ValueBindingExpression valueBindingExpression, String newProperty)
          Replace the property in the expression string with the given property.
 

Methods in org.apache.myfaces.extensions.validator.core.el with parameters of type ValueBindingExpression
static ValueBindingExpression ValueBindingExpression.addProperty(ValueBindingExpression valueBindingExpression, String newProperty)
          Adds the property to the given ValueBindingExpression.
 Class DefaultELHelper.getTypeOfExpression(javax.faces.context.FacesContext facesContext, ValueBindingExpression valueBindingExpression)
           
 Class ELHelper.getTypeOfExpression(javax.faces.context.FacesContext facesContext, ValueBindingExpression valueBindingExpression)
          Evaluates the type returned by ELHelper.getValueOfExpression(javax.faces.context.FacesContext, org.apache.myfaces.extensions.validator.core.el.ValueBindingExpression)
 Object DefaultELHelper.getValueOfExpression(javax.faces.context.FacesContext facesContext, ValueBindingExpression valueBindingExpression)
           
 Object ELHelper.getValueOfExpression(javax.faces.context.FacesContext facesContext, ValueBindingExpression valueBindingExpression)
          Evaluates the given expression within the current FacesContext
static ValueBindingExpression ValueBindingExpression.replaceOrAddProperty(ValueBindingExpression valueBindingExpression, String newProperty)
          The given property is used as new property of the expression.
static ValueBindingExpression ValueBindingExpression.replaceProperty(ValueBindingExpression valueBindingExpression, String newProperty)
          Replace the property in the expression string with the given property.
 

Uses of ValueBindingExpression in org.apache.myfaces.extensions.validator.util
 

Methods in org.apache.myfaces.extensions.validator.util with parameters of type ValueBindingExpression
static String CrossValidationUtils.convertValueBindingExpressionToProcessedInformationKey(ValueBindingExpression vbe)
           
 



Copyright © 2008-2012 The Apache Software Foundation. All Rights Reserved.