Package | Description |
---|---|
org.waarp.gateway.kernel | |
org.waarp.gateway.kernel.http | |
org.waarp.gateway.kernel.http.saplink |
Sap Link Archiver
|
Modifier and Type | Field and Description |
---|---|
protected HttpPage |
AbstractHttpBusinessRequest.page |
Modifier and Type | Method and Description |
---|---|
HttpPage |
HttpPageHandler.getHttpPage(int code) |
HttpPage |
HttpPageHandler.getHttpPage(String uri,
String method,
HttpSession session) |
protected static HttpPage |
HttpJsonDefinition.loadHttpConfiguration(org.waarp.gateway.kernel.HttpJsonDefinition.ConfigHttpPage cpage) |
Modifier and Type | Method and Description |
---|---|
Map<String,HttpPage> |
HttpPageHandler.getHashmap() |
Modifier and Type | Method and Description |
---|---|
protected static void |
HttpJsonDefinition.addToElement(List<org.waarp.gateway.kernel.HttpJsonDefinition.ConfigHttpPage> pages,
HttpPage page) |
abstract String |
AbstractHttpField.getHtmlFormField(HttpPage page) |
String |
DefaultHttpField.getHtmlFormField(HttpPage page) |
abstract String |
AbstractHttpField.getHtmlTabField(HttpPage page) |
String |
DefaultHttpField.getHtmlTabField(HttpPage page) |
abstract AbstractHttpBusinessRequest |
HttpBusinessFactory.getNewHttpBusinessRequest(SocketAddress remoteAddress,
Map<String,AbstractHttpField> fields,
HttpPage page)
It returns the AbstractHttpBusinessRequest to use during a new request.
|
Constructor and Description |
---|
AbstractHttpBusinessRequest(LinkedHashMap<String,AbstractHttpField> fields,
HttpPage page)
Default constructor
|
Constructor and Description |
---|
HttpPageHandler(Map<String,HttpPage> hashmap) |
Modifier and Type | Field and Description |
---|---|
protected HttpPage |
HttpRequestHandler.httpPage |
Modifier and Type | Method and Description |
---|---|
AbstractHttpBusinessRequest |
HttpSapBusinessFactory.getNewHttpBusinessRequest(SocketAddress remoteAddress,
Map<String,AbstractHttpField> fields,
HttpPage page) |
Copyright © 2009–2020 Waarp. All rights reserved.