public static enum VelocityContextItemProvider.VelocityContextItemKeys extends Enum<VelocityContextItemProvider.VelocityContextItemKeys>
Enum Constant and Description |
---|
BOOTSTRAP_MANAGER |
BUILD_INFO |
CONFLUENCE_SETUP |
DECORATOR_UTIL |
FILE_UTIL |
GENERAL_UTIL |
HTML_UTIL |
SERAPH_UTIL |
SETUP_PERSISTER |
SPACE_UTILS |
STRING_UTILS |
SYSTEM_PROPERTIES |
TEXT_UTIL |
UTIL_TIMER_STACK |
WEBWORK |
Modifier and Type | Method and Description |
---|---|
String |
getKey() |
static VelocityContextItemProvider.VelocityContextItemKeys |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VelocityContextItemProvider.VelocityContextItemKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VelocityContextItemProvider.VelocityContextItemKeys HTML_UTIL
public static final VelocityContextItemProvider.VelocityContextItemKeys GENERAL_UTIL
public static final VelocityContextItemProvider.VelocityContextItemKeys TEXT_UTIL
public static final VelocityContextItemProvider.VelocityContextItemKeys FILE_UTIL
public static final VelocityContextItemProvider.VelocityContextItemKeys SERAPH_UTIL
public static final VelocityContextItemProvider.VelocityContextItemKeys BOOTSTRAP_MANAGER
public static final VelocityContextItemProvider.VelocityContextItemKeys CONFLUENCE_SETUP
public static final VelocityContextItemProvider.VelocityContextItemKeys SETUP_PERSISTER
public static final VelocityContextItemProvider.VelocityContextItemKeys STRING_UTILS
public static final VelocityContextItemProvider.VelocityContextItemKeys SPACE_UTILS
public static final VelocityContextItemProvider.VelocityContextItemKeys SYSTEM_PROPERTIES
public static final VelocityContextItemProvider.VelocityContextItemKeys BUILD_INFO
public static final VelocityContextItemProvider.VelocityContextItemKeys UTIL_TIMER_STACK
public static final VelocityContextItemProvider.VelocityContextItemKeys DECORATOR_UTIL
public static final VelocityContextItemProvider.VelocityContextItemKeys WEBWORK
public static VelocityContextItemProvider.VelocityContextItemKeys[] values()
for (VelocityContextItemProvider.VelocityContextItemKeys c : VelocityContextItemProvider.VelocityContextItemKeys.values()) System.out.println(c);
public static VelocityContextItemProvider.VelocityContextItemKeys 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 nullpublic String getKey()
Copyright © 2003–2023 Atlassian. All rights reserved.
View cookie preferences