public final class HTMLGatewayUtil extends Object
Modifier and Type | Class and Description |
---|---|
static class |
HTMLGatewayUtil.GatewayDocument
The Class GatewayDocument.
|
Modifier and Type | Field and Description |
---|---|
static org.apache.log4j.Logger |
LOGGER
The Constant LOGGER.
|
Modifier and Type | Method and Description |
---|---|
static HTMLGatewayUtil.GatewayDocument |
getDocument(String queryParams,
com.saperion.connector.SaClassicConnector connector)
Performs the HTML gateway functionality, returns the encapsulated
GatewayDocument . |
static Map<String,String> |
parse(String query)
Parses the given URL query and builds a map with predefined keys to be processed on.
|
public static HTMLGatewayUtil.GatewayDocument getDocument(String queryParams, com.saperion.connector.SaClassicConnector connector) throws Exception
GatewayDocument
.queryParams
- The query parameters.connector
- The SaClassicConnector connector.Exception
- If an exception occurs.Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.