org.apache.myfaces.extensions.validator.test.base.mock
Class ExtValMockExpressionFactory

java.lang.Object
  extended by javax.el.ExpressionFactory
      extended by org.apache.myfaces.test.el.MockExpressionFactory
          extended by org.apache.myfaces.extensions.validator.test.base.mock.ExtValMockExpressionFactory

public class ExtValMockExpressionFactory
extends org.apache.myfaces.test.el.MockExpressionFactory

Author:
Gerhard Petracek

Constructor Summary
ExtValMockExpressionFactory()
           
 
Method Summary
 javax.el.ValueExpression createValueExpression(javax.el.ELContext context, String expression, Class expectedType)
           
 
Methods inherited from class org.apache.myfaces.test.el.MockExpressionFactory
coerceToType, createMethodExpression, createValueExpression
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExtValMockExpressionFactory

public ExtValMockExpressionFactory()
Method Detail

createValueExpression

public javax.el.ValueExpression createValueExpression(javax.el.ELContext context,
                                                      String expression,
                                                      Class expectedType)
Overrides:
createValueExpression in class org.apache.myfaces.test.el.MockExpressionFactory


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