util:pluginResources

Executes the body of the tag for each plugin resource that has a resource matching the specified attributes.

Syntax
<util:pluginResources
   area="..."?
   id="..."
   target="..."?
   task="..."?
   type="..."?/>
Attributes
id, mandatory, no runtime expressions

The name of the nested scripting variable used to hold the resource object that contains the uri and label (or labelKey indicating the key of a label in a resource bundle).

type

Used to filter based on the type of resource requested. If type is not specified, all types will be considered. Types are typically "internal-link" or "external-link"

target

Used to filter based on the target of resource requested. If target is not specified, all targets will be considered. Target is typically "escenic" or "admin"

task

Used to filter based on the task of resource requested. If task is not specified, all tasks will be considered. Tasks are target-specific. Each target typically has certain entry points.

area

Used to filter based on the area of resource requested. If area is not specified, all areas will be considered. Areas are target/task specific.

Scripting variable (id)

A scripting variable will be defined using the value of the id attribute as its name. The variable is of type java.util.Collection.