org.ajax4jsf.tests
Class JsfMock

java.lang.Object
  extended by org.ajax4jsf.tests.JsfMock

public class JsfMock
extends java.lang.Object

Author:
Administrator

Nested Class Summary
static class JsfMock.ExpressionEq
           
static class JsfMock.MethodActionListenerMatcher
           
static class JsfMock.MethodValidatorMatcher
           
static class JsfMock.MethodValueChangeListenerMatcher
           
 
Constructor Summary
JsfMock()
           
 
Method Summary
static
<T extends javax.el.Expression>
T
expressionStringEq(T t)
           
static javax.faces.el.MethodBinding mbEqToMe(javax.el.MethodExpression expression)
           
static javax.faces.event.ActionListener meActionListener(MockMethodExpression expression)
           
static javax.el.MethodExpression meEqToMe(javax.el.MethodExpression expression)
           
static javax.faces.validator.Validator meValidator(MockMethodExpression expression)
           
static javax.faces.event.ValueChangeListener meValueChangeListener(MockMethodExpression expression)
           
static javax.faces.el.ValueBinding vbEqToVe(javax.el.ValueExpression expression)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JsfMock

public JsfMock()
Method Detail

expressionStringEq

public static <T extends javax.el.Expression> T expressionStringEq(T t)

vbEqToVe

public static javax.faces.el.ValueBinding vbEqToVe(javax.el.ValueExpression expression)

mbEqToMe

public static javax.faces.el.MethodBinding mbEqToMe(javax.el.MethodExpression expression)

meEqToMe

public static javax.el.MethodExpression meEqToMe(javax.el.MethodExpression expression)

meValidator

public static javax.faces.validator.Validator meValidator(MockMethodExpression expression)

meActionListener

public static javax.faces.event.ActionListener meActionListener(MockMethodExpression expression)

meValueChangeListener

public static javax.faces.event.ValueChangeListener meValueChangeListener(MockMethodExpression expression)


Copyright © 2009. All Rights Reserved.