public static enum DispatcherFlushFilter.FlushType extends Enum<DispatcherFlushFilter.FlushType>
| Enum Constant and Description |
|---|
All |
Hierarchical |
ResourceOnly |
| Modifier and Type | Method and Description |
|---|---|
static DispatcherFlushFilter.FlushType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DispatcherFlushFilter.FlushType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DispatcherFlushFilter.FlushType All
public static final DispatcherFlushFilter.FlushType Hierarchical
public static final DispatcherFlushFilter.FlushType ResourceOnly
public static DispatcherFlushFilter.FlushType[] values()
for (DispatcherFlushFilter.FlushType c : DispatcherFlushFilter.FlushType.values()) System.out.println(c);
public static DispatcherFlushFilter.FlushType 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 © 2013–2020 Adobe. All rights reserved.