JSF Test Framework: Mock 1.1.2

org.jboss.test.faces.mock.el
Class MockExpressionFactory

java.lang.Object
  extended by javax.el.ExpressionFactory
      extended by org.jboss.test.faces.mock.el.MockExpressionFactory
All Implemented Interfaces:
FacesMockController.MockObject

public class MockExpressionFactory
extends javax.el.ExpressionFactory
implements FacesMockController.MockObject


Constructor Summary
MockExpressionFactory()
          Default constructor
MockExpressionFactory(org.easymock.IMocksControl control, String name)
           
 
Method Summary
 Object coerceToType(Object arg0, Class arg1)
           
 javax.el.MethodExpression createMethodExpression(javax.el.ELContext arg0, String arg1, Class arg2, Class[] arg3)
           
 javax.el.ValueExpression createValueExpression(javax.el.ELContext arg0, String arg1, Class arg2)
           
 javax.el.ValueExpression createValueExpression(Object arg0, Class arg1)
           
 boolean equals(Object obj)
           
 org.easymock.IMocksControl getControl()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class javax.el.ExpressionFactory
newInstance, newInstance
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MockExpressionFactory

public MockExpressionFactory()
Default constructor


MockExpressionFactory

public MockExpressionFactory(org.easymock.IMocksControl control,
                             String name)
Parameters:
control -
Method Detail

getControl

public org.easymock.IMocksControl getControl()
Specified by:
getControl in interface FacesMockController.MockObject

createValueExpression

public javax.el.ValueExpression createValueExpression(javax.el.ELContext arg0,
                                                      String arg1,
                                                      Class arg2)
Specified by:
createValueExpression in class javax.el.ExpressionFactory

createValueExpression

public javax.el.ValueExpression createValueExpression(Object arg0,
                                                      Class arg1)
Specified by:
createValueExpression in class javax.el.ExpressionFactory

createMethodExpression

public javax.el.MethodExpression createMethodExpression(javax.el.ELContext arg0,
                                                        String arg1,
                                                        Class arg2,
                                                        Class[] arg3)
Specified by:
createMethodExpression in class javax.el.ExpressionFactory

coerceToType

public Object coerceToType(Object arg0,
                           Class arg1)
Specified by:
coerceToType in class javax.el.ExpressionFactory

toString

public String toString()
Overrides:
toString in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

JSF Test Framework: Mock 1.1.2

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.