Skip navigation links

Oracle® WebCenter Content Site Studio for External Applications Java API Reference
11g Release 1 (11.1.1)

E17273-03


oracle.stellent.wcm.core.data
Interface ExpressionParser

All Known Implementing Classes:
TranslateExpressionParser

public interface ExpressionParser

Object to handle parsing the expressions in data files (i.e. 'wcmUrl')


Method Summary
 java.util.List<Expression> parseExpressions(java.lang.String script)
          Parse the given script for Expression

 

Method Detail

parseExpressions

java.util.List<Expression> parseExpressions(java.lang.String script)
                                            throws DataFileException
Parse the given script for Expression
Parameters:
script - the script to parse
Returns:
a list of expressions
Throws:
DataFileException

Skip navigation links

Oracle® WebCenter Content Site Studio for External Applications Java API Reference
11g Release 1 (11.1.1)

E17273-03


Copyright © 2010, 2011, Oracle and/or its affiliates. All rights reserved.