Package com.day.cq.wcm.scripting
Class WCMBindingsConstants
java.lang.Object
com.day.cq.wcm.scripting.WCMBindingsConstants
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Name for the scripting variable referencing theComponent
of the current resource (value is ""component"").static final String
Name for the scripting variable referencing theComponentContext
object (value is ""componentContext"").static final String
Name for the scripting variable referencing the currentContentPolicy
of the current cell (value is ""currentContentPolicy"").static final String
Name for the scripting variable referencing the properties of the current content policy (value is ""currentContentPolicyProperties"").static final String
Name for the scripting variable referencing thedesign
of the current page (value is ""currentDesign"").static final String
Name for the scripting variable referencing thecurrent page
object (value is ""currentPage"").static final String
Name for the scripting variable referencing thestyle
of the current cell (value is ""currentStyle"").static final String
Name for the scripting variable referencing theDesigner
object (value is ""designer"").static final String
Name for the scripting variable referencing theEditContext
object (value is ""editContext"").static final String
Name for the scripting variable referencing thePageManager
object (value is ""pageManager"").static final String
Name for the scripting variable referencing thepage properties
of the current page (value is ""pageProperties"").static final String
Name for the scripting variable referencing theproperties
of the current resource (value is ""properties"").static final String
Name for the scripting variable referencing thedesign
of the resource page (value is ""resourceDesign"").static final String
Name for the scripting variable referencing theresource page
object (value is ""resourcePage"").static final String
Name for the scripting variable referencing thexssAPI protection service
currently in use (value is ""xssAPI""). -
Method Summary
-
Field Details
-
NAME_COMPONENT_CONTEXT
Name for the scripting variable referencing theComponentContext
object (value is ""componentContext"").- See Also:
-
NAME_EDIT_CONTEXT
Name for the scripting variable referencing theEditContext
object (value is ""editContext"").- See Also:
-
NAME_PROPERTIES
Name for the scripting variable referencing theproperties
of the current resource (value is ""properties"").- See Also:
-
NAME_PAGE_MANAGER
Name for the scripting variable referencing thePageManager
object (value is ""pageManager"").- See Also:
-
NAME_CURRENT_PAGE
Name for the scripting variable referencing thecurrent page
object (value is ""currentPage"").- See Also:
-
NAME_RESOURCE_PAGE
Name for the scripting variable referencing theresource page
object (value is ""resourcePage"").- See Also:
-
NAME_PAGE_PROPERTIES
Name for the scripting variable referencing thepage properties
of the current page (value is ""pageProperties"").- See Also:
-
NAME_COMPONENT
Name for the scripting variable referencing theComponent
of the current resource (value is ""component"").- See Also:
-
NAME_DESIGNER
Name for the scripting variable referencing theDesigner
object (value is ""designer"").- See Also:
-
NAME_CURRENT_DESIGN
Name for the scripting variable referencing thedesign
of the current page (value is ""currentDesign"").- See Also:
-
NAME_RESOURCE_DESIGN
Name for the scripting variable referencing thedesign
of the resource page (value is ""resourceDesign"").- See Also:
-
NAME_CURRENT_STYLE
Name for the scripting variable referencing thestyle
of the current cell (value is ""currentStyle"").- See Also:
-
NAME_XSSAPI
Name for the scripting variable referencing thexssAPI protection service
currently in use (value is ""xssAPI"").- See Also:
-
NAME_CURRENT_CONTENT_POLICY
Name for the scripting variable referencing the currentContentPolicy
of 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:
-