Overview Index |
SDX 7.14 Enterprise JSP Tags Juniper Networks, Inc. |
|
PREVIOUS TAG NEXT TAG SUMMARY: ATTRIBUTES | SCRIPTING VARIABLES DETAILS: ATTRIBUTES | SCRIPTING VARIABLES |
<jnpr:var>
Type of tag:
Data Tag
Information model class:
net.juniper.smgt.ent.im.Var
This tag represents the named variable's value, type, and status (fixed, defaulted, or free) in the context of a specific subscriber or subscription.
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. |
String |
varName
Acquired
This attribute specifies a variable whose value, type, and status (fixed, defaulted, or free), in the context of the specified subscriber or subscription, is of interest. |
Scripting Variable Summary | |
String |
var_accessName
This scripting variable provides the access subscriber's name. |
String |
var_description
This scripting variable provides the object's description. |
String |
var_enterpriseName
This scripting variable provides the enterprise subscriber's name. |
Boolean |
var_exists
This scripting variable indicates whether the specified object exists. |
String |
var_fromAccessName
This scripting variable indicates which subscriber or subscription contains the substitution that, in the context of the specified subscriber or subscription, provides this variable's value. |
String |
var_fromEnterpriseName
This scripting variable indicates which subscriber or subscription contains the substitution that, in the context of the specified subscriber or subscription, provides this variable's value. |
Boolean |
var_fromLocal
This scripting variable indicates whether the value comes from a substitution in the specified subscriber or subscription. |
String |
var_fromPath
This scripting variable indicates which subscriber or subscription contains the substitution that, in the context of the specified subscriber or subscription, provides this variable's value. |
String |
var_fromSiteName
This scripting variable indicates which subscriber or subscription contains the substitution that, in the context of the specified subscriber or subscription, provides this variable's value. |
String |
var_fromSubscriptionName
This scripting variable indicates which subscriber or subscription contains the substitution that, in the context of the specified subscriber or subscription, provides this variable's value. |
Boolean |
var_isDefaulted
This scripting variable indicates whether the specified variable's status is defaulted. |
Boolean |
var_isFixed
This scripting variable indicates whether the specified variable's status is fixed. |
Boolean |
var_isFree
This scripting variable indicates whether the specified variable's status is free. |
String |
var_path
This scripting variable provides the hierarchy. |
String |
var_retailerName
This scripting variable provides the retailer's name. |
String |
var_siteName
This scripting variable provides the site's name. |
String |
var_subscriptionName
This scripting variable provides the subscription for the subscriber. |
String |
var_type
This scripting variable provides the object's type. |
String |
var_value
This scripting variable provides the object's value. |
String |
var_varName
This scripting variable provides the variable's name. |
Attribute Details |
Acquired |
Type: String |
This attribute specifies the access subscriber's name. |
Acquired |
Type: String |
This attribute specifies the enterprise subscriber's name. |
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 } } |
Acquired |
Type: String |
This attribute specifies the retailer's name. |
Optional |
Acquired |
Type: String |
This attribute specifies the site's name. |
Acquired |
Type: String |
This attribute specifies a subscription under a subscriber. |
Acquired |
Type: String |
This attribute specifies a variable whose value, type, and status (fixed, defaulted, or free), in the context of the specified subscriber or subscription, is of interest. |
Scripting Variable Details |
Type: String |
This scripting variable provides the access subscriber's name. The scripting variable _path supersedes the _accessName scripting variable. |
Type: String |
This scripting variable provides the object's description. |
Type: String |
This scripting variable provides the enterprise subscriber's name. The scripting variable _path supersedes the _enterpriseName scripting variable. |
Type: Boolean |
This scripting variable indicates whether the specified object exists.
A variable exists if a substitution with the same varName exists in the specified subscriber or subscription, or at some more general point on the service parameter acquisition path. |
Type: String |
This scripting variable indicates which subscriber or subscription contains the substitution that, in the context of the specified subscriber or subscription, provides this variable's value. If the value does not come from a substitution in a subscriber or subscription, this scripting variable will have the value null. For convenience, if the value comes from a substitution in the specified subscriber or subscription, the var_fromLocal scripting variable will be true. |
Type: String |
This scripting variable indicates which subscriber or subscription contains the substitution that, in the context of the specified subscriber or subscription, provides this variable's value. If the value does not come from a substitution in a subscriber or subscription, this scripting variable will have the value null. For convenience, if the value comes from a substitution in the specified subscriber or subscription, the var_fromLocal scripting variable will be true. |
Type: Boolean |
This scripting variable indicates whether the value comes from a substitution in the specified subscriber or subscription. |
Type: String |
This scripting variable indicates which subscriber or subscription contains the substitution that, in the context of the specified subscriber or subscription, provides this variable's value. If the value does not come from a substitution in a subscriber or subscription, this scripting variable will have the value null. |
Type: String |
This scripting variable indicates which subscriber or subscription contains the substitution that, in the context of the specified subscriber or subscription, provides this variable's value. If the value does not come from a substitution in a subscriber or subscription, this scripting variable will have the value null. For convenience, if the value comes from a substitution in the specified subscriber or subscription, the var_fromLocal scripting variable will be true. |
Type: String |
This scripting variable indicates which subscriber or subscription contains the substitution that, in the context of the specified subscriber or subscription, provides this variable's value. If the value does not come from a substitution in a subscriber or subscription, this scripting variable will have the value null. For convenience, if the value comes from a substitution in the specified subscriber or subscription, the var_fromLocal scripting variable will be true. |
Type: Boolean |
This scripting variable indicates whether the specified variable's status is defaulted. |
Type: Boolean |
This scripting variable indicates whether the specified variable's status is fixed. |
Type: Boolean |
This scripting variable indicates whether the specified variable's status is free. |
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 (*). |
Type: String |
This scripting variable provides the retailer's name. The scripting variable _path supersedes the _retailerName scripting variable. |
Type: String |
This scripting variable provides the site's name. The scripting variable _path supersedes the _siteName scripting variable. |
Type: String |
This scripting variable provides the subscription for the subscriber. |
Type: String |
This scripting variable provides the object's type. |
Type: String |
This scripting variable provides the object's value. |
Type: String |
This scripting variable provides the variable's name. |
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.