Package | Description |
---|---|
org.waarp.gateway.kernel | |
org.waarp.gateway.kernel.session |
Modifier and Type | Method and Description |
---|---|
HttpPage.PageRole |
HttpPage.getPagerole() |
static HttpPage.PageRole |
HttpPage.PageRole.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HttpPage.PageRole[] |
HttpPage.PageRole.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
HttpPage(String pagename,
String fileform,
String header,
String footer,
String beginform,
String endform,
String nextinform,
String uri,
HttpPage.PageRole pagerole,
String errorpage,
String classname,
Map<String,AbstractHttpField> fields) |
Modifier and Type | Method and Description |
---|---|
HttpPage.PageRole |
HttpSession.getCurrentCommand() |
Modifier and Type | Method and Description |
---|---|
void |
HttpSession.setCurrentCommand(HttpPage.PageRole currentCommand) |
Copyright © 2009–2020 Waarp. All rights reserved.