public static enum ServletContextRegistry.WebAppType extends Enum<ServletContextRegistry.WebAppType>
Modifier and Type | Method and Description |
---|---|
static ServletContextRegistry.WebAppType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServletContextRegistry.WebAppType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ServletContextRegistry.WebAppType HST
public static final ServletContextRegistry.WebAppType REPO
public static final ServletContextRegistry.WebAppType OTHER
public static ServletContextRegistry.WebAppType[] values()
for (ServletContextRegistry.WebAppType c : ServletContextRegistry.WebAppType.values()) System.out.println(c);
public static ServletContextRegistry.WebAppType 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 © 2012–2015 Hippo B.V. (http://www.onehippo.com). All rights reserved.