public interface ProxyFacade
ProxyService| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getInlineFormHtml(java.lang.String applicationId,
java.lang.String formId,
YFormDataActionEnum action,
java.lang.String formDataId)
Gets the embedded HTML representation of a form definition.
|
void |
proxy(HttpServletRequest request,
HttpServletResponse response)
Proxies content
|
java.lang.String getInlineFormHtml(java.lang.String applicationId,
java.lang.String formId,
YFormDataActionEnum action,
java.lang.String formDataId)
throws YFormServiceException
applicationId - the application id of the form definitionformId - the form id of the form definitionaction - the form actionformDataId - the form data id of the form definitionYFormServiceException - if request with specified parameter cannot be proxied or response is corruptedvoid proxy(HttpServletRequest request,
HttpServletResponse response)
throws ProxyException
request - the HttpServletRequest associated with the callresponse - the HttpServletResponse associated with the callProxyException - when request cannot be proxiedCopyright © 2018 SAP SE. All Rights Reserved.