public abstract class Phase extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
Phase.Action |
static class |
Phase.Event |
static class |
Phase.Resource |
static class |
Phase.View |
| Modifier and Type | Field and Description |
|---|---|
static Phase.Action |
ACTION
Action phase.
|
Class<? extends Annotation> |
annotation
.
|
static Phase.Event |
EVENT
Action phase.
|
static Phase.Resource |
RESOURCE
Resource phase.
|
static Phase.View |
VIEW
View phase.
|
public static final Phase.Action ACTION
public static final Phase.Event EVENT
public static final Phase.View VIEW
public static final Phase.Resource RESOURCE
public final Class<? extends Annotation> annotation
public abstract String name()
public abstract String id(Annotation annotation) throws ClassCastException
ClassCastExceptionCopyright © 2016 eXo Platform SAS. All rights reserved.