HTMLUtils

Inclusion code:

Service Deployment
Port NameLocationProtocolInterfaces
HTMLUtils documentation:
HTMLUtils--HTMLUtilsInterface

List of Available Interfaces

HTMLUtilsInterface

Interface documentation:

Operation NameInput TypeOutput TypeFaults
escapeHTMLstringstring
unescapeHTMLstringstring

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