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

<jnpr:eachVar>

Type of tag:
          Iterator Tag

This tag iterates over the set of all variables in a specified context.

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 includeDefaulted  Optional
          This attribute specifies whether to include in the iteration variables that have default values.
Boolean includeFixed  Optional
          This attribute specifies whether to include in the iteration variables that are fixed.
Boolean includeFree  Optional
          This attribute specifies whether to include in the iteration variables that have no value.
String path  Acquired
          This attribute specifies the subscriber.
String prefixFilter
          This attribute specifies that the iteration should include only substitutions for variables that start with the value of this attribute.
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.
String typeFilter  Optional
          This attribute specifies that the iteration should include only variables that have the role equal to the value of the attiribute.

Scripting Variable Summary
String eachVar_accessName
          This scripting variable provides the access subscriber's name.
String eachVar_enterpriseName
          This scripting variable provides the enterprise subscriber's name.
Boolean eachVar_includeDefault
          This scripting variable indicates whether the variable has default values.
Boolean eachVar_includeFixed
          This scripting variable indicates whether the variable is fixed.
Boolean eachVar_includeFree
          This scripting variable indicates whether the variable has no value.
String eachVar_path
          This scripting variable provides the hierarchy.
String eachVar_retailerName
          This scripting variable provides the retailer's name.
String eachVar_siteName
          This scripting variable provides the site's name.
String eachVar_subscriptionName
          This scripting variable provides the subscription for the subscriber.
String eachVar_varName
          This scripting variable provides the name of each variable that exists in the context of the specified subscriber or subscription.

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.


includeDefaulted
          
Optional
Type: Boolean
 
This attribute specifies whether to include in the iteration variables that have default values.


includeFixed
          
Optional
Type: Boolean
 
This attribute specifies whether to include in the iteration variables that are fixed.


includeFree
          
Optional
Type: Boolean
 
This attribute specifies whether to include in the iteration variables that have no value.


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 } }


prefixFilter
          
Type: String
 
This attribute specifies that the iteration should include only substitutions for variables that start with the value of this attribute.


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.


typeFilter
          
Optional
Type: String
 
This attribute specifies that the iteration should include only variables that have the role equal to the value of the attiribute.

Scripting Variable Details

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


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


eachVar_includeDefault
          
Type: Boolean
 
This scripting variable indicates whether the variable has default values.


eachVar_includeFixed
          
Type: Boolean
 
This scripting variable indicates whether the variable is fixed.


eachVar_includeFree
          
Type: Boolean
 
This scripting variable indicates whether the variable has no value.


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


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


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


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


eachVar_varName
          
Type: String
 
This scripting variable provides the name of each variable that exists in the context of the specified subscriber or subscription. It will provide only a subset of these variables if any of the includeFixed, includeDefaulted, or includeFree attributes are false, or if a typeFilter is specified.

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

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