Package com.adobe.cq.sightly
Class WCMBindings
- java.lang.Object
-
- com.adobe.cq.sightly.WCMBindings
-
public final class WCMBindings extends Object
This class defines the WCM bindings which are expected to be available to Sightly scripts.
-
-
Field Summary
-
Constructor Summary
Constructors Constructor Description WCMBindings()
-
-
-
Field Detail
-
COMPONENT_CONTEXT
public static final String COMPONENT_CONTEXT
Deprecated.UseWCMBindingsConstants.NAME_COMPONENT_CONTEXTinstead.Name for the scripting variable referencing theComponentContextobject (value is "componentContext").- See Also:
- Constant Field Values
-
EDIT_CONTEXT
public static final String EDIT_CONTEXT
Deprecated.UseWCMBindingsConstants.NAME_EDIT_CONTEXTinstead.Name for the scripting variable referencing theEditContextobject (value is "editContext").- See Also:
- Constant Field Values
-
PROPERTIES
public static final String PROPERTIES
Deprecated.UseWCMBindingsConstants.NAME_PROPERTIESinstead.Name for the scripting variable referencing thepropertiesof the current resource (value is "properties").- See Also:
- Constant Field Values
-
PAGE_MANAGER
public static final String PAGE_MANAGER
Deprecated.UseWCMBindingsConstants.NAME_PAGE_MANAGERinstead.Name for the scripting variable referencing thePageManagerobject (value is "pageManager").- See Also:
- Constant Field Values
-
CURRENT_PAGE
public static final String CURRENT_PAGE
Deprecated.UseWCMBindingsConstants.NAME_CURRENT_PAGEinstead.Name for the scripting variable referencing thecurrent pageobject (value is "currentPage").- See Also:
- Constant Field Values
-
RESOURCE_PAGE
public static final String RESOURCE_PAGE
Deprecated.UseWCMBindingsConstants.NAME_RESOURCE_PAGEinstead.Name for the scripting variable referencing theresource pageobject (value is "resourcePage").- See Also:
- Constant Field Values
-
PAGE_PROPERTIES
public static final String PAGE_PROPERTIES
Deprecated.UseWCMBindingsConstants.NAME_PAGE_PROPERTIESinstead.Name for the scripting variable referencing thepage propertiesof the current page (value is "pageProperties").- See Also:
- Constant Field Values
-
COMPONENT
public static final String COMPONENT
Deprecated.UseWCMBindingsConstants.NAME_COMPONENTinstead.Name for the scripting variable referencing theComponentof the current resource (value is "component").- See Also:
- Constant Field Values
-
DESIGNER
public static final String DESIGNER
Deprecated.UseWCMBindingsConstants.NAME_DESIGNERinstead.Name for the scripting variable referencing theDesignerobject (value is "designer").- See Also:
- Constant Field Values
-
CURRENT_DESIGN
public static final String CURRENT_DESIGN
Deprecated.UseWCMBindingsConstants.NAME_CURRENT_DESIGNinstead.Name for the scripting variable referencing thedesignof the current page (value is "currentDesign").- See Also:
- Constant Field Values
-
RESOURCE_DESIGN
public static final String RESOURCE_DESIGN
Deprecated.UseWCMBindingsConstants.NAME_RESOURCE_DESIGNinstead.Name for the scripting variable referencing thedesignof the resource page (value is "resourceDesign").- See Also:
- Constant Field Values
-
CURRENT_STYLE
public static final String CURRENT_STYLE
Deprecated.UseWCMBindingsConstants.NAME_CURRENT_STYLEinstead.Name for the scripting variable referencing thestyleof the current cell (value is "currentStyle").- See Also:
- Constant Field Values
-
XSSAPI
public static final String XSSAPI
Deprecated.UseWCMBindingsConstants.NAME_XSSAPIinstead.Name for the scripting variable referencing thexssAPI protection servicecurrently in use (value is "xssAPI").- See Also:
- Constant Field Values
-
WCM_MODE
public static final String WCM_MODE
Name for the scripting variable referencingSightlyWCMMode(value is "wcmmode").- See Also:
- Constant Field Values
-
INHERITED_PAGE_PROPERTIES
public static final String INHERITED_PAGE_PROPERTIES
Name for the scripting variable referencing theinherited page properties(value is "inheritedPageProperties").- See Also:
- Constant Field Values
-
-