HTMLUtils
Inclusion code:
Service Deployment | |||
---|---|---|---|
Port Name | Location | Protocol | Interfaces |
HTMLUtils documentation: | |||
HTMLUtils | - | - | HTMLUtilsInterface |
List of Available Interfaces
HTMLUtilsInterface
Interface documentation:
Operation Name | Input Type | Output Type | Faults |
---|---|---|---|
escapeHTML | string | string | |
unescapeHTML | string | string |
Operation Description
escapeHTML
Operation documentation:
Invocation template:
escapeHTML@HTMLUtils( request )( response )
Request type
Type: string
string : string
Response type
Type: string
string : string
unescapeHTML
Operation documentation:
Invocation template:
unescapeHTML@HTMLUtils( request )( response )
Request type
Type: string
string : string
Response type
Type: string
string : string