Package com.indexdata.mkjsf.pazpar2.commands

Each Pazpar2 command is represented by a class with methods for setting parameters and running the command against the selected Pazpar2 service.

See: Description

Package com.indexdata.mkjsf.pazpar2.commands Description

Each Pazpar2 command is represented by a class with methods for setting parameters and running the command against the selected Pazpar2 service.

The UI can access the command objects through the bean Pazpar2Commands, which is exposed to the UI under the name pzreq.

For commands that has Service Proxy extension parameters, the UI can access the extension parameters through the getSp() method on the command - using for instance pzreq.record.sp

The UI can access Service Proxy-only commands through the getSp() method on the pzreq bean - for instance pzreq.sp.categories

Examples: