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

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

@Typed
public class PropertyExpressionInterpreter
extends AbstractPropertyExpressionInterpreter

Interpreter which uses the lookup chain for of CODI for configured values


Constructor Summary
PropertyExpressionInterpreter()
           
 
Method Summary
protected  String getConfiguredValue(String key)
          
 
Methods inherited from class org.apache.myfaces.extensions.cdi.core.api.tools.AbstractPropertyExpressionInterpreter
evaluate
 
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

getConfiguredValue

protected String getConfiguredValue(String key)

Specified by:
getConfiguredValue in class AbstractPropertyExpressionInterpreter


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