| ScriptAction that echos a property or literal text to console
<echo [ value="..." | variable="..." | literal="..." | resource="..." | url="..." ] />
<echo>...</echo>
The 'value' attribute is resolved via
edu.iu.uis.eden.test.web.framework.Util.getResolvableAttribute(NodeStringPropertyScheme) ,
defaulting to literal scheme.
If a value variant is not present, the algorithm proceeds again without a specific prefix (i.e., just looks for variable, literal, etc.).
author: Aaron Hamid (arh14 at cornell dot edu) |