| Package | Description |
|---|---|
| com.helger.xservlet.servletstatus |
| Modifier and Type | Method and Description |
|---|---|
EServletStatus |
ServletStatus.getCurrentStatus() |
static EServletStatus |
EServletStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EServletStatus[] |
EServletStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
com.helger.commons.collection.impl.ICommonsMap<EServletStatus,LocalDateTime> |
ServletStatus.getStatusChangeMap() |
| Modifier and Type | Method and Description |
|---|---|
LocalDateTime |
ServletStatus.getDateTimeOfStatus(EServletStatus eStatus) |
protected void |
ServletStatus.internalSetCurrentStatus(EServletStatus eNewStatus) |
static boolean |
EServletStatus.isValidSuccessorOf(EServletStatus eOldStatus,
EServletStatus eNewStatus) |
Copyright © 2017–2019 Philip Helger. All rights reserved.