Packageorg.spicefactory.parsley.command.tag.link
Classpublic class LinkResultValueTag
InheritanceLinkResultValueTag Inheritance AbstractLinkTag Inheritance Object
Subclasses XmlLinkResultValueTag

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
  value : *
The expected result value.
LinkResultValueTag
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
valueproperty
public var value:*

The expected result value.