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) |
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 © 2018 Brandao. All rights reserved.