Package com.day.cq.wcm.scripting
Class WCMBindingsConstants
- java.lang.Object
-
- com.day.cq.wcm.scripting.WCMBindingsConstants
-
public final class WCMBindingsConstants extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
NAME_COMPONENT
Name for the scripting variable referencing theComponent
of the current resource (value is ""component"").static java.lang.String
NAME_COMPONENT_CONTEXT
Name for the scripting variable referencing theComponentContext
object (value is ""componentContext"").static java.lang.String
NAME_CURRENT_CONTENT_POLICY
Name for the scripting variable referencing the currentContentPolicy
of the current cell (value is ""currentContentPolicy"").static java.lang.String
NAME_CURRENT_CONTENT_POLICY_PROPS
Name for the scripting variable referencing the properties of the current content policy (value is ""currentContentPolicyProperties"").static java.lang.String
NAME_CURRENT_DESIGN
Name for the scripting variable referencing thedesign
of the current page (value is ""currentDesign"").static java.lang.String
NAME_CURRENT_PAGE
Name for the scripting variable referencing thecurrent page
object (value is ""currentPage"").static java.lang.String
NAME_CURRENT_STYLE
Name for the scripting variable referencing thestyle
of the current cell (value is ""currentStyle"").static java.lang.String
NAME_DESIGNER
Name for the scripting variable referencing theDesigner
object (value is ""designer"").static java.lang.String
NAME_EDIT_CONTEXT
Name for the scripting variable referencing theEditContext
object (value is ""editContext"").static java.lang.String
NAME_PAGE_MANAGER
Name for the scripting variable referencing thePageManager
object (value is ""pageManager"").static java.lang.String
NAME_PAGE_PROPERTIES
Name for the scripting variable referencing thepage properties
of the current page (value is ""pageProperties"").static java.lang.String
NAME_PROPERTIES
Name for the scripting variable referencing theproperties
of the current resource (value is ""properties"").static java.lang.String
NAME_RESOURCE_DESIGN
Name for the scripting variable referencing thedesign
of the resource page (value is ""resourceDesign"").static java.lang.String
NAME_RESOURCE_PAGE
Name for the scripting variable referencing theresource page
object (value is ""resourcePage"").static java.lang.String
NAME_XSSAPI
Name for the scripting variable referencing thexssAPI protection service
currently in use (value is ""xssAPI"").
-
-
-
Field Detail
-
NAME_COMPONENT_CONTEXT
public static final java.lang.String NAME_COMPONENT_CONTEXT
Name for the scripting variable referencing theComponentContext
object (value is ""componentContext"").- See Also:
- Constant Field Values
-
NAME_EDIT_CONTEXT
public static final java.lang.String NAME_EDIT_CONTEXT
Name for the scripting variable referencing theEditContext
object (value is ""editContext"").- See Also:
- Constant Field Values
-
NAME_PROPERTIES
public static final java.lang.String NAME_PROPERTIES
Name for the scripting variable referencing theproperties
of the current resource (value is ""properties"").- See Also:
- Constant Field Values
-
NAME_PAGE_MANAGER
public static final java.lang.String NAME_PAGE_MANAGER
Name for the scripting variable referencing thePageManager
object (value is ""pageManager"").- See Also:
- Constant Field Values
-
NAME_CURRENT_PAGE
public static final java.lang.String NAME_CURRENT_PAGE
Name for the scripting variable referencing thecurrent page
object (value is ""currentPage"").- See Also:
- Constant Field Values
-
NAME_RESOURCE_PAGE
public static final java.lang.String NAME_RESOURCE_PAGE
Name for the scripting variable referencing theresource page
object (value is ""resourcePage"").- See Also:
- Constant Field Values
-
NAME_PAGE_PROPERTIES
public static final java.lang.String NAME_PAGE_PROPERTIES
Name for the scripting variable referencing thepage properties
of the current page (value is ""pageProperties"").- See Also:
- Constant Field Values
-
NAME_COMPONENT
public static final java.lang.String NAME_COMPONENT
Name for the scripting variable referencing theComponent
of the current resource (value is ""component"").- See Also:
- Constant Field Values
-
NAME_DESIGNER
public static final java.lang.String NAME_DESIGNER
Name for the scripting variable referencing theDesigner
object (value is ""designer"").- See Also:
- Constant Field Values
-
NAME_CURRENT_DESIGN
public static final java.lang.String NAME_CURRENT_DESIGN
Name for the scripting variable referencing thedesign
of the current page (value is ""currentDesign"").- See Also:
- Constant Field Values
-
NAME_RESOURCE_DESIGN
public static final java.lang.String NAME_RESOURCE_DESIGN
Name for the scripting variable referencing thedesign
of the resource page (value is ""resourceDesign"").- See Also:
- Constant Field Values
-
NAME_CURRENT_STYLE
public static final java.lang.String NAME_CURRENT_STYLE
Name for the scripting variable referencing thestyle
of the current cell (value is ""currentStyle"").- See Also:
- Constant Field Values
-
NAME_XSSAPI
public static final java.lang.String NAME_XSSAPI
Name for the scripting variable referencing thexssAPI protection service
currently in use (value is ""xssAPI"").- See Also:
- Constant Field Values
-
NAME_CURRENT_CONTENT_POLICY
public static final java.lang.String NAME_CURRENT_CONTENT_POLICY
Name for the scripting variable referencing the currentContentPolicy
of the current cell (value is ""currentContentPolicy"").- See Also:
- Constant Field Values
-
NAME_CURRENT_CONTENT_POLICY_PROPS
public static final java.lang.String NAME_CURRENT_CONTENT_POLICY_PROPS
Name for the scripting variable referencing the properties of the current content policy (value is ""currentContentPolicyProperties"").- See Also:
- Constant Field Values
-
-