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


public interface ExternalExpressionInterpreter

Author:
Gerhard Petracek

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.