public class DefineObjectsTag extends DefineObjectsTag
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_COMPONENT_CONTEXT_NAME
Default name for the scripting variable referencing the
ComponentContext object (value is ""componentContext""). |
static String |
DEFAULT_COMPONENT_NAME
Default name for the scripting variable referencing the
Component of the current resource (value is ""component""). |
static String |
DEFAULT_CURRENT_CONTENT_POLICY_NAME
Default name for the scripting variable referencing the
ContentPolicy of the current
cell (value is ""currentContentPolicy""). |
static String |
DEFAULT_CURRENT_CONTENT_POLICY_PROPS_NAME
Default name for the scripting variable referencing the properties of the current content policy
(value is ""currentContentPolicyProperties"").
|
static String |
DEFAULT_CURRENT_DESIGN_NAME
Default name for the scripting variable referencing the
design of the current page (value is ""currentDesign""). |
static String |
DEFAULT_CURRENT_PAGE_NAME
Default name for the scripting variable referencing the
current page object (value is ""currentPage""). |
static String |
DEFAULT_CURRENT_STYLE_NAME
Default name for the scripting variable referencing the
style of the current cell (value is ""currentStyle""). |
static String |
DEFAULT_DESIGNER_NAME
Default name for the scripting variable referencing the
Designer object (value is ""designer""). |
static String |
DEFAULT_EDIT_CONTEXT_NAME
Default name for the scripting variable referencing the
EditContext object (value is ""editContext""). |
static String |
DEFAULT_PAGE_MANAGER_NAME
Default name for the scripting variable referencing the
PageManager object (value is ""pageManager""). |
static String |
DEFAULT_PAGE_PROPERTIES_NAME
Default name for the scripting variable referencing the
page properties of the current page (value is ""pageProperties""). |
static String |
DEFAULT_PROPERTIES_NAME
Default name for the scripting variable referencing the
properties of the current resource (value is ""properties""). |
static String |
DEFAULT_RESOURCE_DESIGN_NAME
Default name for the scripting variable referencing the
design of the resource page (value is ""resourceDesign""). |
static String |
DEFAULT_RESOURCE_PAGE_NAME
Default name for the scripting variable referencing the
resource page object (value is ""resourcePage""). |
static String |
DEFAULT_XSSAPI_NAME
Default name for the scripting variable referencing the
xssAPI protection service currently in use (value is ""xssAPI""). |
DEFAULT_BINDINGS_NAME, DEFAULT_LOG_NAME, DEFAULT_NODE_NAME, DEFAULT_REQUEST_NAME, DEFAULT_RESOURCE_NAME, DEFAULT_RESOURCE_RESOLVER_NAME, DEFAULT_RESPONSE_NAME, DEFAULT_SLING_NAMEEVAL_BODY_AGAINEVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE| Constructor and Description |
|---|
DefineObjectsTag() |
| Modifier and Type | Method and Description |
|---|---|
int |
doEndTag()
Creates Scripting variables for:
SlingHttpServletRequest
SlingHttpServletResponse
current Resource
current Node (if resource is adaptable to a node)
current Logger
current SlingScriptHelper
|
void |
setComponentContextName(String componentContextName) |
void |
setComponentName(String componentName) |
void |
setCurrentDesignName(String currentDesignName) |
void |
setCurrentPageName(String currentPageName) |
void |
setCurrentPolicyName(String currentPolicyName) |
void |
setCurrentPolicyPropertiesName(String currentPolicyPropertiesName) |
void |
setCurrentStyleName(String currentStyleName) |
void |
setDesignerName(String designerName) |
void |
setEditContextName(String editContextName) |
void |
setPageManagerName(String pageManagerName) |
void |
setPagePropertiesName(String pagePropertiesName) |
void |
setPropertiesName(String propertiesName) |
void |
setResourceDesignName(String resourceDesignName) |
void |
setResourcePageName(String resourcePageName) |
void |
setXssAPIName(String xssAPIName) |
release, setBindingsName, setLogName, setNodeName, setPageContext, setRequestName, setResourceName, setResourceResolverName, setResponseName, setSlingNamedoAfterBody, doStartTag, findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setParent, setValuepublic static final String DEFAULT_COMPONENT_CONTEXT_NAME
ComponentContext object (value is ""componentContext"").public static final String DEFAULT_EDIT_CONTEXT_NAME
EditContext object (value is ""editContext"").public static final String DEFAULT_PROPERTIES_NAME
properties of the current resource (value is ""properties"").public static final String DEFAULT_PAGE_MANAGER_NAME
PageManager object (value is ""pageManager"").public static final String DEFAULT_CURRENT_PAGE_NAME
current page object (value is ""currentPage"").public static final String DEFAULT_RESOURCE_PAGE_NAME
resource page object (value is ""resourcePage"").public static final String DEFAULT_PAGE_PROPERTIES_NAME
page properties of the current page (value is ""pageProperties"").public static final String DEFAULT_COMPONENT_NAME
Component of the current resource (value is ""component"").public static final String DEFAULT_DESIGNER_NAME
Designer object (value is ""designer"").public static final String DEFAULT_CURRENT_DESIGN_NAME
design of the current page (value is ""currentDesign"").public static final String DEFAULT_RESOURCE_DESIGN_NAME
design of the resource page (value is ""resourceDesign"").public static final String DEFAULT_CURRENT_STYLE_NAME
style of the current cell (value is ""currentStyle"").public static final String DEFAULT_XSSAPI_NAME
xssAPI protection service currently in use (value is ""xssAPI"").public static final String DEFAULT_CURRENT_CONTENT_POLICY_NAME
ContentPolicy of the current
cell (value is ""currentContentPolicy"").public static final String DEFAULT_CURRENT_CONTENT_POLICY_PROPS_NAME
public int doEndTag()
SlingHttpServletRequest
SlingHttpServletResponse
Resource
Node (if resource is adaptable to a node)
Logger
SlingScriptHelper
doEndTag in interface TagdoEndTag in class DefineObjectsTagTag.EVAL_PAGE.Tag.doEndTag()public void setComponentContextName(String componentContextName)
public void setEditContextName(String editContextName)
public void setPropertiesName(String propertiesName)
public void setPageManagerName(String pageManagerName)
public void setCurrentPageName(String currentPageName)
public void setResourcePageName(String resourcePageName)
public void setResourceDesignName(String resourceDesignName)
public void setPagePropertiesName(String pagePropertiesName)
public void setComponentName(String componentName)
public void setDesignerName(String designerName)
public void setCurrentDesignName(String currentDesignName)
public void setCurrentStyleName(String currentStyleName)
public void setXssAPIName(String xssAPIName)
public void setCurrentPolicyName(String currentPolicyName)
public void setCurrentPolicyPropertiesName(String currentPolicyPropertiesName)
Copyright © 2010 - 2020 Adobe. All Rights Reserved