public static enum SitemeshPageFilter.InitParams extends Enum<SitemeshPageFilter.InitParams>
Enum Constant and Description |
---|
EXCLUDED_HEADERS |
EXCLUDED_PATHS |
Modifier and Type | Method and Description |
---|---|
String |
key() |
static SitemeshPageFilter.InitParams |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SitemeshPageFilter.InitParams[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SitemeshPageFilter.InitParams EXCLUDED_PATHS
public static final SitemeshPageFilter.InitParams EXCLUDED_HEADERS
public static SitemeshPageFilter.InitParams[] values()
for (SitemeshPageFilter.InitParams c : SitemeshPageFilter.InitParams.values()) System.out.println(c);
public static SitemeshPageFilter.InitParams 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 key()
Copyright © 2002-2022 Atlassian. All Rights Reserved.