Slice
Slice taglib : consists of only one tag which is purposed for use in JSP scripts. If you use Sightly you can safely skip this part of documentation.
If you'd like to use the Slice taglib please include the following in your JSP script:
Code Block |
---|
<%@taglib prefix="slice" uri="http://cognifide.com/jsp/slice" %> |
lookup
Creates Instantiates and sets object of requested specified type using current resource. It is used for obtaining business data model associated with the component.
...