org.apache.myfaces.extensions.cdi.core.impl.activation
Class PropertyExpressionInterpreter

java.lang.Object
  extended by org.apache.myfaces.extensions.cdi.core.impl.activation.PropertyExpressionInterpreter
All Implemented Interfaces:
ExpressionInterpreter<String,Boolean>

@Typed
public class PropertyExpressionInterpreter
extends Object
implements ExpressionInterpreter<String,Boolean>

Author:
Gerhard Petracek

Constructor Summary
PropertyExpressionInterpreter()
           
 
Method Summary
 Boolean evaluate(String expressions)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyExpressionInterpreter

public PropertyExpressionInterpreter()
Method Detail

evaluate

public Boolean evaluate(String expressions)

Specified by:
evaluate in interface ExpressionInterpreter<String,Boolean>


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