Slice
Slice taglib: http://cognifide.com/jsp/slice
lookup
Creates and sets object of requested type using current resource. It is used for obtaining business data model associated with the component.
Attribute | Description | Required? |
---|---|---|
var | name of variable where the object will be stored. It can later be used through JSTL | |
type | class of object to be created | |
appName | application name - name under which the injector has been registered. If not defined it is automatically computed based on component resource type. Since Slice 3.2 the name of the app (if not defined) is being found only once per request and then cached. If an application uses various app names at the same time, the appName attribute must be explicitly defined so that a proper app name is selected. |