|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.indexdata.mkjsf.pazpar2.commands.sp.InitCommandSp
public class InitCommandSp
Service Proxy extensions to the Pazpar2 init
command - specifically
support for POSTing to the Service Proxy an init doc containing Pazpar2
definitions and settings.
This feature, however, is not supported in the publicly released Service Proxy at this point.
Constructor Summary | |
---|---|
InitCommandSp(InitCommand initCommand)
|
Method Summary | |
---|---|
void |
downloadInitDoc()
|
String |
getIncludeDebug()
|
org.apache.myfaces.custom.fileupload.UploadedFile |
getUploadedInitDoc()
|
String |
getWindowid()
Returns the windowid parameter value. |
SpResponseDataObject |
run()
|
void |
setIncludeDebug(String includeDebug)
Sets Service Proxy command parameter includeDebug . |
void |
setUploadedInitDoc(org.apache.myfaces.custom.fileupload.UploadedFile uploadedFile)
|
void |
setWindowid(String windowid)
Sets the windowid parameter. |
boolean |
spOnly()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public InitCommandSp(InitCommand initCommand)
Method Detail |
---|
public void setIncludeDebug(String includeDebug)
includeDebug
.
public String getIncludeDebug()
public void setUploadedInitDoc(org.apache.myfaces.custom.fileupload.UploadedFile uploadedFile)
public org.apache.myfaces.custom.fileupload.UploadedFile getUploadedInitDoc()
public void downloadInitDoc() throws IOException
IOException
public SpResponseDataObject run()
public void setWindowid(String windowid)
windowid
parameter. See Service Proxy documentation for details.
public String getWindowid()
windowid
parameter value.
public boolean spOnly()
spOnly
in interface ServiceProxyCommand
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |