Packageorg.spicefactory.parsley.xml.tag.command
Classpublic class XmlLinkResultPropertyTag
InheritanceXmlLinkResultPropertyTag Inheritance LinkResultPropertyTag Inheritance AbstractLinkTag Inheritance Object

Links a specific result value to the the target command specified by this tag.



Public Properties
 PropertyDefined By
 Inheritedname : String
The name of the property.
LinkResultPropertyTag
 Inheritedto : NestedCommandTag
The target command to execute in case the condition specified by this tag is met.
AbstractLinkTag
  toId : String
The id of the command to execute in case the condition specified by this tag is met.
XmlLinkResultPropertyTag
 Inheritedvalue : *
The value of the property.
LinkResultPropertyTag
Protected Properties
 PropertyDefined By
 Inheritedcondition : LinkCondition
[read-only] The condition to apply to the links produced by this tag.
AbstractLinkTag
 InheritedtargetKey : Object
[read-only] The key to look up the target command with in the map passed to the build method.
AbstractLinkTag
Public Methods
 MethodDefined By
 Inherited
Builds a new command link instance based on the configuration of this tag.
AbstractLinkTag
Property Detail
toIdproperty
public var toId:String

The id of the command to execute in case the condition specified by this tag is met.