Cleans up SP extension commands
authorNiels Erik G. Nielsen <nielserik@indexdata.com>
Sat, 25 May 2013 02:24:26 +0000 (22:24 -0400)
committerNiels Erik G. Nielsen <nielserik@indexdata.com>
Sat, 25 May 2013 02:24:26 +0000 (22:24 -0400)
commit95b6d2c90bde9b9946b79479f42233f6d7645f77
tree46e7d8b843c81f19ea3860245bb050d2d11c06b3
parentb494c23797a9b09937b03430616c948bcd4e3957
Cleans up SP extension commands

.. as for straight pz2 commands, request logic is moved from the main
SP extensions bean into individual commands.

Also adds options (pz2 and sp) for adding service command parameters as
parameters to the run() command itself.
Useful for this approach in a form: <submit action="auth.run('action=login')">
src/main/java/com/indexdata/mkjsf/pazpar2/ServiceProxyExtensions.java
src/main/java/com/indexdata/mkjsf/pazpar2/ServiceProxyInterface.java
src/main/java/com/indexdata/mkjsf/pazpar2/commands/Pazpar2Command.java
src/main/java/com/indexdata/mkjsf/pazpar2/commands/sp/AuthCommand.java
src/main/java/com/indexdata/mkjsf/pazpar2/commands/sp/CategoriesCommand.java