Packageorg.spicefactory.parsley.command.tag.link
Classpublic class LinkResultPropertyTag
InheritanceLinkResultPropertyTag Inheritance AbstractLinkTag Inheritance Object
Subclasses XmlLinkResultPropertyTag

Links results that contain the specified property value to the the target command specified by this tag.



Public Properties
 PropertyDefined By
  name : 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
  value : *
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
nameproperty
public var name:String

The name of the property.

valueproperty 
public var value:*

The value of the property.