org.apache.myfaces.extensions.cdi.core.api.tools
Class SystemAwareExpressionInterpreter

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

public class SystemAwareExpressionInterpreter
extends AbstractPropertyExpressionInterpreter

ExpressionInterpreter which resolves system/env. properties.

Furthermore, this interpreter is the default interpreter for services configured via the ServiceProvider and annotated with ExpressionActivated


Constructor Summary
SystemAwareExpressionInterpreter()
           
 
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

SystemAwareExpressionInterpreter

public SystemAwareExpressionInterpreter()
Method Detail

getConfiguredValue

protected String getConfiguredValue(String key)

Specified by:
getConfiguredValue in class AbstractPropertyExpressionInterpreter


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