public enum DispatcherType extends Enum<DispatcherType>
dispatcherType
xsd typeEnum Constant and Description |
---|
_ASYNC |
_ERROR |
_FORWARD |
_INCLUDE |
_REQUEST |
Modifier and Type | Method and Description |
---|---|
static DispatcherType |
getFromStringValue(String value) |
String |
toString() |
static DispatcherType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DispatcherType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DispatcherType _FORWARD
public static final DispatcherType _INCLUDE
public static final DispatcherType _REQUEST
public static final DispatcherType _ASYNC
public static final DispatcherType _ERROR
public static DispatcherType[] values()
for (DispatcherType c : DispatcherType.values()) System.out.println(c);
public static DispatcherType 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 toString()
toString
in class Enum<DispatcherType>
public static DispatcherType getFromStringValue(String value)
Copyright © 2015 JBoss by Red Hat. All rights reserved.