public static enum ServletHolder.JspContainer extends Enum<ServletHolder.JspContainer>
Modifier and Type | Method and Description |
---|---|
static ServletHolder.JspContainer |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServletHolder.JspContainer[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ServletHolder.JspContainer GLASSFISH
public static final ServletHolder.JspContainer APACHE
public static final ServletHolder.JspContainer OTHER
public static ServletHolder.JspContainer[] values()
for (ServletHolder.JspContainer c : ServletHolder.JspContainer.values()) System.out.println(c);
public static ServletHolder.JspContainer 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 © 1995-2015 Webtide. All Rights Reserved.