Package com.djrapitops.plan.delivery.web
Enum Class ResourceService.Position
- All Implemented Interfaces:
Serializable
,Comparable<ResourceService.Position>
,Constable
- Enclosing interface:
- ResourceService
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionDeprecated.No longer supported on React pages, use the javascript API in PRE_MAIN_SCRIPT.Loaded before page contents.Loaded after library scripts. -
Method Summary
Modifier and TypeMethodDescriptionstatic ResourceService.Position
Returns the enum constant of this class with the specified name.static ResourceService.Position[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
PRE_CONTENT
Loaded before page contents.Recommended for loading style sheets.
-
PRE_MAIN_SCRIPT
Loaded after library scripts.Recommended for modifying the structure of the page or loading libraries.
-
AFTER_MAIN_SCRIPT
Deprecated.No longer supported on React pages, use the javascript API in PRE_MAIN_SCRIPT.Loaded after script execution.Recommended for loading data to custom structure on the page.
- See Also:
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified nameNullPointerException
- if the argument is null
-
cleanName
-