A supporting tab library for Apache Sling 1.0 sling http://sling.apache.org/taglibs/sling/1.0 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