org.apache.myfaces.extensions.validator.test.base.mock
Class MockELHelper
java.lang.Object
org.apache.myfaces.extensions.validator.test.base.mock.MockELHelper
- All Implemented Interfaces:
- ELHelper
public class MockELHelper
- extends Object
- implements ELHelper
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MockELHelper
public MockELHelper(ELHelper wrapped)
getBean
public Object getBean(String beanName)
- Specified by:
getBean in interface ELHelper
getValueOfExpression
public Object getValueOfExpression(javax.faces.context.FacesContext facesContext,
ValueBindingExpression valueBindingExpression)
- Specified by:
getValueOfExpression in interface ELHelper
getTypeOfExpression
public Class getTypeOfExpression(javax.faces.context.FacesContext facesContext,
ValueBindingExpression valueBindingExpression)
- Specified by:
getTypeOfExpression in interface ELHelper
getPropertyDetailsOfValueBinding
public PropertyDetails getPropertyDetailsOfValueBinding(javax.faces.component.UIComponent uiComponent)
- Specified by:
getPropertyDetailsOfValueBinding in interface ELHelper
isELTermValid
public boolean isELTermValid(javax.faces.context.FacesContext facesContext,
String valueBindingExpression)
- Specified by:
isELTermValid in interface ELHelper
isELTermWellFormed
public boolean isELTermWellFormed(Object o)
- Specified by:
isELTermWellFormed in interface ELHelper
getBindingOfComponent
public Object getBindingOfComponent(javax.faces.component.UIComponent uiComponent,
String name)
- Specified by:
getBindingOfComponent in interface ELHelper
Copyright © 2008-2010 The Apache Software Foundation. All Rights Reserved.