X-Git-Url: http://git.indexdata.com/cgi-bin?a=blobdiff_plain;f=src%2Fmain%2Fjava%2Fcom%2Findexdata%2Fmkjsf%2Fpazpar2%2Fcommands%2Fpackage-info.java;h=4fae89095d24146b64dbef5f9bf341b86888f6e2;hb=ecfd53fdba233bc4bdefeb17760c21f135cf64f9;hp=347e81e8d2861ece5445991464e5de197c773325;hpb=464c86e1706170a0be7be81d239d8c16fad78ec4;p=mkjsf-moved-to-github.git diff --git a/src/main/java/com/indexdata/mkjsf/pazpar2/commands/package-info.java b/src/main/java/com/indexdata/mkjsf/pazpar2/commands/package-info.java index 347e81e..4fae890 100644 --- a/src/main/java/com/indexdata/mkjsf/pazpar2/commands/package-info.java +++ b/src/main/java/com/indexdata/mkjsf/pazpar2/commands/package-info.java @@ -1,33 +1,33 @@ /** * * Each Pazpar2 command is represented by a class with methods for - * setting parameters and ultimately running the command against + * 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'. + * 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. + * 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. + * method on the pzreq bean - for instance pzreq.sp.categories *

- * Examples + *

Examples:

* * */