PageBuilder Global Variables
The best way to see how these work is to put them into a JSP and see what they spit out.
-----General Use-----
${contextPath}
${contextRoot}
${urlPrefix}
${featureRootDirectory}
${system} Should return development or production. Can be used to run certain code in different environments.
-----Feature Specific-----
${parentChain} Returns the name of the chain that contains the feature, if the feature is in a chain.
${featureConfig}
${contentConfig}
${featureId}
${featureName} Returns the name of the feature, if the feature has been named.
----Special Use Only-----
${global} - Use only when {{}} will not suffice.
${requestUrl}
${isAdmin}- This is sparingly used to disable things that break or slow down the admin. It detects when the user is in the admin screen.
------Not For Use in features-----
${pageResources}
${externalResources}