Package com.day.cq.wcm.scripting
Class WCMBindingsConstants
java.lang.Object
com.day.cq.wcm.scripting.WCMBindingsConstants
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringName for the scripting variable referencing theComponentof the current resource (value is ""component"").static final StringName for the scripting variable referencing theComponentContextobject (value is ""componentContext"").static final StringName for the scripting variable referencing the currentContentPolicyof the current cell (value is ""currentContentPolicy"").static final StringName for the scripting variable referencing the properties of the current content policy (value is ""currentContentPolicyProperties"").static final StringName for the scripting variable referencing thedesignof the current page (value is ""currentDesign"").static final StringName for the scripting variable referencing thecurrent pageobject (value is ""currentPage"").static final StringName for the scripting variable referencing thestyleof the current cell (value is ""currentStyle"").static final StringName for the scripting variable referencing theDesignerobject (value is ""designer"").static final StringName for the scripting variable referencing theEditContextobject (value is ""editContext"").static final StringName for the scripting variable referencing thePageManagerobject (value is ""pageManager"").static final StringName for the scripting variable referencing thepage propertiesof the current page (value is ""pageProperties"").static final StringName for the scripting variable referencing thepropertiesof the current resource (value is ""properties"").static final StringName for the scripting variable referencing thedesignof the resource page (value is ""resourceDesign"").static final StringName for the scripting variable referencing theresource pageobject (value is ""resourcePage"").static final StringName for the scripting variable referencing thexssAPI protection servicecurrently in use (value is ""xssAPI""). -
Method Summary
-
Field Details
-
NAME_COMPONENT_CONTEXT
Name for the scripting variable referencing theComponentContextobject (value is ""componentContext"").- See Also:
-
NAME_EDIT_CONTEXT
Name for the scripting variable referencing theEditContextobject (value is ""editContext"").- See Also:
-
NAME_PROPERTIES
Name for the scripting variable referencing thepropertiesof the current resource (value is ""properties"").- See Also:
-
NAME_PAGE_MANAGER
Name for the scripting variable referencing thePageManagerobject (value is ""pageManager"").- See Also:
-
NAME_CURRENT_PAGE
Name for the scripting variable referencing thecurrent pageobject (value is ""currentPage"").- See Also:
-
NAME_RESOURCE_PAGE
Name for the scripting variable referencing theresource pageobject (value is ""resourcePage"").- See Also:
-
NAME_PAGE_PROPERTIES
Name for the scripting variable referencing thepage propertiesof the current page (value is ""pageProperties"").- See Also:
-
NAME_COMPONENT
Name for the scripting variable referencing theComponentof the current resource (value is ""component"").- See Also:
-
NAME_DESIGNER
Name for the scripting variable referencing theDesignerobject (value is ""designer"").- See Also:
-
NAME_CURRENT_DESIGN
Name for the scripting variable referencing thedesignof the current page (value is ""currentDesign"").- See Also:
-
NAME_RESOURCE_DESIGN
Name for the scripting variable referencing thedesignof the resource page (value is ""resourceDesign"").- See Also:
-
NAME_CURRENT_STYLE
Name for the scripting variable referencing thestyleof the current cell (value is ""currentStyle"").- See Also:
-
NAME_XSSAPI
Name for the scripting variable referencing thexssAPI protection servicecurrently in use (value is ""xssAPI"").- See Also:
-
NAME_CURRENT_CONTENT_POLICY
Name for the scripting variable referencing the currentContentPolicyof the current cell (value is ""currentContentPolicy"").- See Also:
-
NAME_CURRENT_CONTENT_POLICY_PROPS
Name for the scripting variable referencing the properties of the current content policy (value is ""currentContentPolicyProperties"").- See Also:
-