public static class PortletRequestLifecycle.State extends Object implements Serializable
| Modifier and Type | Method and Description |
|---|---|
boolean |
ended() |
static PortletRequestLifecycle.State |
ending(String phase) |
String |
getPhase() |
boolean |
isPhase(String... phases) |
boolean |
started() |
static PortletRequestLifecycle.State |
starting(String phase) |
public static PortletRequestLifecycle.State starting(String phase)
public static PortletRequestLifecycle.State ending(String phase)
public String getPhase()
public boolean isPhase(String... phases)
public boolean started()
public boolean ended()
Copyright © 2021 JBoss by Red Hat. All rights reserved.