Utility decision centers
 

System variable displayer

 This decision center returns information related to the current deployment site. It has no local variables and no entry actions. Each information is emitted as a string of characters and will replace the corresponding label of the decision center in the text generated.

Properties
Name Name of the decision center.
Netsilon is able to generate a name or modify it if it is already defined.
Type SystemVariableDisplay
Identifier A unique number in the subsystem that identifies this decision center in the HTML formatted texts treated by Netsilon.
System Variable HTTP Server Name: the name of the server (host) on which the site resides – from property HTTP Server Name from the current deployment site. Example: www.mydotcom.com
Root Path: the root path (document root) of the site – from property Root Path from the current deployment site. Example: / or /mainpath/
HTTP Server Name And Root Path: the name of the server concatenated to the root path – from the current deployment site. Example: www.mydotcom.com/ or www.mydotcom.com/mainpath/
Target Language Extension: the extension of the name of a script file – from property Target Language Extension in the current deployment site. The returned string starts with a dot unless the target language is servlet in which case the string is empty.
PHP: Example: .php
JSP: Example: .jsp
Servlet: Example:
Content Management URL: the URL to the entry page to the content management. Example: http://www.mydotcom.com/mainpath /contentmanagement/content.php?sid=02m30135d2fe6d0c1221f9c54a754eb6&xx=0&a=1
 
TOC ] Previous ] Next ]