A supporting tab library for Apache Sling 1.2 sling http://sling.apache.org/taglibs/sling/1.2 Execute a script. call org.apache.sling.scripting.jsp.taglib.CallTag empty Whether to flush the output before including the target flush false true boolean The script to include. script false true Controls if the component hierarchy should be ignored for script resolution. If true, only the search paths are respected. ignoreComponentHierarchy false true Includes a resource rendering into the current page include org.apache.sling.scripting.jsp.taglib.IncludeTagHandler empty Whether to flush the output before including the target flush false true boolean The resource object to include in the current request processing. Either resource or path must be specified. If both are specified, the resource takes precedences. resource false true org.apache.sling.api.resource.Resource The path to the resource object to include in the current request processing. If this path is relative it is appended to the path of the current resource whose script is including the given resource. Either resource or path must be specified. If both are specified, the resource takes precedences. path false true The resource type of a resource to include. If the resource to be included is specified with the path attribute, which cannot be resolved to a resource, the tag may create a synthetic resource object out of the path and this resource type. If the resource type is set the path must be the exact path to a resource object. That is, adding parameters, selectors and extensions to the path is not supported if the resource type is set. resourceType false true When dispatching, replace selectors by the value provided by this option. replaceSelectors false true When dispatching, add the value provided by this option to the selectors. addSelectors false true When dispatching, replace the suffix by the value provided by this option. replaceSuffix false true Forwards a request to a resource rendering the current page forward org.apache.sling.scripting.jsp.taglib.ForwardTagHandler empty The resource object to forward the request to. Either resource or path must be specified. If both are specified, the resource takes precedences. resource false true org.apache.sling.api.resource.Resource The path to the resource object to forward the request to. If this path is relative it is appended to the path of the current resource whose script is forwarding the given resource. Either resource or path must be specified. If both are specified, the resource takes precedences. path false true The resource type of a resource to forward. If the resource to be forwarded is specified with the path attribute, which cannot be resolved to a resource, the tag may create a synthetic resource object out of the path and this resource type. If the resource type is set the path must be the exact path to a resource object. That is, adding parameters, selectors and extensions to the path is not supported if the resource type is set. resourceType false true When dispatching, replace selectors by the value provided by this option. replaceSelectors false true When dispatching, add the value provided by this option to the selectors. addSelectors false true When dispatching, replace the suffix by the value provided by this option. replaceSuffix false true Defines regularly used scripting variables defineObjects org.apache.sling.scripting.jsp.taglib.DefineObjectsTag org.apache.sling.scripting.jsp.taglib.DefineObjectsTEI empty requestName false false responseName false false resourceName false false nodeName false false logName false false resourceResolverName false false slingName false false Evaluates a script invocation and includes the result in the current page. eval org.apache.sling.scripting.jsp.taglib.EvalTagHandler empty Whether to flush the output before including the target flush false true boolean The path to the script object to include in the current request processing. By default, the current resource is used for script resolving. This behaviour can be changed by specifying either resource, resourceType or ignoreResourceTypeHierarchy. script true true The resource object to include in the current request processing. This attribute is optional. If it is specified, resourceType should not be used. If both are used, resource takes precedence. resource false true org.apache.sling.api.resource.Resource The resource type of a resource to include. This attribute is optional. If it is specified, resource should not be used. If bot are used, resource takes precedence. resourceType false true Prevents using the resource type hierarchy for searching a script. ignoreResourceTypeHierarchy false true boolean