public static enum ConfluenceWebResourceService.Style extends Enum<ConfluenceWebResourceService.Style>
Pages with different styles can have different CSS applied to them.
Enum Constant and Description |
---|
ADMIN
Style for admin pages.
|
Modifier and Type | Method and Description |
---|---|
static ConfluenceWebResourceService.Style |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConfluenceWebResourceService.Style[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConfluenceWebResourceService.Style ADMIN
public static ConfluenceWebResourceService.Style[] values()
for (ConfluenceWebResourceService.Style c : ConfluenceWebResourceService.Style.values()) System.out.println(c);
public static ConfluenceWebResourceService.Style 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 © 2003–2020 Atlassian. All rights reserved.