
public static enum GlueContext.WebContentType extends Enum<GlueContext.WebContentType> implements GlueContext.ContentType
| Enum Constant and Description |
|---|
COOKIE |
HTTP_HEADER |
HTTP_REQUEST_ATTR |
HTTP_REQUEST_PARAM |
MULTIPART |
SESSION_ATTR |
| Modifier and Type | Method and Description |
|---|---|
static GlueContext.WebContentType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GlueContext.WebContentType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GlueContext.WebContentType HTTP_REQUEST_PARAM
public static final GlueContext.WebContentType HTTP_REQUEST_ATTR
public static final GlueContext.WebContentType SESSION_ATTR
public static final GlueContext.WebContentType COOKIE
public static final GlueContext.WebContentType HTTP_HEADER
public static final GlueContext.WebContentType MULTIPART
public static GlueContext.WebContentType[] values()
for (GlueContext.WebContentType c : GlueContext.WebContentType.values()) System.out.println(c);
public static GlueContext.WebContentType 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 © 2013–2020 POSCO ICT. All rights reserved.