public enum RequestCheckpoints extends Enum<RequestCheckpoints>
Modifier and Type | Method and Description |
---|---|
static RequestCheckpoints |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RequestCheckpoints[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RequestCheckpoints beforeWorkActionPrepareDispatcher
public static final RequestCheckpoints beforeWorkActionStarts
public static final RequestCheckpoints afterWorkActionExecute
public static final RequestCheckpoints webworkViewDispatch
public static final RequestCheckpoints preProcessingFilterChainFinished
public static final RequestCheckpoints postProcessingFilterChainStarts
public static final RequestCheckpoints beforePageBuilderFinish
public static final RequestCheckpoints afterPageBuilderWriteHead
public static final RequestCheckpoints afterPageBuilderPreBodyDecorator
public static final RequestCheckpoints afterPageBuilderWriteBody
public static final RequestCheckpoints pageBuilderFinish
public static final RequestCheckpoints beforePageBuilderFlushHeadEarly
public static final RequestCheckpoints pageBuilderFlushHeadEarly
public static final RequestCheckpoints beforeSecurityFilter
public static final RequestCheckpoints jiraSecurityFilter
public static final RequestCheckpoints serverRenderEnd
public static RequestCheckpoints[] values()
for (RequestCheckpoints c : RequestCheckpoints.values()) System.out.println(c);
public static RequestCheckpoints valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2002-2019 Atlassian. All Rights Reserved.