|
Oracle® WebCenter Content Site Studio for External Applications Java API Reference 11g Release 1 (11.1.1) E17273-03 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.stellent.wcm.core.data.TranslateExpressionParser
public class TranslateExpressionParser
Handles evaluating methods returned from the Content Server via the WCMMetadata.SERVICE_SSXA_GET_DATAFILE service.
| Constructor Summary | |
|---|---|
TranslateExpressionParser() |
|
| Method Summary | |
|---|---|
protected Expression |
createExpression(java.util.regex.Matcher matcher)Evaluate the datafile expression. |
java.util.List<Expression> |
parseExpressions(java.lang.String script)Parse the given script for Expression |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TranslateExpressionParser()
| Method Detail |
|---|
public java.util.List<Expression> parseExpressions(java.lang.String script)
throws DataFileException
ExpressionparseExpressions in interface ExpressionParserscript - the script to parseDataFileException
protected Expression createExpression(java.util.regex.Matcher matcher)
throws DataFileException
${wcmLink('arg1','arg2')}matcher - the matcher that identified this expressionDataFileException
|
Oracle® WebCenter Content Site Studio for External Applications Java API Reference 11g Release 1 (11.1.1) E17273-03 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||