org.apache.myfaces.extensions.cdi.scripting.impl.spi
Interface ExternalExpressionInterpreter


public interface ExternalExpressionInterpreter

Allows to pre-process scripts e.g. for replacing EL-expressions with the evaluated values


Method Summary
 String transform(String sourceScript)
          Allows to modify the script before it gets evaluated
 

Method Detail

transform

String transform(String sourceScript)
Allows to modify the script before it gets evaluated

Parameters:
sourceScript - current script
Returns:
script which will be evaluated


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