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.StringNAME_COMPONENTName for the scripting variable referencing theComponentof the current resource (value is ""component"").static java.lang.StringNAME_COMPONENT_CONTEXTName for the scripting variable referencing theComponentContextobject (value is ""componentContext"").static java.lang.StringNAME_CURRENT_CONTENT_POLICYName for the scripting variable referencing the currentContentPolicyof the current cell (value is ""currentContentPolicy"").static java.lang.StringNAME_CURRENT_CONTENT_POLICY_PROPSName for the scripting variable referencing the properties of the current content policy (value is ""currentContentPolicyProperties"").static java.lang.StringNAME_CURRENT_DESIGNName for the scripting variable referencing thedesignof the current page (value is ""currentDesign"").static java.lang.StringNAME_CURRENT_PAGEName for the scripting variable referencing thecurrent pageobject (value is ""currentPage"").static java.lang.StringNAME_CURRENT_STYLEName for the scripting variable referencing thestyleof the current cell (value is ""currentStyle"").static java.lang.StringNAME_DESIGNERName for the scripting variable referencing theDesignerobject (value is ""designer"").static java.lang.StringNAME_EDIT_CONTEXTName for the scripting variable referencing theEditContextobject (value is ""editContext"").static java.lang.StringNAME_PAGE_MANAGERName for the scripting variable referencing thePageManagerobject (value is ""pageManager"").static java.lang.StringNAME_PAGE_PROPERTIESName for the scripting variable referencing thepage propertiesof the current page (value is ""pageProperties"").static java.lang.StringNAME_PROPERTIESName for the scripting variable referencing thepropertiesof the current resource (value is ""properties"").static java.lang.StringNAME_RESOURCE_DESIGNName for the scripting variable referencing thedesignof the resource page (value is ""resourceDesign"").static java.lang.StringNAME_RESOURCE_PAGEName for the scripting variable referencing theresource pageobject (value is ""resourcePage"").static java.lang.StringNAME_XSSAPIName for the scripting variable referencing thexssAPI protection servicecurrently 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 theComponentContextobject (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 theEditContextobject (value is ""editContext"").- See Also:
- Constant Field Values
-
NAME_PROPERTIES
public static final java.lang.String NAME_PROPERTIES
Name for the scripting variable referencing thepropertiesof 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 thePageManagerobject (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 pageobject (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 pageobject (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 propertiesof 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 theComponentof 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 theDesignerobject (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 thedesignof 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 thedesignof 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 thestyleof 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 servicecurrently 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 currentContentPolicyof 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
-
-