Class CustomWebServiceScriptBindings
- java.lang.Object
-
- org.cyclos.impl.system.scriptbindings.BaseScriptBindings
-
- org.cyclos.impl.system.scriptbindings.CustomWebServiceScriptBindings
-
public class CustomWebServiceScriptBindings extends BaseScriptBindings
Script bindings forScriptType.CUSTOM_WEB_SERVICEandDefaultScriptFunction.DEFAULT.
-
-
Constructor Summary
Constructors Constructor Description CustomWebServiceScriptBindings()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CustomWebServicegetCustomWebService()StringgetPath()MapParameterStoragegetPathVariables()RequestInfogetRequest()ScriptTypescriptType()Returns theScriptTypefor this bindingvoidsetCustomWebService(CustomWebService customWebService)voidsetPath(String path)voidsetPathVariables(MapParameterStorage pathVariables)voidsetRequest(RequestInfo request)-
Methods inherited from class org.cyclos.impl.system.scriptbindings.BaseScriptBindings
apply, properties, scriptFunction
-
-
-
-
Method Detail
-
getCustomWebService
public CustomWebService getCustomWebService()
-
getPath
public String getPath()
-
getPathVariables
public MapParameterStorage getPathVariables()
-
getRequest
public RequestInfo getRequest()
-
scriptType
public ScriptType scriptType()
Description copied from class:BaseScriptBindingsReturns theScriptTypefor this binding- Specified by:
scriptTypein classBaseScriptBindings
-
setCustomWebService
public void setCustomWebService(CustomWebService customWebService)
-
setPath
public void setPath(String path)
-
setPathVariables
public void setPathVariables(MapParameterStorage pathVariables)
-
setRequest
public void setRequest(RequestInfo request)
-
-