Class WCMBindingsConstants

java.lang.Object
com.day.cq.wcm.scripting.WCMBindingsConstants

public final class WCMBindingsConstants extends Object
  • Field Details

    • NAME_COMPONENT_CONTEXT

      public static final String NAME_COMPONENT_CONTEXT
      Name for the scripting variable referencing the ComponentContext object (value is ""componentContext"").
      See Also:
    • NAME_EDIT_CONTEXT

      public static final String NAME_EDIT_CONTEXT
      Name for the scripting variable referencing the EditContext object (value is ""editContext"").
      See Also:
    • NAME_PROPERTIES

      public static final String NAME_PROPERTIES
      Name for the scripting variable referencing the properties of the current resource (value is ""properties"").
      See Also:
    • NAME_PAGE_MANAGER

      public static final String NAME_PAGE_MANAGER
      Name for the scripting variable referencing the PageManager object (value is ""pageManager"").
      See Also:
    • NAME_CURRENT_PAGE

      public static final String NAME_CURRENT_PAGE
      Name for the scripting variable referencing the current page object (value is ""currentPage"").
      See Also:
    • NAME_RESOURCE_PAGE

      public static final String NAME_RESOURCE_PAGE
      Name for the scripting variable referencing the resource page object (value is ""resourcePage"").
      See Also:
    • NAME_PAGE_PROPERTIES

      public static final String NAME_PAGE_PROPERTIES
      Name for the scripting variable referencing the page properties of the current page (value is ""pageProperties"").
      See Also:
    • NAME_COMPONENT

      public static final String NAME_COMPONENT
      Name for the scripting variable referencing the Component of the current resource (value is ""component"").
      See Also:
    • NAME_DESIGNER

      public static final String NAME_DESIGNER
      Name for the scripting variable referencing the Designer object (value is ""designer"").
      See Also:
    • NAME_CURRENT_DESIGN

      public static final String NAME_CURRENT_DESIGN
      Name for the scripting variable referencing the design of the current page (value is ""currentDesign"").
      See Also:
    • NAME_RESOURCE_DESIGN

      public static final String NAME_RESOURCE_DESIGN
      Name for the scripting variable referencing the design of the resource page (value is ""resourceDesign"").
      See Also:
    • NAME_CURRENT_STYLE

      public static final String NAME_CURRENT_STYLE
      Name for the scripting variable referencing the style of the current cell (value is ""currentStyle"").
      See Also:
    • NAME_XSSAPI

      public static final String NAME_XSSAPI
      Name for the scripting variable referencing the xssAPI protection service currently in use (value is ""xssAPI"").
      See Also:
    • NAME_CURRENT_CONTENT_POLICY

      public static final String NAME_CURRENT_CONTENT_POLICY
      Name for the scripting variable referencing the current ContentPolicy of the current cell (value is ""currentContentPolicy"").
      See Also:
    • NAME_CURRENT_CONTENT_POLICY_PROPS

      public static final String NAME_CURRENT_CONTENT_POLICY_PROPS
      Name for the scripting variable referencing the properties of the current content policy (value is ""currentContentPolicyProperties"").
      See Also: