- AbstractCATag - Class in org.apache.sling.scripting.jsp.taglib
-
Abstract class for Tags for interactiving with Context-Aware Configuration
resources to extend.
- AbstractCATag() - Constructor for class org.apache.sling.scripting.jsp.taglib.AbstractCATag
-
- AbstractDispatcherTagHandler - Class in org.apache.sling.scripting.jsp.taglib
-
The IncludeTagHandler
implements the
<sling:include>
custom tag.
- AbstractDispatcherTagHandler() - Constructor for class org.apache.sling.scripting.jsp.taglib.AbstractDispatcherTagHandler
-
- AbstractVarTEI - Class in org.apache.sling.scripting.jsp.taglib.tei
-
Abstract TEI that that provides the type for a single
variable named in the tag's "var" attribute.
- AbstractVarTEI() - Constructor for class org.apache.sling.scripting.jsp.taglib.tei.AbstractVarTEI
-
- AbstractVarTEI(String) - Constructor for class org.apache.sling.scripting.jsp.taglib.tei.AbstractVarTEI
-
Constructor that takes the name of the attribute that defines the variable name
and the name of the attribute that defines the class name.
- activate() - Method in class org.apache.sling.scripting.jsp.taglib.internal.XSSSupport
-
- adaptTo(Adaptable, String) - Static method in class org.apache.sling.scripting.jsp.taglib.SlingFunctions
-
Adapt the adaptable to the adapter class.
- AdaptToTag - Class in org.apache.sling.scripting.jsp.taglib
-
Tag for adapting adaptables to classes.
- AdaptToTag() - Constructor for class org.apache.sling.scripting.jsp.taglib.AdaptToTag
-
- AdaptToTEI - Class in org.apache.sling.scripting.jsp.taglib.tei
-
- AdaptToTEI() - Constructor for class org.apache.sling.scripting.jsp.taglib.tei.AdaptToTEI
-
- ATTR_ADAPT_TO - Static variable in class org.apache.sling.scripting.jsp.taglib.tei.AdaptToTEI
-
- ATTR_BINDINGS_NAME - Static variable in class org.apache.sling.scripting.jsp.taglib.DefineObjectsTEI
-
The name of the tag attribute used to define the name of the
SlingBindings scripting variable (value is "bindingsName").
- ATTR_DEFAULT_VALUE - Static variable in class org.apache.sling.scripting.jsp.taglib.tei.GetPropertyTEI
-
- ATTR_LOG_NAME - Static variable in class org.apache.sling.scripting.jsp.taglib.DefineObjectsTEI
-
The name of the tag attribute used to define the name of the
logger scripting variable (value is "logName").
- ATTR_NODE_NAME - Static variable in class org.apache.sling.scripting.jsp.taglib.DefineObjectsTEI
-
The name of the tag attribute used to define the name of the Node
scripting variable (value is "nodeName").
- ATTR_REQUEST_NAME - Static variable in class org.apache.sling.scripting.jsp.taglib.DefineObjectsTEI
-
The name of the tag attribute used to define the name of the
RenderRequest scripting variable (value is "requestName").
- ATTR_RESOURCE_NAME - Static variable in class org.apache.sling.scripting.jsp.taglib.DefineObjectsTEI
-
The name of the tag attribute used to define the name of the Resource
scripting variable (value is "resourceName").
- ATTR_RESOURCE_RESOLVER_NAME - Static variable in class org.apache.sling.scripting.jsp.taglib.DefineObjectsTEI
-
The name of the tag attribute used to define the name of the
ResourceResolver scripting variable (value is "resourceResolverName").
- ATTR_RESPONSE_NAME - Static variable in class org.apache.sling.scripting.jsp.taglib.DefineObjectsTEI
-
The name of the tag attribute used to define the name of the
RenderResponse scripting variable (value is "responseName").
- ATTR_RETURN_CLASS - Static variable in class org.apache.sling.scripting.jsp.taglib.tei.GetPropertyTEI
-
- ATTR_SLING_NAME - Static variable in class org.apache.sling.scripting.jsp.taglib.DefineObjectsTEI
-
The name of the tag attribute used to define the name of the
SlingScriptHelper scripting variable (value is "slingName").
- ATTR_VAR - Static variable in class org.apache.sling.scripting.jsp.taglib.tei.AbstractVarTEI
-
- deactivate() - Method in class org.apache.sling.scripting.jsp.taglib.internal.XSSSupport
-
- DEFAULT_BINDINGS_NAME - Static variable in class org.apache.sling.scripting.jsp.taglib.DefineObjectsTag
-
Default name for the scripting variable referencing the
javax.script.Bindings
object (value is "bindings").
- DEFAULT_LOG_NAME - Static variable in class org.apache.sling.scripting.jsp.taglib.DefineObjectsTag
-
Default name for the scripting variable referencing the log
org.slf4j.Logger
(value is "log").
- DEFAULT_NODE_NAME - Static variable in class org.apache.sling.scripting.jsp.taglib.DefineObjectsTag
-
Default name for the scripting variable referencing the JCR node
underlying the current Resource
object if it is based on a
JCR node (value is "currentNode").
- DEFAULT_REQUEST_NAME - Static variable in class org.apache.sling.scripting.jsp.taglib.DefineObjectsTag
-
Default name for the scripting variable referencing the
SlingHttpServletRequest
object (value is "slingRequest").
- DEFAULT_RESOURCE_NAME - Static variable in class org.apache.sling.scripting.jsp.taglib.DefineObjectsTag
-
Default name for the scripting variable referencing the current
Resource
object (value is "resource").
- DEFAULT_RESOURCE_RESOLVER_NAME - Static variable in class org.apache.sling.scripting.jsp.taglib.DefineObjectsTag
-
Default name for the scripting variable referencing the current
ResourceResolver
(value is "resourceResolver").
- DEFAULT_RESPONSE_NAME - Static variable in class org.apache.sling.scripting.jsp.taglib.DefineObjectsTag
-
Default name for the scripting variable referencing the
SlingHttpServletResponse
object (value is
"slingResponse").
- DEFAULT_SLING_NAME - Static variable in class org.apache.sling.scripting.jsp.taglib.DefineObjectsTag
-
Default name for the scripting variable referencing the current
SlingScriptHelper
(value is "sling").
- DefineObjectsTag - Class in org.apache.sling.scripting.jsp.taglib
-
- DefineObjectsTag() - Constructor for class org.apache.sling.scripting.jsp.taglib.DefineObjectsTag
-
Default constructor.
- DefineObjectsTEI - Class in org.apache.sling.scripting.jsp.taglib
-
This class defines the scripting variables that are created by the
DefineObjectsTag
.
- DefineObjectsTEI() - Constructor for class org.apache.sling.scripting.jsp.taglib.DefineObjectsTEI
-
- dispatch(RequestDispatcher, ServletRequest, ServletResponse) - Method in class org.apache.sling.scripting.jsp.taglib.AbstractDispatcherTagHandler
-
- dispatch(RequestDispatcher, ServletRequest, ServletResponse) - Method in class org.apache.sling.scripting.jsp.taglib.ForwardTagHandler
-
- dispatch(RequestDispatcher, ServletRequest, ServletResponse) - Method in class org.apache.sling.scripting.jsp.taglib.IncludeTagHandler
-
- doEndTag() - Method in class org.apache.sling.scripting.jsp.taglib.AbstractDispatcherTagHandler
-
Called after the body has been processed.
- doEndTag() - Method in class org.apache.sling.scripting.jsp.taglib.AdaptToTag
-
- doEndTag() - Method in class org.apache.sling.scripting.jsp.taglib.CallTag
-
- doEndTag() - Method in class org.apache.sling.scripting.jsp.taglib.DefineObjectsTag
-
Creates Scripting variables for:
SlingHttpServletRequest
SlingHttpServletResponse
current Resource
current Node
(if resource is adaptable to a node)
current Logger
current SlingScriptHelper
- doEndTag() - Method in class org.apache.sling.scripting.jsp.taglib.EncodeTag
-
- doEndTag() - Method in class org.apache.sling.scripting.jsp.taglib.EvalTagHandler
-
Called after the body has been processed.
- doEndTag() - Method in class org.apache.sling.scripting.jsp.taglib.FindResourcesTag
-
- doEndTag() - Method in class org.apache.sling.scripting.jsp.taglib.GetCAConfigResourcesTag
-
- doEndTag() - Method in class org.apache.sling.scripting.jsp.taglib.GetCAConfigResourceTag
-
- doEndTag() - Method in class org.apache.sling.scripting.jsp.taglib.GetParentsTag
-
- doEndTag() - Method in class org.apache.sling.scripting.jsp.taglib.GetParentTag
-
- doEndTag() - Method in class org.apache.sling.scripting.jsp.taglib.GetPropertyTag
-
- doEndTag() - Method in class org.apache.sling.scripting.jsp.taglib.GetResourceTag
-
- doEndTag() - Method in class org.apache.sling.scripting.jsp.taglib.ListChildrenTag
-
- doStartTag() - Method in class org.apache.sling.scripting.jsp.taglib.EncodeTag
-
- getAbsoluteParent(Resource, String) - Static method in class org.apache.sling.scripting.jsp.taglib.SlingFunctions
-
Method for retrieving an absolute parent resource.
- getAdaptable() - Method in class org.apache.sling.scripting.jsp.taglib.AdaptToTag
-
Get the adaptable object to be adapted.
- getAdaptTo() - Method in class org.apache.sling.scripting.jsp.taglib.AdaptToTag
-
Gets the class name to adapt the adaptable to.
- getBase() - Method in class org.apache.sling.scripting.jsp.taglib.GetResourceTag
-
Gets the base resource.
- getBucket() - Method in class org.apache.sling.scripting.jsp.taglib.AbstractCATag
-
- getCAConfigResource(Resource, String, String) - Static method in class org.apache.sling.scripting.jsp.taglib.SlingFunctions
-
Method for retrieving the CA Config resource for a specified resource
- getCAConfigResources(Resource, String, String) - Static method in class org.apache.sling.scripting.jsp.taglib.SlingFunctions
-
Method for retrieving the CA Config resources for a specified resource
- GetCAConfigResourcesTag - Class in org.apache.sling.scripting.jsp.taglib
-
Tag for retrieving Context-Aware Configuration resource collection for a
specified resource, bucket and name.
- GetCAConfigResourcesTag() - Constructor for class org.apache.sling.scripting.jsp.taglib.GetCAConfigResourcesTag
-
- GetCAConfigResourceTag - Class in org.apache.sling.scripting.jsp.taglib
-
Tag for retrieving Context-Aware Configuration resources for a specified
resource, bucket and name.
- GetCAConfigResourceTag() - Constructor for class org.apache.sling.scripting.jsp.taglib.GetCAConfigResourceTag
-
- getClassLoader() - Method in class org.apache.sling.scripting.jsp.taglib.AdaptToTag
-
Method for retrieving the classloader from the OSGi console.
- getClassLoader() - Method in class org.apache.sling.scripting.jsp.taglib.GetPropertyTag
-
Method for retrieving the classloader from the OSGi console.
- getClassName(TagData) - Method in class org.apache.sling.scripting.jsp.taglib.tei.AbstractVarTEI
-
Provides the fully qualified class name of the variable injected into
the pageContext
.
- getClassName(TagData) - Method in class org.apache.sling.scripting.jsp.taglib.tei.AdaptToTEI
-
- getClassName(TagData) - Method in class org.apache.sling.scripting.jsp.taglib.tei.GetPropertyTEI
-
- getClassName(TagData) - Method in class org.apache.sling.scripting.jsp.taglib.tei.ResourceIteratorVariableTEI
-
- getClassName(TagData) - Method in class org.apache.sling.scripting.jsp.taglib.tei.ResourceVariableTEI
-
- getClassName(TagData) - Method in class org.apache.sling.scripting.jsp.taglib.tei.StringVariableTEI
-
- getConfigurationResourceResolver() - Method in class org.apache.sling.scripting.jsp.taglib.AbstractCATag
-
Method for retrieving the ConfigurationResourceResolver from the page
context.
- getDefault() - Method in class org.apache.sling.scripting.jsp.taglib.EncodeTag
-
- getDefaultValue() - Method in class org.apache.sling.scripting.jsp.taglib.GetPropertyTag
-
Gets the default value to return if no value exists for the key.
- getEncodingMode(String) - Static method in class org.apache.sling.scripting.jsp.taglib.internal.XSSSupport
-
Retrieves the encoding mode associated with the specified string.
- getKey() - Method in class org.apache.sling.scripting.jsp.taglib.GetPropertyTag
-
Gets key to retrieve the value from from the ValueMap.
- getLanguage() - Method in class org.apache.sling.scripting.jsp.taglib.FindResourcesTag
-
Gets the language.
- getLevel() - Method in class org.apache.sling.scripting.jsp.taglib.GetParentTag
-
Get the level of the parent resource to retrieve.
- getMode() - Method in class org.apache.sling.scripting.jsp.taglib.EncodeTag
-
- getName() - Method in class org.apache.sling.scripting.jsp.taglib.AbstractCATag
-
- getParents(Resource, String) - Static method in class org.apache.sling.scripting.jsp.taglib.SlingFunctions
-
Function for retrieving all of the parent resources of a specified resource,
returning them in hierarchy order.
- GetParentsTag - Class in org.apache.sling.scripting.jsp.taglib
-
Tag for retrieving all of the parent resources of a specified resource,
returning them in hierarchy order.
- GetParentsTag() - Constructor for class org.apache.sling.scripting.jsp.taglib.GetParentsTag
-
- GetParentTag - Class in org.apache.sling.scripting.jsp.taglib
-
Tag for retrieving a parent resource based on the absolute parent level
- GetParentTag() - Constructor for class org.apache.sling.scripting.jsp.taglib.GetParentTag
-
- getPath() - Method in class org.apache.sling.scripting.jsp.taglib.GetResourceTag
-
Get the path of the resource to retrieve.
- getProperties() - Method in class org.apache.sling.scripting.jsp.taglib.GetPropertyTag
-
Gets the ValueMap from which to retrieve the value.
- GetPropertyTag - Class in org.apache.sling.scripting.jsp.taglib
-
Tag for retrieving a property from a ValueMap.
- GetPropertyTag() - Constructor for class org.apache.sling.scripting.jsp.taglib.GetPropertyTag
-
- GetPropertyTEI - Class in org.apache.sling.scripting.jsp.taglib.tei
-
- GetPropertyTEI() - Constructor for class org.apache.sling.scripting.jsp.taglib.tei.GetPropertyTEI
-
- getQuery() - Method in class org.apache.sling.scripting.jsp.taglib.FindResourcesTag
-
Gets the query.
- getRelativeResource(Resource, String) - Static method in class org.apache.sling.scripting.jsp.taglib.SlingFunctions
-
Gets the resource at the relative path to the provided resource.
- getResource() - Method in class org.apache.sling.scripting.jsp.taglib.AbstractCATag
-
- getResource() - Method in class org.apache.sling.scripting.jsp.taglib.GetParentsTag
-
Gets the resource.
- getResource() - Method in class org.apache.sling.scripting.jsp.taglib.GetParentTag
-
Gets the resource.
- getResource() - Method in class org.apache.sling.scripting.jsp.taglib.ListChildrenTag
-
Gets the resource of which to list the children.
- getResource(ResourceResolver, String) - Static method in class org.apache.sling.scripting.jsp.taglib.SlingFunctions
-
Method allow for the retrieval of resources.
- getResourceResolver() - Method in class org.apache.sling.scripting.jsp.taglib.FindResourcesTag
-
Method for retrieving the ResourceResolver from the page context.
- getResourceResolver() - Method in class org.apache.sling.scripting.jsp.taglib.GetResourceTag
-
Method for retrieving the ResourceResolver from the page context.
- getResourceResolver(PageContext) - Static method in class org.apache.sling.scripting.jsp.taglib.SlingFunctions
-
Method for retrieving the ResourceResolver from the page context.
- GetResourceTag - Class in org.apache.sling.scripting.jsp.taglib
-
Tag for retrieving resources based on either an absolute path or a relative
path and a base resource.
- GetResourceTag() - Constructor for class org.apache.sling.scripting.jsp.taglib.GetResourceTag
-
- getReturnClass() - Method in class org.apache.sling.scripting.jsp.taglib.GetPropertyTag
-
Gets the name of class into which to coerce the returned value.
- getStartDepth() - Method in class org.apache.sling.scripting.jsp.taglib.GetParentsTag
-
Retrieves the start depth
- getValue() - Method in class org.apache.sling.scripting.jsp.taglib.EncodeTag
-
- getValue(ValueMap, String, Object) - Static method in class org.apache.sling.scripting.jsp.taglib.SlingFunctions
-
Gets the value of the specified key from the ValueMap and either coerses the
value into the specified type or uses the specified type as a default
depending on the parameter passed in.
- getVar() - Method in class org.apache.sling.scripting.jsp.taglib.AbstractCATag
-
Gets the variable name to which to save the list of children.
- getVar() - Method in class org.apache.sling.scripting.jsp.taglib.AdaptToTag
-
Gets the variable name to save the resulting object to.
- getVar() - Method in class org.apache.sling.scripting.jsp.taglib.FindResourcesTag
-
Gets the variable name to which to save the list of children.
- getVar() - Method in class org.apache.sling.scripting.jsp.taglib.GetParentsTag
-
Gets the variable name to which to save the list of children.
- getVar() - Method in class org.apache.sling.scripting.jsp.taglib.GetParentTag
-
Gets the variable name to which to save the list of children.
- getVar() - Method in class org.apache.sling.scripting.jsp.taglib.GetPropertyTag
-
Gets the variable name to which to save the value
- getVar() - Method in class org.apache.sling.scripting.jsp.taglib.GetResourceTag
-
Gets the variable name to which to save the list of children.
- getVar() - Method in class org.apache.sling.scripting.jsp.taglib.ListChildrenTag
-
Gets the variable name to which to save the list of children.
- getVariableInfo(TagData) - Method in class org.apache.sling.scripting.jsp.taglib.DefineObjectsTEI
-
Returns an Array of VariableInfo
objects describing
scripting variables.
- getVariableInfo(TagData) - Method in class org.apache.sling.scripting.jsp.taglib.tei.AbstractVarTEI
-
- getVariableName(TagData) - Method in class org.apache.sling.scripting.jsp.taglib.tei.AbstractVarTEI
-
Provides the name of the variable injected into the pageContext
.
- setAdaptable(Adaptable) - Method in class org.apache.sling.scripting.jsp.taglib.AdaptToTag
-
Sets the adaptable object to be adapted.
- setAdaptTo(String) - Method in class org.apache.sling.scripting.jsp.taglib.AdaptToTag
-
Sets the class name to adapt the adaptable to.
- setAddSelectors(String) - Method in class org.apache.sling.scripting.jsp.taglib.AbstractDispatcherTagHandler
-
- setBase(Resource) - Method in class org.apache.sling.scripting.jsp.taglib.GetResourceTag
-
Sets the base resource.
- setBindingsName(String) - Method in class org.apache.sling.scripting.jsp.taglib.DefineObjectsTag
-
- setBucket(String) - Method in class org.apache.sling.scripting.jsp.taglib.AbstractCATag
-
- setDefault(String) - Method in class org.apache.sling.scripting.jsp.taglib.EncodeTag
-
- setDefaultValue(Object) - Method in class org.apache.sling.scripting.jsp.taglib.GetPropertyTag
-
Sets the default value to return if no value exists for the key.
- setFlush(boolean) - Method in class org.apache.sling.scripting.jsp.taglib.CallTag
-
Sets the flush attribute
- setFlush(boolean) - Method in class org.apache.sling.scripting.jsp.taglib.EvalTagHandler
-
- setFlush(boolean) - Method in class org.apache.sling.scripting.jsp.taglib.IncludeTagHandler
-
- setIgnoreComponentHierarchy(boolean) - Method in class org.apache.sling.scripting.jsp.taglib.CallTag
-
Set the ignore component hierarchy attribute
- setIgnoreResourceTypeHierarchy(boolean) - Method in class org.apache.sling.scripting.jsp.taglib.EvalTagHandler
-
- setKey(String) - Method in class org.apache.sling.scripting.jsp.taglib.GetPropertyTag
-
Sets the key to retrieve the value from from the ValueMap.
- setLanguage(String) - Method in class org.apache.sling.scripting.jsp.taglib.FindResourcesTag
-
Sets the language.
- setLevel(String) - Method in class org.apache.sling.scripting.jsp.taglib.GetParentTag
-
Set the level of the parent resource to retrieve.
- setLogName(String) - Method in class org.apache.sling.scripting.jsp.taglib.DefineObjectsTag
-
- setMode(String) - Method in class org.apache.sling.scripting.jsp.taglib.EncodeTag
-
- setName(String) - Method in class org.apache.sling.scripting.jsp.taglib.AbstractCATag
-
- setNodeName(String) - Method in class org.apache.sling.scripting.jsp.taglib.DefineObjectsTag
-
- setPageContext(PageContext) - Method in class org.apache.sling.scripting.jsp.taglib.AbstractDispatcherTagHandler
-
- setPageContext(PageContext) - Method in class org.apache.sling.scripting.jsp.taglib.CallTag
-
- setPageContext(PageContext) - Method in class org.apache.sling.scripting.jsp.taglib.DefineObjectsTag
-
- setPageContext(PageContext) - Method in class org.apache.sling.scripting.jsp.taglib.EvalTagHandler
-
- setPageContext(PageContext) - Method in class org.apache.sling.scripting.jsp.taglib.IncludeTagHandler
-
- setPath(String) - Method in class org.apache.sling.scripting.jsp.taglib.AbstractDispatcherTagHandler
-
- setPath(String) - Method in class org.apache.sling.scripting.jsp.taglib.GetResourceTag
-
Set the path of the resource to retrieve.
- setProperties(ValueMap) - Method in class org.apache.sling.scripting.jsp.taglib.GetPropertyTag
-
Sets the ValueMap from which to retrieve the value.
- setQuery(String) - Method in class org.apache.sling.scripting.jsp.taglib.FindResourcesTag
-
Sets the query.
- setReplaceSelectors(String) - Method in class org.apache.sling.scripting.jsp.taglib.AbstractDispatcherTagHandler
-
- setReplaceSuffix(String) - Method in class org.apache.sling.scripting.jsp.taglib.AbstractDispatcherTagHandler
-
- setRequestName(String) - Method in class org.apache.sling.scripting.jsp.taglib.DefineObjectsTag
-
- setResource(Resource) - Method in class org.apache.sling.scripting.jsp.taglib.AbstractCATag
-
- setResource(Resource) - Method in class org.apache.sling.scripting.jsp.taglib.AbstractDispatcherTagHandler
-
- setResource(Resource) - Method in class org.apache.sling.scripting.jsp.taglib.EvalTagHandler
-
- setResource(Resource) - Method in class org.apache.sling.scripting.jsp.taglib.GetParentsTag
-
Sets the resource.
- setResource(Resource) - Method in class org.apache.sling.scripting.jsp.taglib.GetParentTag
-
Sets the resource.
- setResource(Resource) - Method in class org.apache.sling.scripting.jsp.taglib.ListChildrenTag
-
Sets the resource of which to list the children.
- setResourceName(String) - Method in class org.apache.sling.scripting.jsp.taglib.DefineObjectsTag
-
- setResourceResolverName(String) - Method in class org.apache.sling.scripting.jsp.taglib.DefineObjectsTag
-
- setResourceType(String) - Method in class org.apache.sling.scripting.jsp.taglib.AbstractDispatcherTagHandler
-
- setResourceType(String) - Method in class org.apache.sling.scripting.jsp.taglib.EvalTagHandler
-
- setResponseName(String) - Method in class org.apache.sling.scripting.jsp.taglib.DefineObjectsTag
-
- setReturnClass(String) - Method in class org.apache.sling.scripting.jsp.taglib.GetPropertyTag
-
Sets the name of class into which to coerce the returned value.
- setScope(String) - Method in class org.apache.sling.scripting.jsp.taglib.IncludeTagHandler
-
- setScript(String) - Method in class org.apache.sling.scripting.jsp.taglib.CallTag
-
Sets the script attribute
- setScript(String) - Method in class org.apache.sling.scripting.jsp.taglib.EvalTagHandler
-
- setSlingName(String) - Method in class org.apache.sling.scripting.jsp.taglib.DefineObjectsTag
-
- setStartDepth(String) - Method in class org.apache.sling.scripting.jsp.taglib.GetParentsTag
-
The depth at which to start, for example given a path of:
/content/page1/page2/page3 and a start depth of 3, the parents page2/page3
would be returned
- setValue(String) - Method in class org.apache.sling.scripting.jsp.taglib.EncodeTag
-
- setVar(String) - Method in class org.apache.sling.scripting.jsp.taglib.AbstractCATag
-
Sets the variable name to which to save the list of children.
- setVar(String) - Method in class org.apache.sling.scripting.jsp.taglib.AdaptToTag
-
Gets the variable name to save the resulting object to.
- setVar(String) - Method in class org.apache.sling.scripting.jsp.taglib.FindResourcesTag
-
Sets the variable name to which to save the list of children.
- setVar(String) - Method in class org.apache.sling.scripting.jsp.taglib.GetParentsTag
-
Sets the variable name to which to save the parent resource.
- setVar(String) - Method in class org.apache.sling.scripting.jsp.taglib.GetParentTag
-
Sets the variable name to which to save the parent resource.
- setVar(String) - Method in class org.apache.sling.scripting.jsp.taglib.GetPropertyTag
-
Sets the variable name to which to save the value.
- setVar(String) - Method in class org.apache.sling.scripting.jsp.taglib.GetResourceTag
-
Sets the variable name to which to save the list of children.
- setVar(String) - Method in class org.apache.sling.scripting.jsp.taglib.IncludeTagHandler
-
- setVar(String) - Method in class org.apache.sling.scripting.jsp.taglib.ListChildrenTag
-
Sets the variable name to which to save the list of children.
- SlingFunctions - Class in org.apache.sling.scripting.jsp.taglib
-
Class containing the TagLib Functions for Sling.
- SlingFunctions() - Constructor for class org.apache.sling.scripting.jsp.taglib.SlingFunctions
-
- StringVariableTEI - Class in org.apache.sling.scripting.jsp.taglib.tei
-
- StringVariableTEI() - Constructor for class org.apache.sling.scripting.jsp.taglib.tei.StringVariableTEI
-