6D Labs / CQ Extended Tag Library / API / Tags / ssi
Includes a resource rendering into the current page if in an author instance and uses a SSI include on publish servers. Note, this tag will always include the resource when on an author server, even if the WCMMode is set to DISABLED or PREVIEW.
The advantage here is you can include a portion of the page which can be generated dynamically while allowing the overall page to be cached.
This class also expects a Filter the SSIFilter to intercept requests and if the requests are for SSIs of virtual resources, create an Abstract Resource to render the request based on the parameters passed in the URL. This filter is included in the CQ Extended Tag Library.
name - ssi
class - com.sixdimensions.wcm.cq.taglib.ext.SSITag
attributes:
Example:
<ext:ssi path="/content/geometrixx/en/par/title" resourceType="app/components/title" />