org.apache.myfaces.extensions.cdi.core.impl.provider
Class SystemPropertyExpressionInterpreter

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

public class SystemPropertyExpressionInterpreter
extends AbstractPropertyExpressionInterpreter

Author:
Gerhard Petracek

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

SystemPropertyExpressionInterpreter

public SystemPropertyExpressionInterpreter()
Method Detail

getConfiguredValue

protected String getConfiguredValue(String key)

Specified by:
getConfiguredValue in class AbstractPropertyExpressionInterpreter


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