Packageorg.spicefactory.parsley.xml.tag.command
Classpublic class XmlLinkResultTypeTag
InheritanceXmlLinkResultTypeTag Inheritance LinkResultTypeTag Inheritance AbstractLinkTag Inheritance Object

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



Public Properties
 PropertyDefined By
 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.
XmlLinkResultTypeTag
 Inheritedtype : Class
The expected type of the result.
LinkResultTypeTag
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.