public class VtiServerCustomResponse extends Object implements CustomResponse
| Constructor and Description |
|---|
VtiServerCustomResponse() |
| Modifier and Type | Method and Description |
|---|---|
Serializable |
populate()
Populates the CustomResponse with the vti metadata
|
void |
setContextPath(String contextPath)
Setter for the vtiServer (external) context path.
|
void |
setHost(String vtiServerHost)
Setter for vtiServer Host
|
void |
setPort(int vtiServerPort)
Setter for vtiServer Port
|
void |
setProtocol(String vtiServerProtocol)
Setter for vtiServer Protocol
|
void |
setScriptUtils(ScriptUtils scriptUtils) |
void |
setSysAdminParams(SysAdminParams sysAdminParams)
Setter for sysAdminParams
|
public void setScriptUtils(ScriptUtils scriptUtils) throws org.springframework.beans.BeansException
org.springframework.beans.BeansExceptionpublic void setSysAdminParams(SysAdminParams sysAdminParams)
sysAdminParams - SysAdminParamspublic void setPort(int vtiServerPort)
vtiServerPort - intpublic void setHost(String vtiServerHost)
vtiServerHost - Stringpublic void setProtocol(String vtiServerProtocol)
vtiServerProtocol - Stringpublic void setContextPath(String contextPath)
contextPath - Stringpublic Serializable populate()
populate in interface CustomResponseCopyright © 2005–2018 Alfresco Software. All rights reserved.