Package com.adobe.cq.sightly
Class WCMBindings
- java.lang.Object
-
- com.adobe.cq.sightly.WCMBindings
-
public final class WCMBindings extends java.lang.ObjectThis 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.StringCOMPONENTDeprecated.UseWCMBindingsConstants.NAME_COMPONENTinstead.static java.lang.StringCOMPONENT_CONTEXTDeprecated.UseWCMBindingsConstants.NAME_COMPONENT_CONTEXTinstead.static java.lang.StringCURRENT_DESIGNDeprecated.UseWCMBindingsConstants.NAME_CURRENT_DESIGNinstead.static java.lang.StringCURRENT_PAGEDeprecated.UseWCMBindingsConstants.NAME_CURRENT_PAGEinstead.static java.lang.StringCURRENT_STYLEDeprecated.UseWCMBindingsConstants.NAME_CURRENT_STYLEinstead.static java.lang.StringDESIGNERDeprecated.UseWCMBindingsConstants.NAME_DESIGNERinstead.static java.lang.StringEDIT_CONTEXTDeprecated.UseWCMBindingsConstants.NAME_EDIT_CONTEXTinstead.static java.lang.StringINHERITED_PAGE_PROPERTIESName for the scripting variable referencing theinherited page properties(value is "inheritedPageProperties").static java.lang.StringPAGE_MANAGERDeprecated.UseWCMBindingsConstants.NAME_PAGE_MANAGERinstead.static java.lang.StringPAGE_PROPERTIESDeprecated.UseWCMBindingsConstants.NAME_PAGE_PROPERTIESinstead.static java.lang.StringPROPERTIESDeprecated.UseWCMBindingsConstants.NAME_PROPERTIESinstead.static java.lang.StringRESOURCE_DESIGNDeprecated.UseWCMBindingsConstants.NAME_RESOURCE_DESIGNinstead.static java.lang.StringRESOURCE_PAGEDeprecated.UseWCMBindingsConstants.NAME_RESOURCE_PAGEinstead.static java.lang.StringWCM_MODEName for the scripting variable referencingSightlyWCMMode(value is "wcmmode").static java.lang.StringXSSAPIDeprecated.UseWCMBindingsConstants.NAME_XSSAPIinstead.
-
Constructor Summary
Constructors Constructor Description WCMBindings()
-
-
-
Field Detail
-
COMPONENT_CONTEXT
public static final java.lang.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 java.lang.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 java.lang.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 java.lang.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 java.lang.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 java.lang.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 java.lang.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 java.lang.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 java.lang.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 java.lang.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 java.lang.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 java.lang.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 java.lang.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 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
-
-