public class DispatcherType extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static Map<String,DispatcherType> |
defaultDispatcher |
static DispatcherType |
FORWARD |
protected String |
name |
| Constructor and Description |
|---|
DispatcherType(String name) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getName() |
int |
hashCode() |
String |
toString() |
static DispatcherType |
valueOf(String value) |
public static final DispatcherType FORWARD
protected static final Map<String,DispatcherType> defaultDispatcher
protected String name
public DispatcherType(String name)
public String getName()
public static DispatcherType valueOf(String value)
Copyright © 2026 Brandao. All rights reserved.