Package com.adobe.cq.sightly
Class WCMBindings
- java.lang.Object
-
- com.adobe.cq.sightly.WCMBindings
-
public final class WCMBindings extends java.lang.Object
This class defines the WCM bindings which are expected to be available to Sightly scripts.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
COMPONENT
Deprecated.UseWCMBindingsConstants.NAME_COMPONENT
instead.static java.lang.String
COMPONENT_CONTEXT
Deprecated.UseWCMBindingsConstants.NAME_COMPONENT_CONTEXT
instead.static java.lang.String
CURRENT_DESIGN
Deprecated.UseWCMBindingsConstants.NAME_CURRENT_DESIGN
instead.static java.lang.String
CURRENT_PAGE
Deprecated.UseWCMBindingsConstants.NAME_CURRENT_PAGE
instead.static java.lang.String
CURRENT_STYLE
Deprecated.UseWCMBindingsConstants.NAME_CURRENT_STYLE
instead.static java.lang.String
DESIGNER
Deprecated.UseWCMBindingsConstants.NAME_DESIGNER
instead.static java.lang.String
EDIT_CONTEXT
Deprecated.UseWCMBindingsConstants.NAME_EDIT_CONTEXT
instead.static java.lang.String
INHERITED_PAGE_PROPERTIES
Name for the scripting variable referencing theinherited page properties
(value is "inheritedPageProperties").static java.lang.String
PAGE_MANAGER
Deprecated.UseWCMBindingsConstants.NAME_PAGE_MANAGER
instead.static java.lang.String
PAGE_PROPERTIES
Deprecated.UseWCMBindingsConstants.NAME_PAGE_PROPERTIES
instead.static java.lang.String
PROPERTIES
Deprecated.UseWCMBindingsConstants.NAME_PROPERTIES
instead.static java.lang.String
RESOURCE_DESIGN
Deprecated.UseWCMBindingsConstants.NAME_RESOURCE_DESIGN
instead.static java.lang.String
RESOURCE_PAGE
Deprecated.UseWCMBindingsConstants.NAME_RESOURCE_PAGE
instead.static java.lang.String
WCM_MODE
Name for the scripting variable referencingSightlyWCMMode
(value is "wcmmode").static java.lang.String
XSSAPI
Deprecated.UseWCMBindingsConstants.NAME_XSSAPI
instead.
-
Constructor Summary
Constructors Constructor Description WCMBindings()
-
-
-
Field Detail
-
COMPONENT_CONTEXT
public static final java.lang.String COMPONENT_CONTEXT
Deprecated.UseWCMBindingsConstants.NAME_COMPONENT_CONTEXT
instead.Name for the scripting variable referencing theComponentContext
object (value is "componentContext").- See Also:
- Constant Field Values
-
EDIT_CONTEXT
public static final java.lang.String EDIT_CONTEXT
Deprecated.UseWCMBindingsConstants.NAME_EDIT_CONTEXT
instead.Name for the scripting variable referencing theEditContext
object (value is "editContext").- See Also:
- Constant Field Values
-
PROPERTIES
public static final java.lang.String PROPERTIES
Deprecated.UseWCMBindingsConstants.NAME_PROPERTIES
instead.Name for the scripting variable referencing theproperties
of the current resource (value is "properties").- See Also:
- Constant Field Values
-
PAGE_MANAGER
public static final java.lang.String PAGE_MANAGER
Deprecated.UseWCMBindingsConstants.NAME_PAGE_MANAGER
instead.Name for the scripting variable referencing thePageManager
object (value is "pageManager").- See Also:
- Constant Field Values
-
CURRENT_PAGE
public static final java.lang.String CURRENT_PAGE
Deprecated.UseWCMBindingsConstants.NAME_CURRENT_PAGE
instead.Name for the scripting variable referencing thecurrent page
object (value is "currentPage").- See Also:
- Constant Field Values
-
RESOURCE_PAGE
public static final java.lang.String RESOURCE_PAGE
Deprecated.UseWCMBindingsConstants.NAME_RESOURCE_PAGE
instead.Name for the scripting variable referencing theresource page
object (value is "resourcePage").- See Also:
- Constant Field Values
-
PAGE_PROPERTIES
public static final java.lang.String PAGE_PROPERTIES
Deprecated.UseWCMBindingsConstants.NAME_PAGE_PROPERTIES
instead.Name for the scripting variable referencing thepage properties
of the current page (value is "pageProperties").- See Also:
- Constant Field Values
-
COMPONENT
public static final java.lang.String COMPONENT
Deprecated.UseWCMBindingsConstants.NAME_COMPONENT
instead.Name for the scripting variable referencing theComponent
of the current resource (value is "component").- See Also:
- Constant Field Values
-
DESIGNER
public static final java.lang.String DESIGNER
Deprecated.UseWCMBindingsConstants.NAME_DESIGNER
instead.Name for the scripting variable referencing theDesigner
object (value is "designer").- See Also:
- Constant Field Values
-
CURRENT_DESIGN
public static final java.lang.String CURRENT_DESIGN
Deprecated.UseWCMBindingsConstants.NAME_CURRENT_DESIGN
instead.Name for the scripting variable referencing thedesign
of the current page (value is "currentDesign").- See Also:
- Constant Field Values
-
RESOURCE_DESIGN
public static final java.lang.String RESOURCE_DESIGN
Deprecated.UseWCMBindingsConstants.NAME_RESOURCE_DESIGN
instead.Name for the scripting variable referencing thedesign
of the resource page (value is "resourceDesign").- See Also:
- Constant Field Values
-
CURRENT_STYLE
public static final java.lang.String CURRENT_STYLE
Deprecated.UseWCMBindingsConstants.NAME_CURRENT_STYLE
instead.Name for the scripting variable referencing thestyle
of the current cell (value is "currentStyle").- See Also:
- Constant Field Values
-
XSSAPI
public static final java.lang.String XSSAPI
Deprecated.UseWCMBindingsConstants.NAME_XSSAPI
instead.Name for the scripting variable referencing thexssAPI protection service
currently in use (value is "xssAPI").- See Also:
- Constant Field Values
-
WCM_MODE
public static final java.lang.String WCM_MODE
Name for the scripting variable referencingSightlyWCMMode
(value is "wcmmode").- See Also:
- Constant Field Values
-
INHERITED_PAGE_PROPERTIES
public static final java.lang.String INHERITED_PAGE_PROPERTIES
Name for the scripting variable referencing theinherited page properties
(value is "inheritedPageProperties").- See Also:
- Constant Field Values
-
-