Enum VelocityContextItemProvider.VelocityContextItemKeys
- java.lang.Object
-
- java.lang.Enum<VelocityContextItemProvider.VelocityContextItemKeys>
-
- com.atlassian.confluence.setup.velocity.VelocityContextItemProvider.VelocityContextItemKeys
-
- All Implemented Interfaces:
Serializable
,Comparable<VelocityContextItemProvider.VelocityContextItemKeys>
- Enclosing interface:
- VelocityContextItemProvider
@Deprecated(forRemoval=true) public static enum VelocityContextItemProvider.VelocityContextItemKeys extends Enum<VelocityContextItemProvider.VelocityContextItemKeys>
Deprecated, for removal: This API element is subject to removal in a future version.since 8.6.1, useConfluenceStaticContextItemProvider.ContextItems
instead.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description BOOTSTRAP_MANAGER
Deprecated, for removal: This API element is subject to removal in a future version.BUILD_INFO
Deprecated, for removal: This API element is subject to removal in a future version.CONFLUENCE_SETUP
Deprecated, for removal: This API element is subject to removal in a future version.DECORATOR_UTIL
Deprecated, for removal: This API element is subject to removal in a future version.FILE_UTIL
Deprecated, for removal: This API element is subject to removal in a future version.GENERAL_UTIL
Deprecated, for removal: This API element is subject to removal in a future version.HTML_UTIL
Deprecated, for removal: This API element is subject to removal in a future version.SERAPH_UTIL
Deprecated, for removal: This API element is subject to removal in a future version.SETUP_PERSISTER
Deprecated, for removal: This API element is subject to removal in a future version.SPACE_UTILS
Deprecated, for removal: This API element is subject to removal in a future version.STRING_UTILS
Deprecated, for removal: This API element is subject to removal in a future version.SYSTEM_PROPERTIES
Deprecated, for removal: This API element is subject to removal in a future version.TEXT_UTIL
Deprecated, for removal: This API element is subject to removal in a future version.WEBWORK
Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description String
getKey()
Deprecated, for removal: This API element is subject to removal in a future version.static VelocityContextItemProvider.VelocityContextItemKeys
valueOf(String name)
Deprecated, for removal: This API element is subject to removal in a future version.Returns the enum constant of this type with the specified name.static VelocityContextItemProvider.VelocityContextItemKeys[]
values()
Deprecated, for removal: This API element is subject to removal in a future version.Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
HTML_UTIL
public static final VelocityContextItemProvider.VelocityContextItemKeys HTML_UTIL
Deprecated, for removal: This API element is subject to removal in a future version.
-
GENERAL_UTIL
public static final VelocityContextItemProvider.VelocityContextItemKeys GENERAL_UTIL
Deprecated, for removal: This API element is subject to removal in a future version.
-
TEXT_UTIL
public static final VelocityContextItemProvider.VelocityContextItemKeys TEXT_UTIL
Deprecated, for removal: This API element is subject to removal in a future version.
-
FILE_UTIL
public static final VelocityContextItemProvider.VelocityContextItemKeys FILE_UTIL
Deprecated, for removal: This API element is subject to removal in a future version.
-
SERAPH_UTIL
public static final VelocityContextItemProvider.VelocityContextItemKeys SERAPH_UTIL
Deprecated, for removal: This API element is subject to removal in a future version.
-
BOOTSTRAP_MANAGER
public static final VelocityContextItemProvider.VelocityContextItemKeys BOOTSTRAP_MANAGER
Deprecated, for removal: This API element is subject to removal in a future version.
-
CONFLUENCE_SETUP
public static final VelocityContextItemProvider.VelocityContextItemKeys CONFLUENCE_SETUP
Deprecated, for removal: This API element is subject to removal in a future version.
-
SETUP_PERSISTER
public static final VelocityContextItemProvider.VelocityContextItemKeys SETUP_PERSISTER
Deprecated, for removal: This API element is subject to removal in a future version.
-
STRING_UTILS
public static final VelocityContextItemProvider.VelocityContextItemKeys STRING_UTILS
Deprecated, for removal: This API element is subject to removal in a future version.
-
SPACE_UTILS
public static final VelocityContextItemProvider.VelocityContextItemKeys SPACE_UTILS
Deprecated, for removal: This API element is subject to removal in a future version.
-
SYSTEM_PROPERTIES
public static final VelocityContextItemProvider.VelocityContextItemKeys SYSTEM_PROPERTIES
Deprecated, for removal: This API element is subject to removal in a future version.
-
BUILD_INFO
public static final VelocityContextItemProvider.VelocityContextItemKeys BUILD_INFO
Deprecated, for removal: This API element is subject to removal in a future version.
-
DECORATOR_UTIL
public static final VelocityContextItemProvider.VelocityContextItemKeys DECORATOR_UTIL
Deprecated, for removal: This API element is subject to removal in a future version.
-
WEBWORK
public static final VelocityContextItemProvider.VelocityContextItemKeys WEBWORK
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Detail
-
values
public static VelocityContextItemProvider.VelocityContextItemKeys[] values()
Deprecated, for removal: This API element is subject to removal in a future version.Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (VelocityContextItemProvider.VelocityContextItemKeys c : VelocityContextItemProvider.VelocityContextItemKeys.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static VelocityContextItemProvider.VelocityContextItemKeys valueOf(String name)
Deprecated, for removal: This API element is subject to removal in a future version.Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
getKey
public String getKey()
Deprecated, for removal: This API element is subject to removal in a future version.
-
-