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