X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=src%2Fmain%2Fjava%2Fcom%2Findexdata%2Fmkjsf%2Fpazpar2%2Fcommands%2FPazpar2Commands.java;h=b847e1776080ba7d09d5047027125428d0787b5d;hb=86f289cd42ba95846c80d22129ed565e4e9d6dde;hp=c9dc4c0b6885c0a171a4c857fa27e1540f1cbef6;hpb=7df6b1590eb285bca094652950a23edc3da95f70;p=mkjsf-moved-to-github.git diff --git a/src/main/java/com/indexdata/mkjsf/pazpar2/commands/Pazpar2Commands.java b/src/main/java/com/indexdata/mkjsf/pazpar2/commands/Pazpar2Commands.java index c9dc4c0..b847e17 100644 --- a/src/main/java/com/indexdata/mkjsf/pazpar2/commands/Pazpar2Commands.java +++ b/src/main/java/com/indexdata/mkjsf/pazpar2/commands/Pazpar2Commands.java @@ -14,17 +14,17 @@ import com.indexdata.mkjsf.utils.Utils; /** * Pazpar2Commands holds references to all Pazpar2 commands. *

- * The Pazpar2Commands object itself is exposed to the UI as 'pzreq'. + * The Pazpar2Commands object itself is exposed to the UI as pzreq. *

*

* When the UI request a command it will be retrieved from the current state * through the state manager, so that the command can trigger a mutation of * the state if the user/UI modifies its parameters. *

- * Examples: + *

Examples:

* * * @author Niels Erik @@ -52,6 +52,7 @@ public class Pazpar2Commands implements Serializable { } /** + * init command - referenced from UI as pzreq.init * * @return init command from current state */ @@ -60,6 +61,7 @@ public class Pazpar2Commands implements Serializable { } /** + * ping command - referenced from UI as pzreq.ping * * @return ping command from current state */ @@ -68,6 +70,7 @@ public class Pazpar2Commands implements Serializable { } /** + * settings command - referenced from UI as pzreq.settings * * @return settings command from current state */