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

<jnpr:eachRuntimeVar>

Type of tag:
          Iterator Tag

This tag is intended for debugging and advanced portals only. This tag iterates over the set of runtime variables, relative to a specific subscriber or subscription context. The specified session is managed by the SAE, which provides a set of runtime variables whose value is known only at the time the session becomes active.

Attribute Summary
String accessName  Acquired
          This attribute specifies the access subscriber's name.
String enterpriseName  Acquired
          This attribute specifies the enterprise subscriber's name.
String path  Acquired
          This attribute specifies the subscriber.
String retailerName  Acquired
          This attribute specifies the retailer's name.
String siteName  Optional Acquired
          This attribute specifies the site's name.
String subscriptionName  Acquired
          This attribute specifies a subscription under a subscriber.

Scripting Variable Summary
String eachRuntimeVar_accessName
          This scripting variable provides the access subscriber's name.
String eachRuntimeVar_enterpriseName
          This scripting variable provides the enterprise subscriber's name.
String eachRuntimeVar_path
          This scripting variable provides the hierarchy.
String eachRuntimeVar_retailerName
          This scripting variable provides the retailer's name.
String eachRuntimeVar_siteName
          This scripting variable provides the site's name.
String eachRuntimeVar_subscriptionName
          This scripting variable provides the subscription for the subscriber.
String eachRuntimeVar_varName
          This scripting variable provides the name of each runtime variable that was provided by the SAE when the specified session was activated.

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.


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.


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


subscriptionName
          
Acquired
Type: String
 
This attribute specifies a subscription under a subscriber.

Scripting Variable Details

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


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


eachRuntimeVar_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 (*).


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


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


eachRuntimeVar_subscriptionName
          
Type: String
 
This scripting variable provides the subscription for the subscriber.


eachRuntimeVar_varName
          
Type: String
 
This scripting variable provides the name of each runtime variable that was provided by the SAE when the specified session was activated.

The specified session is managed by an SAE, which provides a set of runtime variables whose value is known only at the time the session becomes active. These runtime variables may be service parameters, or substitutions may use the runtime variables to provide values to service parameters. This iterator tag provides the name of each runtime variable that was provided by the SAE when the specified session was activated.

Obtaining the runtime variables usually requires contacting a remote SAE, and may be quite slow the first time it is performed. The variables are then cached and will not be updated until either the reloadSess tag or the reloadMgrSess tag is used.

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.