Overview  Index    SDX 7.17 Enterprise JSP Tags
Juniper Networks, Inc.
PREVIOUS TAG  NEXT TAG          SUMMARY: ATTRIBUTES | SCRIPTING VARIABLES          DETAILS: ATTRIBUTES | SCRIPTING VARIABLES

<jnpr:eachSub>

Type of tag:
          Iterator Tag

This tag iterates over the set of subscriptions for a specific subscriber.

Attribute Summary
String accessName  Acquired
          This attribute specifies the access subscriber's name.
String enterpriseName  Acquired
          This attribute specifies the enterprise subscriber's name.
Boolean includeInherited  Optional
          This attribute specifies whether to include in the iteration subscriptions inherited from ancestor subscribers.
String path  Acquired
          This attribute specifies the subscriber.
String retailerName  Acquired
          This attribute specifies the retailer's name.
String serviceName  Acquired
          This attribute specifies that the iteration includes only subscriptions to the named service.
String siteName  Optional Acquired
          This attribute specifies the site's name.

Scripting Variable Summary
String eachSub_accessName
          This scripting variable provides the access subscriber's name.
String eachSub_enterpriseName
          This scripting variable provides the enterprise subscriber's name.
String eachSub_fromAccessName
          This scripting variable indicates which subscriber owns the subscription.
String eachSub_fromEnterpriseName
          This scripting variable indicates which subscriber owns the subscription.
Boolean eachSub_fromLocal
          This scripting variable indicates whether the subscription is owned by the specified subscriber.
String eachSub_fromPath
          This scripting variable indicates which subscriber owns the subscription.
String eachSub_fromSiteName
          This scripting variable indicates which subscriber owns the subscription.
Boolean eachSub_includeInherited
          This scripting variable indicates whether subscriptions inherited from ancestor subscribers are included.
String eachSub_path
          This scripting variable provides the hierarchy.
String eachSub_retailerName
          This scripting variable provides the retailer's name.
String eachSub_serviceName
          This scripting variable provides the name of the service associated with this subscription.
String eachSub_siteName
          This scripting variable provides the site's name.
String eachSub_subscriptionName
          This scripting variable provides the name of each subscription under the specified subscriber and, if includeInherited is true, the name of each subscription that the specified subscriber inherits from its ancestor subscribers.

Attribute Details

accessName
          
Acquired
Type: String
 
This attribute specifies the access subscriber's name.


enterpriseName
          
Acquired
Type: String
 
This attribute specifies the enterprise subscriber's name.


includeInherited
          
Optional
Type: Boolean
Default value: false
 
This attribute specifies whether to include in the iteration subscriptions inherited from ancestor subscribers.


path
          
Acquired
Type: String
 
This attribute specifies the subscriber. The path attribute includes all the steps in the hierarchy from the retailer to the subscriber. For example: { { { { access. } {{ folder/ } } site. } { {folder/ } } enterprise. } { { { folder/ } } retailer } }


retailerName
          
Acquired
Type: String
 
This attribute specifies the retailer's name.


serviceName
          
Acquired
Type: String
 
This attribute specifies that the iteration includes only subscriptions to the named service.


siteName
          
Optional
Acquired
Type: String
 
This attribute specifies the site's name.

Scripting Variable Details

eachSub_accessName
          
Type: String
 
This scripting variable provides the access subscriber's name. The scripting variable _path supersedes the _accessName scripting variable.


eachSub_enterpriseName
          
Type: String
 
This scripting variable provides the enterprise subscriber's name. The scripting variable _path supersedes the _enterpriseName scripting variable.


eachSub_fromAccessName
          
Type: String
 
This scripting variable indicates which subscriber owns the subscription. If the subscription is inherited, this variable will indicate an ancestor subscriber. If the subscription is not inherited, this variable will indicate the specified subscriber (that is, this variable will have the same values as the corresponding attributes and the _accessName scripting variable). For convenience, if the subscription is owned by the specified subscriber, then the _fromLocal scripting variable will be true.


eachSub_fromEnterpriseName
          
Type: String
 
This scripting variable indicates which subscriber owns the subscription. If the subscription is inherited, this variable will indicate an ancestor subscriber. If the subscription is not inherited, this variable will indicate the specified subscriber (that is, this variable will have the same values as the corresponding attributes and the _enterpriseName scripting variable). For convenience, if the subscription is owned by the specified subscriber, then the _fromLocal scripting variable will be true.


eachSub_fromLocal
          
Type: Boolean
 
This scripting variable indicates whether the subscription is owned by the specified subscriber.


eachSub_fromPath
          
Type: String
 
This scripting variable indicates which subscriber owns the subscription. If the subscription is inherited, this variable will indicate an ancestor subscriber. If the subscription is not inherited, this variable will indicate the specified subscriber (that is, this variable will have the same values as the corresponding attributes and the _path scripting variable). For convenience, if the subscription is owned by the specified subscriber, then the _fromLocal scripting variable will be true.


eachSub_fromSiteName
          
Type: String
 
This scripting variable indicates which subscriber owns the subscription. If the subscription is inherited, this variable will indicate an ancestor subscriber. If the subscription is not inherited, this variable will indicate the specified subscriber (that is, this variable will have the same values as the corresponding attributes and the _siteName scripting variable). For convenience, if the subscription is owned by the specified subscriber, then the _fromLocal scripting variable will be true.


eachSub_includeInherited
          
Type: Boolean
 
This scripting variable indicates whether subscriptions inherited from ancestor subscribers are included.


eachSub_path
          
Type: String
 
This scripting variable provides the hierarchy. The scripting variable _path supersedes the scripting variables with the suffixes _retailerName, _enterpriseName, _siteName, and _accessName. These scripting variables are still compatible with the current SDX software. If a tag uses the scripting variable _path and any of these other scripting variables, all the scripting variables should be marked as optional (*).


eachSub_retailerName
          
Type: String
 
This scripting variable provides the retailer's name. The scripting variable _path supersedes the _retailerName scripting variable.


eachSub_serviceName
          
Type: String
 
This scripting variable provides the name of the service associated with this subscription.


eachSub_siteName
          
Type: String
 
This scripting variable provides the site's name. The scripting variable _path supersedes the _siteName scripting variable.


eachSub_subscriptionName
          
Type: String
 
This scripting variable provides the name of each subscription under the specified subscriber and, if includeInherited is true, the name of each subscription that the specified subscriber inherits from its ancestor subscribers.

Overview  Index    SDX 7.17 Enterprise JSP Tags
Juniper Networks, Inc.
PREVIOUS TAG  NEXT TAG          SUMMARY: ATTRIBUTES | SCRIPTING VARIABLES          DETAILS: ATTRIBUTES | SCRIPTING VARIABLES

Copyright 2000-2017 Juniper Networks, Inc. All rights reserved.